17.08.2013 Views

Data Interfaces

Data Interfaces

Data Interfaces

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Function Module BDC_OPEN_GROUP<br />

© SAP AG<br />

CALL FUNCTION BDC_OPEN_GROUP’<br />

BDC_OPEN_GROUP’<br />

EXPORTING<br />

CLIENT = <br />

GROUP = <br />

HOLDDATE = <br />

KEEP = <br />

USER = <br />

EXCEPTIONS<br />

QUEUE_ERROR = 1<br />

CLIENT_INVALID = 2<br />

GROUP_INVALID = 3<br />

.<br />

.<br />

.<br />

You open a batch input session with the function module BDC_OPEN_GROUP.<br />

The parameters you must specify are as follows:<br />

CLIENT (Client)<br />

GROUP (Session name)<br />

USER (User name)<br />

Specification of the following parameters is optional:<br />

HOLDDATE (Earliest session start date)<br />

KEEP (ID whether session should be deleted after successful processing;<br />

KEEP = ' ': Delete session (default value)<br />

KEEP = 'X': Do not delete session)<br />

You receive various return values via EXCEPTIONS. You can read these with SY-SUBRC.<br />

USER must always be specified; The user type should be BDC.<br />

In online processing, the online user (and not the user name specified) is used for the authorization<br />

checks.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!