Application Development and Automation 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: 
Read only

UPLOADING FROM A TEXT FILE

prince_isaac
Active Participant
0 Likes
556

HELLO

I RECENTLY DID AN UPLOAD, BATCH PROCESSING FROM A TEXT FILE ON VERSION 3.1 HOWEVER IAM GETTING AN ERROR MESSAGE SAYING

OPEN GROUP: USER INVALID

PLEASE ADVISE ME ON WHAT I CAN DO

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

hi,

I think u are using a session method. the FM BDC_OPEN_GROUP has a parameter username where you need to pass the username it is mandatory.

santhosh

HELLO

I RECENTLY DID AN UPLOAD, BATCH PROCESSING FROM A TEXT FILE ON VERSION 3.1 HOWEVER IAM GETTING AN ERROR MESSAGE SAYING

OPEN GROUP: USER INVALID

PLEASE ADVISE ME ON WHAT I CAN DO

3 REPLIES 3
Read only

Former Member
0 Likes
533

hi,

I think u are using a session method. the FM BDC_OPEN_GROUP has a parameter username where you need to pass the username it is mandatory.

santhosh

Read only

Former Member
0 Likes
532

In bdc_open_group function module pass SY-UNAME to USER parameter.

Read only

prince_isaac
Active Participant
0 Likes
532

thanx

worked marvelously!