SAP Reports / Programs

J_1AF026 SAP ABAP Report - Social security withholding







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


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 J_1AF026. "Basic submit
SUBMIT J_1AF026 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1AF026 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: 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


INCLUDES used within this REPORT J_1AF026

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:

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.



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