2008 Feb 07 8:30 AM
hi,
what is rsbdcsub in session method and what is exporting list to memory?
hi,
what is rsbdcsub in session method and what is exporting list to memory?
2008 Feb 07 8:32 AM
RSBDCSUB is a program, it could be called after a BDC creation to execute the BDC.
2008 Feb 07 8:32 AM
Standard Program RSBDCSUB is used to Sumbit BDC Session program in Background Automatically.
SUBMIT rsbdcsub WITH mappe = p_sesion(your session name)
WITH von = sy-datum
WITH bis = sy-datum
WITH z_verarb = 'X' AND RETURN.
There is an addition for the ABAP statement SUBMIT, with which you can "store" the list output generated in SAP Memory
SUBMIT...
EXPORTING LIST TO MEMORY
Afterwards you can retrieve the list output, which was EXPORTed TO MEMORY, back using FM LIST_FROM_MEMORY.
Reward points if useful.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |