RLVERIFY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the help of this report, you can fill the
If you would like to execute this report or see the full code listing simply enter RLVERIFY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LX45 - Verification Field in Storage Bin
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: P_STE10 =
Selection Text: P_STE09 =
Selection Text: P_STE08 =
Selection Text: P_STE07 =
Selection Text: P_STE06 =
Selection Text: P_STE05 =
Selection Text: P_STE04 =
Selection Text: P_STE03 =
Selection Text: P_STE02 =
Selection Text: P_STE01 =
Selection Text: P_RADIO3 = Customer exit
Selection Text: P_RADIO2 = Adopt bin coordinate partially
Selection Text: P_RADIO1 = Adopt bin coordinate
Title: Fill Verification Field in Warehouse Master
Text Symbol: SBA = bin coordinate
Text Symbol: S10 = 10
Text Symbol: S09 = 9
Text Symbol: S08 = 8
Text Symbol: S07 = 7
Text Symbol: S06 = 6
Text Symbol: S05 = 5
Text Symbol: S04 = 4
Text Symbol: S03 = 3
Text Symbol: S02 = 2
Text Symbol: S01 = 1
Text Symbol: 007 = Storage type
Text Symbol: 006 = Warehouse number
Text Symbol: 005 = |StorageBin|Verifier |
Text Symbol: 004 = User exit
Text Symbol: 003 = Adopt bin coordinate partially
Text Symbol: 002 = Adopt bin coordinate completely
Text Symbol: 001 = Fill verification field
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = CS_CALLBACK-PROGRAM I_CALLBACK_PF_STATUS_SET = CS_CALLBACK-PF_STATUS_SET I_CALLBACK_USER_COMMAND = CS_CALLBACK-USER_COMMAND I_CALLBACK_TOP_OF_PAGE = CS_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 = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = I_LAGP EXCEPTIONS * PROGRAM_ERROR = 1 OTHERS = 0.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = GC_TABLE_NAME I_STRUCTURE_NAME = GC_STRUCTURE_NAME * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = ET_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LIST_TOP_OF_PAGE.
ENQUEUE_ELLAGPE CALL FUNCTION 'ENQUEUE_ELLAGPE' EXPORTING LGNUM = S1_LGNUM LGTYP = S1_LGTYP-LOW EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_ELLAGPE CALL FUNCTION 'DEQUEUE_ELLAGPE' EXPORTING LGNUM = S1_LGNUM LGTYP = S1_LGTYP-LOW.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLVERIFY - Fill Verification Field in Warehouse Master RLVERIFY - Fill Verification Field in Warehouse Master RLVALERT - Program RLVALERT RLVALERT - Program RLVALERT RLTR_PIFD_TEST_CONTENT_IN_CLU - Program RLTR_PIFD_TEST_CONTENT_IN_CLU RLTR_PIFD_TEST_CONTENT_IN_CLU - Program RLTR_PIFD_TEST_CONTENT_IN_CLU