2008 Jan 08 5:39 PM
hi all,
how to assign transaction code ina session method to BDC_INSERT Function Module?
what is catch command?
2008 Jan 08 5:48 PM
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?
2008 Jan 08 5:48 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |