Entering content frame

Component documentation Form 770 Locate the document in its SAP Library structure

The form 770 (simplified) is used for declaring the withholding agents in order to communicate the tax data related to the deductions of the previous year and other required contribution and insurance data to the revenue agency via computer.

Integration

Data and results from the CUD are used once again within form 770. This integration allows the use of a single interface for changing the data related to both forms, as well as the loading of a single file with the data generated by the CUD program.

The user receives a message in his/her mailbox: such message contains the file number generated by the CUD program and for form 770.

Process

The program loads an external file for form 770 and for CUD; if there is a TEMSE file from CUD in the selection screen, such file is imported into the internal table; otherwise it is first created on the basis of the data (interface tables) imported from the local memory.

The program for form 770 eventually calculates the values of the CUD delta boxes for all employees.  Finally the program:

·         creates a TEMSE file

·         shows the totals in an ALV list

·         displays an error log

Note

ALV (Abap List Viewer) is a standard SAP tool for displaying data lists in a grid with lists and columns. Such tool also provides functions such as filtering, data export, variant management and so on.

Outcome

The program displays an outcome log after the run: such log is specific for each selected employee. On the basis of this screen outcomes with different filters can be displayed.

It is also possible to display the results after a possible rounding and truncation.

Leaving content frame