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_insert

Former Member
0 Likes
452

what r the fields in bdc_insert

2 REPLIES 2
Read only

Former Member
0 Likes
346

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

Read only

Former Member
0 Likes
346

The fields for BDC_InSERT are.......

EXPORTING

TCODE =

TABLES

DYNPROTAB =

REGARDS,

SANDEEP.