SBAPIIDOCSTATUS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SBAPIIDOCSTATUS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Inconsistent ALE Interfaces of Released BAPIs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING FUNCNAME = Lsswotdv-abapname TABLES EXCEPTION_LIST = LtExceptionsP EXPORT_PARAMETER = LtExportP IMPORT_PARAMETER = LtImportP CHANGING_PARAMETER = LtChangingP TABLES_PARAMETER = LtTablesP EXCEPTIONS ERROR_MESSAGE = 1 FUNCTION_NOT_FOUND = 2 INVALID_NAME = 3 OTHERS = 4.
SO_NAME_CONVERT_API1 CALL FUNCTION 'SO_NAME_CONVERT_API1' EXPORTING NAME = LsSoudnameI1 TABLES NAMES = LtSoundnameI1 EXCEPTIONS USER_NOT_EXIST = 1 PARAMETER_ERROR = 2 X_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SBAPIIDOCSTATUS - Inconsistent ALE Interfaces of Released BAPIs SBAPIIDOCSTATUS - Inconsistent ALE Interfaces of Released BAPIs SBAL_VER_GENERATE_DATA - SBALVERGENERATEDATA SBAL_VER_05 - Verification program: Create several logs and messages SBAL_VER_05 - Verification program: Create several logs and messages SBAL_VER_04 - Verification program: Create several logs and messages