|
Written by Anon.
|
|
Sunday, 15 April 2007 |
- Click on the area and press CTRL+Y. Using your mouse highlite the are and press CTRL+C. Go do desired targer location; insert necessary number of blank lines and press CTRL+V to paste.
- Use xx to mark and copy. Use x to paste......
|
|
|
Written by Anon.
|
|
Saturday, 14 April 2007 |
Use transaction code SE38 Enter Program name RSPARAM and execute |
|
|
Written by Anon.
|
|
Thursday, 12 April 2007 |
The contents of a table between two systems can be checked through the transaction OY19 |
|
|
Written by Anon.
|
|
Tuesday, 10 April 2007 |
Define ok_code for function key <F2> In Screen PAI when ok_code has the value defined (user has double clicked on the screen) method 1: if parameter id is available for the field(s) to be populated set parameter id 'XXX' field field_name_on_screen call transaction 'TCODE' and skip first screen. method 2: 1. fill bdc_table (data bdc_table like bdcdata occurs 0 with header line.) with screen info 2. use command call transaction 'XK03' using bdc_table ...
|
|
|
Written by Anon.
|
|
Monday, 09 April 2007 |
|
Use path Tools->Administration->Monitoring->Dump Analysis (Transaction ST22) Also see SM21 for the system log to see what else is happenning on the system. |
|
|
Written by Anon.
|
|
Monday, 09 April 2007 |
Check sy-datar, It is 'X' when there was a change |
|
|
Written by Kevin Wilson
|
|
Friday, 06 April 2007 |
Use, So_object_send function module. |
|
|
Written by Anon.
|
|
Friday, 06 April 2007 |
- Run tcode SE80
- Select 'Local priv objects' and click on 'Display'.
- Select the item you want to reassign and click on it
- Now select Development Object->Reassign or (Ctrl + F7)
|
|
|
Written by Anon.
|
|
Tuesday, 27 March 2007 |
|
|
|
Read more...
|
|
|
Written by Pavan
|
|
Wednesday, 21 March 2007 |
|
How to run statistics - RSANAORA |
|
Read more...
|
|
|
Written by Anon.
|
|
Tuesday, 20 March 2007 |
|
To display a list of available system fields in the ABAP/4 Editor, type SHOW SY in the command line (choose Edit -> More functions -> Command input in SE38 for SAP ver 3.1), or display Data Dictionary structure SYST in SE11. |
|
Read more...
|
|
|
Written by Kevin Wilson
|
|
Saturday, 24 February 2007 |
|
This information describes a possibility to replace the complicated creation of "SAP Business Workflow" workitems inside R/3 and using MAPI service to provider to access it from outside R/3 by creating a simple datafile outside R/3 and sending this workitem-replacement via EMail. |
|
Read more...
|
|
|
Written by Anon.
|
|
Friday, 23 February 2007 |
FIELD-SYMBOLS <FS>. * Variable for later use DATA FIELD VALUE 'X'. * Assigning a field to a Field Symbol ASSIGN FIELD TO <FS>. * Using a Field Symbol which has an assigned field WRITE <FS>. |
|
Read more...
|
|
|
Written by Anon.
|
|
Friday, 16 February 2007 |
|
The following lists some function modules used in the arena of IDocs. |
|
Read more...
|
|
|
Written by Pavan
|
|
Wednesday, 14 February 2007 |
|
How to search a string in all programs including SAP delivered and custom??? |
|
Read more...
|
|