RVEXBSST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Set Print Status for Foreign Trade Output This report allows you to set the output print status for special case processing of foreign trade documents...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RVEXBSST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VIB3 - Foreign Trade Output Status
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.
Selection Text: RG_KSCHL = D Output type
Selection Text: PM_VSTAT = D Processing status
Selection Text: PM_VBELN = Billing document
Selection Text: PM_NACHA = D Transmission medium
Title: Foreign Trade: Set Print Status for Foreign Trade Output
Text Symbol: T12 = Incorrectly processed
Text Symbol: T11 = Successfully processed
Text Symbol: C04 = No
Text Symbol: C03 = Yes
Text Symbol: C02 = Do you want to save the changed entries?
Text Symbol: C01 = Confirmation prompt...
Text Symbol: 002 = FT billing documents
Text Symbol: 001 = Message Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WFMC_MESSAGES_SELECT CALL FUNCTION 'WFMC_MESSAGES_SELECT' EXPORTING PI_APPLICATION = CON_KAPPL_V3 PI_PROCESSING = PM_VERMO TABLES RI_MEDIUM = RG_NACHA RI_TYPE = RG_KSCHL RI_OBJECT = RG_OBJKY TX_MESSAGES = MSGS.
ENQUEUE_EVVBRKE CALL FUNCTION 'ENQUEUE_EVVBRKE' EXPORTING MANDT = SY-MANDT VBELN = PM_VBELN EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_EVVBRKE CALL FUNCTION 'DEQUEUE_EVVBRKE' EXPORTING MANDT = SY-MANDT VBELN = PM_VBELN.
ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * NAME = C_ICON_YELLOW * INFO = L_INFO * IMPORTING * RESULT = P_ICON * EXCEPTIONS * OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = C_ICON_GREEN INFO = L_INFO IMPORTING RESULT = P_ICON EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = C_ICON_RED INFO = L_INFO IMPORTING RESULT = P_ICON EXCEPTIONS OTHERS = 0.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = CON_STADU TEXT = TRUE TABLES DD07V_TAB = DD07V_TAB.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = CON_STADU TEXT = TRUE TABLES DD07V_TAB = DD07V_TAB.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-C01 TEXT_QUESTION = TEXT-C02 TEXT_BUTTON_1 = TEXT-C03 ICON_BUTTON_1 = 'ICON_OKAY' TEXT_BUTTON_2 = TEXT-C04 ICON_BUTTON_2 = 'ICON_CANCEL' DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = ' ' START_COLUMN = 18 START_ROW = 6 IMPORTING ANSWER = POPUP_ANSWER EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
EXPIMP_TABLES_REFRESH CALL FUNCTION 'EXPIMP_TABLES_REFRESH'.
EXPIMP_COM_EIEI_UPDATE_PREPARE CALL FUNCTION 'EXPIMP_COM_EIEI_UPDATE_PREPARE' EXPORTING EXNUM = XEIEI-EXNUM EXPOS = XEIEI-EXPOS AHBAS = XEIEI-AHBAS AHAPP = XEIEI-AHAPP KAPPL = XEIEI-KAPPL KSCHL = XEIEI-KSCHL REFNR = XEIEI-REFNR REFPS = XEIEI-REFPS DOKNU = XEIEI-DOKNU NACAR = XEIEI-NACAR PREFA = XEIEI-PREFA VORPA = XEIEI-VORPA AHDMA = XEIEI-AHDMA FTPTY = XEIEI-FTPTY BEHOE = XEIEI-BEHOE ERDAT = XEIEI-ERDAT ERZET = XEIEI-ERZET ERNAM = XEIEI-ERNAM STADU = XEIEI-STADU UPDKZ = UPDKZ_UPDATE GET_XEIEI_YEIEI = FALSE I_YEIEI = YEIEI.
EXPIMP_COM_EIEI_UPDATE_PREPARE CALL FUNCTION 'EXPIMP_COM_EIEI_UPDATE_PREPARE' EXPORTING EIEI_COMPRESS_DATA = FALSE UPDKZ = UPDKZ_UPDATE GET_XEIEI_YEIEI = TRUE.
EXPIMP_POSTING_TRIGGER CALL FUNCTION 'EXPIMP_POSTING_TRIGGER' EXPORTING I_AHBAS = CON_AHBAS_2FA.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-C01 TEXT_QUESTION = TEXT-C02 TEXT_BUTTON_1 = TEXT-C03 ICON_BUTTON_1 = 'ICON_OKAY' TEXT_BUTTON_2 = TEXT-C04 ICON_BUTTON_2 = 'ICON_CANCEL' DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = ' ' START_COLUMN = 18 START_ROW = 6 IMPORTING ANSWER = POPUP_ANSWER EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
DEQUEUE_EVVBRKE CALL FUNCTION 'DEQUEUE_EVVBRKE' EXPORTING MANDT = SY-MANDT VBELN = PM_VBELN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVEXBSST - Foreign Trade: Set Print Status for Foreign Trade Output RVEXBSST - Foreign Trade: Set Print Status for Foreign Trade Output RVEXBEI9 - Include Belgian Intrastat Reports - Routines RVEXBEI0 - Include for Belgian Intrastat Programs RVEXBAFA - documentation and ABAP source code RVEXAULI - documentation and ABAP source code