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: 

reg bdc

former_member1193869
Participant
0 Kudos

hi all,

how to assign transaction code ina session method to BDC_INSERT Function Module?

what is catch command?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check these threads for SAMPLE session program..

Also Check this link.

http://help.sap.com/saphelp_nw04/helpdata/en/fa/097133543b11d1898e0000e8322d00/frameset.htm

eg.

CALL FUNCTION 'BDC_INSERT'

EXPORTING

tcode = ‘MM01'

TABLES

dynprotab = i_bdcdata

EXCEPTIONS

…..

Catch command

Trying to catch any runtime errors programatically or manually we use this statement catch.

Regards,

Maha

1 REPLY 1

Former Member
0 Kudos

Check these threads for SAMPLE session program..

Also Check this link.

http://help.sap.com/saphelp_nw04/helpdata/en/fa/097133543b11d1898e0000e8322d00/frameset.htm

eg.

CALL FUNCTION 'BDC_INSERT'

EXPORTING

tcode = ‘MM01'

TABLES

dynprotab = i_bdcdata

EXCEPTIONS

…..

Catch command

Trying to catch any runtime errors programatically or manually we use this statement catch.

Regards,

Maha