‎2008 Nov 19 7:16 AM
Hi,
I am using GUI_UPLOAD to get the tab delimited file into intenal table and using Session method,
Please tell me
1. How to upload the file which has comma seprator (Using GUI_UPLOAD)
for ex my file record looks 1000,test,nothing
2. I want to execute the session via RSBDCSUB and collect the error, Please tell me how to do it.
Regards,
Prabhu
‎2008 Nov 19 9:28 AM
Hi,
Use comma(,) instead of using 'X' in has field seperator.. i'm not sure about this..
Thanks,
ThiruKumaran. R
‎2008 Nov 19 7:18 AM
‎2008 Nov 19 7:25 AM
Thank you,
Could any one give me how to process the session via progammatically (not going to SM35 ) and I need the test run also.
regards,
Prabhu
‎2008 Nov 19 8:05 AM
‎2008 Nov 19 8:24 AM
Hi,
U need to write a code to submit the session. see the example below,
Submit BDC batch input
SUBMIT RSBDCSUB
EXPORTING LIST TO MEMORY
WITH MAPPE = G_BATCH ---> give batch name here
WITH FEHLER = ''
WITH Z_VERARB = 'X'
WITH VON = SY-DATUM
WITH BIS = SY-DATUM
AND RETURN.
‎2008 Nov 19 8:46 AM
‎2008 Nov 19 9:18 AM
<<text deleted by moderator: check your email to find out why>>
Edited by: Matt on Nov 19, 2008 10:19 AM
‎2008 Nov 19 9:28 AM
Hi,
Use comma(,) instead of using 'X' in has field seperator.. i'm not sure about this..
Thanks,
ThiruKumaran. R
‎2008 Nov 19 9:59 AM
Could any one give me how to process the session via progammatically (not going to SM35 )
and need to Collect the error messages (important) and I need the test run also.
regards,
Prabhu