RBUS2143 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 RBUS2143 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: Notas Fiscais (Brazil)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_NF_AL_CONFIRM CALL FUNCTION 'J_1B_NF_AL_CONFIRM' EXPORTING DOCNUM = docnum EXCEPTIONS DOCUMENT_NOT_FOUND = 1 TECHNICAL_PROBLEM = 2 OTHERS = 3 .
BAPI_J_1B_NF_CREATEFROMDATA CALL FUNCTION 'BAPI_J_1B_NF_CREATEFROMDATA' EXPORTING OBJ_HEADER = OBJHEADER NFCHECK = NFCHECK IMPORTING E_DOCNUM = EDOCNUM TABLES OBJ_PARTNER = OBJPARTNER OBJ_ITEM = OBJITEM OBJ_ITEM_TAX = OBJITEMTAX OBJ_HEADER_MSG = OBJHEADERMSG OBJ_REFER_MSG = OBJREFERMSG OBJ_OT_PARTNER = OBJOTPARTNER RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_J_1B_NF_GETLIST CALL FUNCTION 'BAPI_J_1B_NF_GETLIST' TABLES NFENUM_RA = NFENUMRA RETURN = RETURN OBJ_HEADER = OBJHEADER AWSYS_RA = AWSYSRA REFKEY_RA = REFKEYRA REFTYP_RA = REFTYPRA PARID_RA = PARIDRA PARVW_RA = PARVWRA BRANCH_RA = BRANCHRA BUKRS_RA = BUKRSRA NFNUM_RA = NFNUMRA SERIES_RA = SERIESRA CANDAT_RA = CANDATRA CREDAT_RA = CREDATRA PSTDAT_RA = PSTDATRA DOCDAT_RA = DOCDATRA DIRECT_RA = DIRECTRA DOCTYP_RA = DOCTYPRA DOCNUM_RA = DOCNUMRA EXCEPTIONS OTHERS = 01.
BAPI_J_1B_NF_GETDETAIL CALL FUNCTION 'BAPI_J_1B_NF_GETDETAIL' EXPORTING DOCNUM = DOCNUM REFTYP = REFTYP REFKEY = REFKEY AWSYS = AWSYS IMPORTING OBJ_HEADER = OBJHEADER TABLES RETURN = RETURN OBJ_OT_PARTNER = OBJOTPARTNER OBJ_REFER_MSG = OBJREFERMSG OBJ_HEADER_MSG = OBJHEADERMSG OBJ_ITEM_TAX = OBJITEMTAX OBJ_ITEM = OBJITEM OBJ_PARTNER = OBJPARTNER EXCEPTIONS OTHERS = 01.
BAPI_CTE_J_1B_NF_CREATFROMDATA CALL FUNCTION 'BAPI_CTE_J_1B_NF_CREATFROMDATA' EXPORTING IS_HEADER = ISHEADER IS_HEADER_ADD = ISHEADERADD IS_NFCHECK = ISNFCHECK IMPORTING EV_DOCNUM = EVDOCNUM TABLES O_PARTNER = OPARTNER O_ITEM = OITEM O_ITEM_ADD = OITEMADD O_ITEM_TAX = OITEMTAX O_HEADER_MSG = OHEADERMSG O_REFER_MSG = OREFERMSG O_OT_PARTNER = OOTPARTNER O_IMPORT_DI = OIMPORTDI O_IMPORT_ADI = OIMPORTADI O_CTE_DOCREF = OCTEDOCREF O_CTE_RES = OCTERES RETURN = RETURN EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBUS2143 - Notas Fiscais (Brazil) RBUS2143 - Notas Fiscais (Brazil) RBUS2142 - Program for Object Type BUS2127: REM Backflush RBUS2142 - Program for Object Type BUS2127: REM Backflush RBUS2140 - Program for Object Type BUS2140 : Travel Expense Document RBUS2140 - Program for Object Type BUS2140 : Travel Expense Document