SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

IDMX_CHECK_SIGNING SAP ABAP Report - To Check Signing of Mexico Digital Invoice







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


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 IDMX_CHECK_SIGNING. "Basic submit
SUBMIT IDMX_CHECK_SIGNING AND RETURN. "Return to original report after report execution complete
SUBMIT IDMX_CHECK_SIGNING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT IDMX_CHECK_SIGNING

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:

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.



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 IDMX_CHECK_SIGNING or its description.