Stefanos Moschidis - SAP Certified Technical Consultant - Source ABAP Code
-
Program copying variants from one program to another provided that the programs have identical selection screens.
-
Program copying ALV variants (Layouts) from one program to another provided that the programs have the same columns in the ALV list.
-
Program to read and display payroll analysis for a given Personnel Number and for a specified period.
-
Program retrieving texts of infotypes, which are proccessed from transaction PA30 with editor called with F9 key.
-
Program displaying two ALV Grid controls, with Drag and Drop efects between them.
-
Program displaying an ALV Grid control, wich responds to Hotspot click event and calls temporarily another transaction.
-
Program showing the Business Document Service functionality; It calls the Business Document Navigator , or retrieves and shows a document , or retrieves and downloads a document.
On the same subject: The linked program creates a customer created class of documents for the first time and inserts a document. The Business Document Navigator can then be used for loading more documents.
-
Program sending email to an internet address with a PDF attachement.
On the same subject: Program releasing the pending internet messages from queue, using the transaction SCOT.
-
Program downloading data of any DB table to a tab delimited ASCII file, or uploading to any DB table the data from a tab delimited ASCII file of the same structure, or showing the contents of any DB table.
-
Program reading data of an Excel file, and showing them in a SAP report.
-
Program reading data of an ASCII file stored in SAP area, and showing them in a SAP list.
-
Program writing lines in an ASCII file stored in SAP area.
-
Program deleting Breakpoints set in a main program and in includes of it.
-
Program downloading SAPSCRIPT forms in a directory of the local disk.
-
Program storing data in a cluster table and retrieving data from such a table. This technique is used in an instance where a job is executed in update task. (The data are exported to the DB first, and in the function module run in the update task the data are imported and used).
-
Programm opening MS-Word with data from SAP.
-
Function module downloading data from SAP to MS-Word and starting MS-Word with the created file.