‎2007 Nov 13 9:01 AM
hello experts,
This is viswanath i'm new to this forum.
i'm having some questions.
please solve them and send me the answers.
What do we do in the BDC_Write_group function?
With Regards,
viswanath
‎2007 Nov 13 9:05 AM
There is no functiona module with that name.
only <b>BDC_OPEN_GROUP
BDC_CLOSE_GROUP</b>
Please check ur function maodule name.
Thanks,
venkat Chaitanya
‎2007 Nov 13 9:33 AM
‎2007 Nov 13 10:37 AM
HI
there is no such function module but exits
BDC_OPEN_GROUP -
BDC_INSERT
BDC_CLOSE_GROUP
<b>BDC_OPEN_GROUP</b> Open batch input session for adding transactions
Function Module BDC_OPEN_GROUP
Allows you to open a batch input session when it is created.
Exceptions:
Need not be specified.
If exceptions are not specified, the function modules return error messages if invalid parameters are entered, or if internal errors occur (see SYSLOG).
If you specify exceptions, you can handle these errors yourself by querying SY-SUBRC.
Example:
Report RJBDC001
Parameters
CLIENT
DEST
GROUP
HOLDDATE
KEEP
USER
RECORD
PROG
QID
Exceptions
CLIENT_INVALID
DESTINATION_INVALID
GROUP_INVALID
GROUP_IS_LOCKED
HOLDDATE_INVALID
INTERNAL_ERROR
QUEUE_ERROR
RUNNING
SYSTEM_LOCK_ERROR
USER_INVALID
Function Group
SBDC
<b>BDC_CLOSE_GROUP</b> Close batch input session
Function module: BDC_CLOSE_GROUP
With this module, a batch input folder is closed during creation.
<b>Exceptions:</b>
Do not have to be specified.
Without exceptions, the function modules return errors in the case of invalid parameters or internal errors (see SYSLOG).
If exceptions are specified, you can carry out error handling manually by querying SY-SUBRC.
<b>Example:</b>
Report RJBDC001.
Parameters
Exceptions
NOT_OPEN
QUEUE_ERROR
Function Group
SBDC
<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.
<b>Exceptions:</b>
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.
<b>Example:</b>
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
<b>Reward if usefull</b>