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

reg bdc

Former Member
0 Likes
405

hi all,

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

what is catch command?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
387

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

hi all,

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

what is catch command?

1 REPLY 1
Read only

Former Member
0 Likes
388

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