‎2007 Nov 29 10:00 AM
‎2007 Nov 29 10:05 AM
Hi
<b>BDC_INSERT</b> Insert batch input transactions in batch input session
Function module: BDC_INSERT
You use this module to pass data as a transaction to batch input.
Parameters:
Tcode (transaction code) required
post_local (switch on local update) optional
printing (switch off printing) optional
simubatch (save recording option
'Simulate background mode') optional
ctuparams (save 'Call Transaction Using Parameter')
optional
Dynprotab (internal table with batch input data) required
Exceptions:
Do not have to be specified.
Without exceptions, the function modules provide error messages
upon invalid parameters or internal errors (refer to SYSLOG).
When specifying exceptions, error handling can be carried out independently by querying SY-SUBRC.
Example:
Report RJBDC001.
Parameters
TCODE
POST_LOCAL
PRINTING
SIMUBATCH
CTUPARAMS
DYNPROTAB
Exceptions
INTERNAL_ERROR
NOT_OPEN
QUEUE_ERROR
TCODE_INVALID
PRINTING_INVALID
POSTING_INVALID
Function Group
SBDC
‎2007 Nov 29 10:07 AM
The fields for BDC_InSERT are.......
EXPORTING
TCODE =
TABLES
DYNPROTAB =
REGARDS,
SANDEEP.