Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BDC Session method & GUI_upload

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use comma(,) instead of using 'X' in has field seperator.. i'm not sure about this..

Thanks,

ThiruKumaran. R

8 REPLIES 8

amit_khare
Active Contributor
0 Kudos

0 Kudos

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

0 Kudos

This message was moderated.

0 Kudos

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.

0 Kudos

This message was moderated.

0 Kudos

<<text deleted by moderator: check your email to find out why>>

Edited by: Matt on Nov 19, 2008 10:19 AM

Former Member
0 Kudos

Hi,

Use comma(,) instead of using 'X' in has field seperator.. i'm not sure about this..

Thanks,

ThiruKumaran. R

0 Kudos

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