Sunday, 13 May 2012

What are the EXPORTING parameters of BDCJ3PEN_GROUP? | SAP-ABAP

    Following are the EXPORTING parameters of BDC_OPEN_GROUP:
=>    CLIENT— Client in which the session is to be processed.
=>     Default—   By default is the client under which the batch input program runs when the session is created.
=>   GROUP— Name of the session that is to be created. It may be up to 12 characters long.
=>   Default— Hone. A session name must be specified.
=> HOLDDATE— Lock date. The session is locked and may not be processed until after the date that is specified.  Only a system administrator with the LOCK authorization for the authorization object Batch Input Authorizations can unlock and run a session before this date.
=>  Format- YYYYMMDD (8 digits).
=>  Default- No lock date, session can be processed immediately. A lock date is optional.
=> KEEP- Retain session after successful processing. Set this option to the value X to have a session kept after it has  been successfully processed. Sessions that contain errors in transactions are kept even if KEEP is not set.
=> Default-  not set, then sessions that are successfully processed is deleted.
=> USER- This is the user name that is used for checking authorizations, if a session is started in background processing.
The user must be authorized for all of the transactions and functions that are to be executed in a session. Otherwise, transactions will be terminated with no authorization errors.

No comments: