The Huge Happiness is rebuilt for my dear love Alice. I am going to write down this in English in order that the people around the world can understand what I am talking about: I LOVE YOU Alice.
I prepared three categories for our blogs, one is 笨笨猫猫向前冲, it means that we are going forward hand in hand and overcome any hardships. There will only be tow reader who are only we two. However, it's the significance of this site. Alex 随笔 is for Alex to write something and Alice随笔 is for Alice. But I haven't talk to Alice whether she would like to write something here.
近日在研究ABAP和Portal SSO的问题,自己安装了ABAP系统,但是发现SAP Parameters无法修改,用RZ11进入后,找不到“change value”的按钮。从网上、sdn上都没有找到合适的解释,debug程序发现原因如下:
RZ11 parameters can't be changed: the parameter of transport/systemtype if not 'SAP', internal_system = NO, parameters can't be changed.
安装过程一直很顺利,直到SAP NetWeaver 2004s SR1 Installation Export 这三张DVD安装时,出现无法找到远程路径\\xxxx\xxx的问题,只要将这三张DVD文件复制到本地安装就没问题了。错误代码忘记了。。。
因为是在一台机器上安装AS ABAP, AS JAVA, Enterprise Portal,因此需要将SID设置为不同的名称,如果相同,虽然AS JAVA可以安装,但是在安装到Prepare to install software units的时候会出错。重装即可。
用户做完交货单发货过账,发现出错,冲销,但是交货单状态VBUK-WBSTK,VBUP-WBSTK两个字段依然设置为C值,而非应有的A,通过更改历史记录,居然显示为用户更改这两个状态值的TCODE是VL03N,在显示模式下,理论上讲应该是没有任何修改的可能。
SAP notes没有合理的解释,但是有一个notes给出的报表:ZZBRE003,可通过notes系统搜索找到源码,下载后可用于修复交货单状态。
QUERY是SAP的一项简单报表工具,它可为没有编程基础的用户用来生成简单的报表。第一次接触QUERY的时候,感觉也不是很复杂,因为它有图形化的界面,你可在上面托托拽拽,然后就可以见到你要的报表,可是这只是简单的应用,其实每个工具功能都是比较完善的,QUERY也不例外。
QUERY是SAP的一项简单报表工具,它可为没有编程基础的用户用来生成简单的报表。第一次接触QUERY的时候,感觉也不是很复杂,因为它有图形化的界面,你可在上面托托拽拽,然后就可以见到你要的报表,可是这只是简单的应用,其实每个工具功能都是比较完善的,QUERY也不例外。
问题描述:用户在更新行项目发票定价之后,保存时,发现更新后显示的数据没有保存下来
产生环境:生产系统
发票编号:5000214381/14,15两个行项目
For those who wish to upload and use a picture in your ALV abap reports.
Steps for uploading Logo :-:
1. Goto the transaction OAER
2. Enter the class name as 'PICTURES'
3. Enter the class type as 'OT'
4. Enter the object key as the name of the logo you wish to give
5. Execute
6. Then in the new screen select Standard doc. types in bottom window
Click on the Screen icon
Now, it will ask for the file path where you have to upload the logo
7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE
or
Import Logo and Background Picture for Reporting
In the process of delivery notes' creating, komk and komp is used for pricing communication data, the global internal table of TKOMK, TKOMP contains the exactly data what we need.
The default pricing date logic of Delivery Notes(交货单定价日期字段) is that:
* Preisdatum
IF likp-lfdat IS INITIAL.
tkomk-prsdt = sy-datum.
ELSE.
tkomk-prsdt = likp-lfdat. " Preisdatum = Lieferdatum
ENDIF.
A functional area is where you group selected tables together to be reported on.
User groups are sections to build queries in.
A query is the report.
For example, lets say you wish to build a report (query) on the material master where you want to see certain fields from the MARA table and other fields from the MVKE table.
First you would create a functional area that has both the tables MARA and MVKE in it and appropriately linked.
(Different tables need a valid join to be queried on)