Function Module
BAPI_0036_GET_DETAIL
Functionality
With this method you can get the details of an existing Grants Management (GM) budget document.
Notes
The authorization for the display of GM budget entry document is checked . STYLE S_DOCUS1 The BAPI customer enhancement concept allows customers to include additional data that is not anticipated by the interface. STYLE * STYLE S_DOCUS1 The ExtensionIn and ExtensionOut parameters are data containers, in which the additional values are sent during import or export. STYLE * STYLE S_DOCUS1 As well as the Extension parameters in the interface, the BAPI function module also includes BAdIs (Business Add-Ins) or customer exits. These check the data sent by the customer to the method, and also perform additional functions. STYLE *
- Documentnumber
- The number of the document to be retrieved.
- Getitem
- The default is to get details on the header. For details on GM budget item data, the parameter Getitem should be set.
- GetFmItem
- For additional details on the fiscal year distribution (FM data), the parameter GetFmItem should be set.
Pattern
CALL FUNCTION 'BAPI_0036_GET_DETAIL'
EXPORTING
DOCUMENTNUMBER =
" GETITEM =
" GET_FM_ITEM =
" IMPORTING
" HEADER_DATA_GET =
" HEADER_DATA_ADD =
" TABLES
" ITEM_DATA =
" FM_ITEM_DATA =
" EXTENSION_IN =
" EXTENSION_OUT =
" RETURN =
.