IDMX_CHECK_SIGNING 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 IDMX_CHECK_SIGNING 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.
Selection Text: UNSIGNED = UNSIGNED
Selection Text: SIGNED = SIGNED
Selection Text: P_VBELN = D .
Selection Text: P_BUKRS = D .
Selection Text: BOTH = BOTH
Title: To Check Signing of Mexico Digital Invoice
Text Symbol: 019 = Document Selection
Text Symbol: 018 = TEXT ID
Text Symbol: 017 = Cancellation Indicator
Text Symbol: 016 = Status
Text Symbol: 015 = Billing Document Number
Text Symbol: 014 = Posting Status
Text Symbol: 013 = UNSIGNED
Text Symbol: 012 = SIGNED
Text Symbol: 011 = Text lines
Text Symbol: 010 = Tag column
Text Symbol: 009 = DATA ID
Text Symbol: 008 = PMI [Payment Method]
Text Symbol: 007 = ECC [Encrypted character chain]
Text Symbol: 006 = DTP [Document type]
Text Symbol: 005 = SNC[Serial Number]
Text Symbol: 004 = APY [Approval Year]
Text Symbol: 003 = APN [Approval number]
Text Symbol: 002 = Reference Number
Text Symbol: 001 = Acc.Document Number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = p_bukrs component = 'MX' IMPORTING out_country = lv_land EXCEPTIONS component_not_active = 1 OTHERS = 2.
IDMX_DI_GET_TEXT CALL FUNCTION 'IDMX_DI_GET_TEXT' EXPORTING iv_dataid = lv_dataid iv_doc_awkey = lv_doc_awkey iv_doc_awtyp = 'VBRK' iv_language = lv_language IMPORTING et_t_tline = lv_text_line EXCEPTIONS error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = w_prog i_callback_pf_status_set = 'SET_PF' * i_callback_top_of_page = 'TOP_PAGE' i_callback_user_command = 'USER_COMM' * i_grid_title = title_for_grid it_fieldcat = t_fieldcat[] it_excluding = i_exclude TABLES t_outtab = it_display.
IDMX_DI_GET_TEXT CALL FUNCTION 'IDMX_DI_GET_TEXT' EXPORTING iv_dataid = lv_dataid iv_doc_awkey = lv_doc_awkey iv_doc_awtyp = 'VBRK' iv_language = lv_language IMPORTING et_t_tline = lv_text_line EXCEPTIONS error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = w_prog i_grid_title = 'Text Under The Corresponding IDs' it_fieldcat = t_fieldcat2[] it_excluding = i_exclude i_screen_start_column = 40 i_screen_start_line = 5 i_screen_end_column = 150 i_screen_end_line = 20 TABLES t_outtab = it_main.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IDMX_CHECK_SIGNING - To Check Signing of Mexico Digital Invoice IDMX_CHECK_SIGNING - To Check Signing of Mexico Digital Invoice IDLOG_REPORT - Include IDLOG_REPORT IDIWPS_TL_WHERE_USED_LISTALV - IDIWPSTLWHEREUSEDLISTALV IDIWPS_TL_WHERE_USEDALV_TOP - IDIWPSTLWHEREUSEDALVTOP IDGT_SET_DB_CONFIG - Set GTI DB Configration