‎2006 Nov 23 2:36 PM
Hello,
I am interested in code samples for importing ASCII-Text files and create
Batch-Inputs.
In help.sap.com I found informations about the Report: RPIADUC0, but I have
no idea, where to get this report.
Thanks
Armin
‎2006 Nov 23 2:39 PM
Hi
U can find it in abap workbench (trx SE38).
Anyway you report should have:
- STEP1 - Read the file
Use OPEN DATASET statament for file in APPLICATION SERVER
Use fm GUI_UPLOAD (or WS_UPLOAD) for file in PRESENTATION SERVER
- STEP2 - Create batch input
Try to see where the include BDCRECX1 is used or try to create a registration by trx SM35: in this way you can see how a BDC program should be developed.
Max
‎2006 Nov 23 2:39 PM
Hi
U can find it in abap workbench (trx SE38).
Anyway you report should have:
- STEP1 - Read the file
Use OPEN DATASET statament for file in APPLICATION SERVER
Use fm GUI_UPLOAD (or WS_UPLOAD) for file in PRESENTATION SERVER
- STEP2 - Create batch input
Try to see where the include BDCRECX1 is used or try to create a registration by trx SM35: in this way you can see how a BDC program should be developed.
Max
‎2006 Nov 23 2:51 PM
Hi,
Thanks to all for the very fast Help !
Currently I have only Access to a training-system, and this Report is not
installed )-:
Armin
‎2006 Nov 23 2:39 PM
If you have acces to sap r/3 system, you can go to the se38 transaction and can see the code for the report RPIADUC0.
Regards,
ravi
‎2006 Nov 23 2:44 PM
hi,
use shdb and after recording create program with option "Read from fiel" = X
A.