J_2GCMFK 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 J_2GCMFK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J2GCMK - Check vendor master files
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: S_AFM = Tax code
Selection Text: S_AKONT = Reconciliation account
Selection Text: S_BREAK =
Selection Text: S_BUKRS = Company code
Selection Text: S_CADR =
Selection Text: S_CAFM =
Selection Text: S_CCIT =
Selection Text: S_CDOY =
Selection Text: S_CEML =
Selection Text: S_CFAX =
Selection Text: S_CNAM =
Selection Text: S_CPRO =
Selection Text: S_CSEL =
Selection Text: S_CSTC =
Selection Text: S_CTEL =
Selection Text: S_CZIP =
Selection Text: S_GJAHR =
Selection Text: S_KTOKK = Account group
Selection Text: S_LAND1 = Country
Selection Text: S_LIFNR = Vendor
Selection Text: S_MOVED =
Selection Text: S_SORT = Sort list by
Title: Check Vendor Master Files
Text Symbol: S05 = Check for data deficiencies
Text Symbol: S03 = Check for accounts with same tax code
Text Symbol: S01 = Checks for MYF report
Text Symbol: S00 = Only vendors moved in year
Text Symbol: P01 = Change field mappings
Text Symbol: P00 = Fields to check...
Text Symbol: M21 = requires defining the company also
Text Symbol: M20 = Sorting by reconcilliation account
Text Symbol: M14 = is currently blocked by
Text Symbol: 001 = PCode
Text Symbol: 002 = Tel
Text Symbol: 003 = Fax
Text Symbol: 010 = Tax code
Text Symbol: 011 = Vendor
Text Symbol: 012 = Name
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1GBUKRS_AUTH_CHECK call function 'J_1GBUKRS_AUTH_CHECK' exporting i_xdb = 'K' i_bukrs = s_bukrs.
J_1GACCOUNT_AUTH_CHECK call function 'J_1GACCOUNT_AUTH_CHECK' exporting i_xdb = 'K' i_begru = t_main-begru i_aktvt = '03' exceptions no_authorization = 1 others = 2.
J_1GACCOUNT_AUTH_CHECK call function 'J_1GACCOUNT_AUTH_CHECK' exporting i_xdb = 'K' i_begru = t_main-begru_b i_aktvt = '03' exceptions no_authorization = 1 others = 2.
ENQUEUE_EXLFA1 call function 'ENQUEUE_EXLFA1' exporting lifnr = w_hide_account exceptions foreign_lock = 1 system_failure = 2.
DEQUEUE_EXLFA1 call function 'DEQUEUE_EXLFA1' exporting lifnr = w_hide_account.
call function 'ENQUEUE_EXLFA1' exporting lifnr = w_hide_account exceptions foreign_lock = 1 system_failure = 2.
DEQUEUE_EXLFA1 call function 'DEQUEUE_EXLFA1' exporting lifnr = w_hide_account.
J_2GTAX_CODE_CHECK call function 'J_2GTAX_CODE_CHECK' exporting taxcode = lw_afm9 exceptions wrong_input_type = 1 not_valid_length = 2 not_numeric = 3 not_valid = 4 others = 5.
J_2GMDM_K call function 'J_2GMDM_K' exporting i_lfa1 = lh_lfa1 i_split = s_break importing e_md = t_main-md exceptions others = 1.
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 J_2GCMFK or its description.