Menu

SAP Function Module FITP_RAIL_BABS_ORDER_NEWEND

Function saving a new BABS order in DB

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FITP_RAIL_BABS_ORDER_NEWEND (Function saving a new BABS order in DB) is a standard Function Module in SAP ERP and is part of the function group FITP_API_START_DB within the package PTRI_ADDON.

Technical Information

Function Module FITP_RAIL_BABS_ORDER_NEWEND
Short Text Function saving a new BABS order in DB
Function Group FITP_API_START_DB
Package PTRI_ADDON
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONTEXT_HANDLER LIKE FTPS_API-CTXTID Context Handler
S_BABS_HEADER_IN LIKE FTPS_API_RAIL_BABS_HEADER Input BABS Header (Identification params)
S_BABS_IN LIKE FTPS_API_RAIL_BABS_IN Struct. containing input params for BABS req.
S_VPC_IN LIKE FTPS_API_RAIL_VPC_HEADER Input VPC Header (Identification params)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_CODE LIKE FTPS_API-ERROR_CODE API Error Codee
ERROR_TYPE LIKE FTPS_API-ERROR_TYPE API Error Type
S_BABS_HEADER_OUT LIKE FTPS_API_RAIL_BABS_HEADER Output BABS Header (Identification params)
S_BABS_OUT LIKE FTPS_API_RAIL_BABS_OUT MAin information on BABS order
S_VPC_OUT LIKE FTPS_API_RAIL_VPC_HEADER Output VPC Header (Identification params)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_BABS_POSITIONS_OUT LIKE FTPS_API_RAIL_BABS_ELEM List of elements inside BABS (only 10)

Exceptions

This function module does not define any Exceptions.