J_1AF026 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report informs the DGI about the social security withholdings applied by your company...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter J_1AF026 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: S_WITHT = Withholding type
Selection Text: S_NEWDAT = Create new Dataset
Selection Text: S_FILE = Output file
Title: Social security withholding
Text Symbol: U18 = Wth. Tax
Text Symbol: U17 = Certificate No
Text Symbol: U16 = Year
Text Symbol: U15 = Description
Text Symbol: U14 = Regime
Text Symbol: U13 = Document No.
Text Symbol: U12 = Amount/LC
Text Symbol: U11 = Type/ID document no.
Text Symbol: U10 = Date
Text Symbol: U04 = Vendor No./Name
Text Symbol: U02 = Wth.Code
Text Symbol: U01 = Official
Text Symbol: T01 = T O T A L
Text Symbol: S01 = Additional selection/Output
Text Symbol: H23 = File name:
Text Symbol: H22 = Tax No.:
Text Symbol: H21 = Code:
Text Symbol: H11 = T O T A L S
Text Symbol: H02 = from &1 to &2
Text Symbol: H01 = Social security withholding
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename changing physical_filename = s_file EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = ADDR1_SEL ADDRESS_GROUP = 'CA01' * read_sadr_only = 'X' IMPORTING SADR = SADR.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status_formname is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = gt_events TABLES t_outtab =
EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid * I_INTERNAL_TABNAME = G_TABNAME i_structure_name = lv_structure_name * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = xt_fieldcat.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename changing physical_filename = s_file EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1AF026 - Social security withholding J_1AF026 - Social security withholding J_1AF018 - Gross Income Perception Listing with Magnetic Support J_1AF018 - Gross Income Perception Listing with Magnetic Support J_1AF016 - Withholdings and Perceptions - RG 4110 J_1AF016 - Withholdings and Perceptions - RG 4110