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

Former Member
0 Kudos

hi

can we process a session with out going to SM35 and in Foreground pls reply

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Pandu,

U should use the system function BDC_START_GROUP:

call 'BDC_START_GROUP' id 'GROUP' field mtab-groupid

id 'QUID' field mtab-qid

id 'DISPLAY' field amodus

id 'LOG' field lmodus

id 'EXPERT' field d0300-expert

id 'DYSIZE' field ldefsize.

See the program SAPMSBDC_CC

reward if it helps..

Regards,

Omkar.

2 REPLIES 2

Former Member
0 Kudos

i don't think it's possible.

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

Hi Pandu,

U should use the system function BDC_START_GROUP:

call 'BDC_START_GROUP' id 'GROUP' field mtab-groupid

id 'QUID' field mtab-qid

id 'DISPLAY' field amodus

id 'LOG' field lmodus

id 'EXPERT' field d0300-expert

id 'DYSIZE' field ldefsize.

See the program SAPMSBDC_CC

reward if it helps..

Regards,

Omkar.