SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJVSO_COMPLAINT_LIST_F01 SAP ABAP INCLUDE - RJVSOCOMPLAINTLISTF01







RJVSO_COMPLAINT_LIST_F01 is a standard ABAP INCLUDE 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 RJVSO_COMPLAINT_LIST_F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RJVSO_COMPLAINT_LIST_F01. "Basic submit
SUBMIT RJVSO_COMPLAINT_LIST_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RJVSO_COMPLAINT_LIST_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RJVSO_COMPLAINT_LIST_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISM_SO_COMPLAINT_GET CALL FUNCTION 'ISM_SO_COMPLAINT_GET' EXPORTING PV_FVNR = PS_RJVSOCOMPL_LIST-FVNR IMPORTING PT_JVSOCOMPL_DAYS = LT_JVSOCOMPL_DAYS EXCEPTIONS OTHERS = 1.

ISM_SHIPORD_GETDETAIL CALL FUNCTION 'ISM_SHIPORD_GETDETAIL' EXPORTING SHIPORDNBR = PS_RJVSOCOMPL_LIST-ORDNBR IMPORTING SHIPORD = LS_JVSOH EXCEPTIONS OTHERS = 1.

ISM_SHIPORDPOS_GETDETAIL CALL FUNCTION 'ISM_SHIPORDPOS_GETDETAIL' EXPORTING ORDNBR = PS_RJVSOCOMPL_LIST-ORDNBR POSNBR = PS_RJVSOCOMPL_LIST-POSNBR IMPORTING SHIPORDPOS = LS_JVSOP SHIPADDRESS = LS_JVSOP_ADDRESS EXCEPTIONS OTHERS = 1.

ISP_ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ISP_ADDRESS_INTO_PRINTFORM' EXPORTING ANSCHR_TYP = LS_JVSOP-ADDRESS_VARIANT SADRWA_IN = LS_JGTSADR ZEILENZAHL = '3' IMPORTING SADRWA_OUT = LS_ADRS EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = LV_REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS_LIST' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = LT_SORTINFO * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' IS_VARIANT = LS_VARIANT * IT_EVENTS = * IT_EVENT_EXIT = IS_PRINT = LS_PRINT * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_ADD_FIELDCAT = * IT_HYPERLINK = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = PT_RJVSOCOMPL_LIST EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = PV_REPID I_STRUCTURE_NAME = 'RJVSOCOMPL_LIST' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = PT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

ISM_SO_COMPLAINT_CALL CALL FUNCTION 'ISM_SO_COMPLAINT_CALL' EXPORTING PV_FVNR = LS_RJVSOCOMPL_LIST-FVNR PV_XCHANGE = CON_ANGEKREUZT EXCEPTIONS OTHERS = 0.

ISM_SO_COMPLAINT_CALL CALL FUNCTION 'ISM_SO_COMPLAINT_CALL' EXPORTING PV_FVNR = LS_RJVSOCOMPL_LIST-FVNR PV_XDISPLAY = CON_ANGEKREUZT EXCEPTIONS OTHERS = 0.

ISM_SO_COMPLAINT_CALL CALL FUNCTION 'ISM_SO_COMPLAINT_CALL' EXPORTING PV_FVNR = LS_RJVSOCOMPL_LIST-FVNR PV_XDISPLAY = CON_ANGEKREUZT EXCEPTIONS OTHERS = 0.

ISM_SO_COMPLAINT_CALL CALL FUNCTION 'ISM_SO_COMPLAINT_CALL' EXPORTING PV_FVNR = LS_RJVSOCOMPL_LIST-FVNR PV_XCHANGE = CON_ANGEKREUZT EXCEPTIONS OTHERS = 0.

ISM_SO_COMPLAINT_CALL CALL FUNCTION 'ISM_SO_COMPLAINT_CALL' EXPORTING PV_ORDNBR = LS_RJVSOCOMPL_LIST-ORDNBR PV_POSNBR = LS_RJVSOCOMPL_LIST-POSNBR PV_XCREATE = CON_ANGEKREUZT EXCEPTIONS OTHERS = 0.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RJVSO_COMPLAINT_LIST_F01 or its description.