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

bdc

Former Member
0 Likes
384

What is the structure of a BDC sessions.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

hi,

Your Question is answered here

Reards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
362

it is created in sm35...c that transaction

Read only

Former Member
0 Likes
362

1. Session Method:

Open a session by calling the following functional module

CALL FUNCTION 'BDC_OPEN_GROUP'

EXPORTING

client = sy-mandt

group = session_name

keep = p_keep

user = sy-uname

………………

2. Call the following FM and pass the BDCDATA table and the transaction code.

CALL FUNCTION 'BDC_INSERT'

EXPORTING

tcode = ‘MM01'

TABLES

dynprotab = i_bdcdata

EXCEPTIONS

…..

3 . Close the Session

CALL FUNCTION 'BDC_CLOSE_GROUP'

Read only

Former Member
0 Likes
363

hi,

Your Question is answered here

Reards,

Santosh