Archive for the ‘SAP/ABAP’ Category
You are currently browsing the archives for the SAP/ABAP category.
You are currently browsing the archives for the SAP/ABAP category.
Quick way to find a controlling area derived from the company code is to use the following BAPI_CONTROLLINGAREA_FIND. Examining further you will see that there is a reference to table TKA02 with parameters of company code and business area.
Simple: select Utilities and navigate to the Screen Painter tab. There you will see a check box corresponding to the desired action.
If your substitute changes are not taking effect make sure that you have an entry in the GB01 table. Once you mark down the column you want to change be sure to re-generate the programs. Here’s how you can do that.
Sometimes its worth regenerating your substitution rules – to do this execute program RGUGBR00.
You can test your workflow task by executing transaction SWUD
If you want to send an email with an attachment that can link you directly to an SAP transaction here’s how you do it:
[System]Name=<sysid>Description=Short DescriptionClient=<clientid>[User]Name=<userid>Language=EN[Function]Title=Display PO informationCommand=ME23 RM06E-BSTNR = <PO Number>; BDC_OKCODE=/00
When you double click on the file you’ll be redirected to the ME23 screen.
Reading text string can be tricky to debugg but a good start is to look at tables STXH & STXL.
Here’s a list of colors that you can use to color your ALV grid.
To actually use create a field of 4 characters and use ‘CX00′ where X is the number specified above.
Been playing with the persistent objects and finally figured a part that involves generating a CREATE_PERSISTENT method in the Base agent class.
To do this
That’s all.
Interesting article summarizing the process of sending out email messages based on exception filters in a query.