How to transport graphics from SE78?

SE78 is a transaction code in SAP ERP (Enterprise Resource Planning) that allows you to transport graphics, such as logos, pictures, or icons, between different SAP systems. Graphics can be transported using the SAP Transport Management System (TMS), which ensures the consistency and integrity of the data during the transportation process. In this guide, I … Read more

How to Transport SE63 translation for Script?

How To transport SE63 translations for a script? you can follow these general steps: Prepare the Translation File: First, make sure you have the translation file available. In SAP systems, SE63 is commonly used for translation tasks. Export the translation for your script from SE63 as a .XLIFF (XML Localization Interchange File Format) file or … Read more

Displaying Multiple Smartforms-Abap code

In so many organizations where the management needs to appoint the new employees to their management with the help of the system. The way to appoint the employees are done by giving the Appointment Letters to their employees and all these letters are generated in SAP through the Transaction Code – SMARTFORMS and here is … Read more

How to send emails to a recipient address containing the smart form in the PDF format as an attachment

Step1:Call the function module of the smartform and pass the final internal table (output table) into the form interface, also exporting the control parameters output options and user settings importing the structure job_output_info and transfer the contents of STRUC_JOB_OUTPUT_INFO-OTFDATA[] into an internal table I_OTFDATA[] which contains the records in OTF format. Sample Code CALL FUNCTION … Read more

How to send emails to a recipient address containing the smart form in the PDF format as an attachment

Step1:Call the function module of the smartform and pass the final internal table (output table) into the form interface, also exporting the control parameters output options and user settings importing the structure job_output_info and transfer the contents of STRUC_JOB_OUTPUT_INFO-OTFDATA[] into an internal table I_OTFDATA[] which contains the records in OTF format. Sample Code CALL FUNCTION … Read more

Smartform to Mail as PDF attachment

Here is the code to send the Smartform to mail as PDF attachment. *&———————————————————————**& Report ZTEST_NREDDY_PDF_MAIL*&*&———————————————————————*REPORT ZTEST_NREDDY_PDF_MAIL. * Internal Table declarationsDATA: I_OTF TYPE ITCOO OCCURS 0 WITH HEADER LINE,I_TLINE TYPE TABLE OF TLINE WITH HEADER LINE,I_RECEIVERS TYPE TABLE OF SOMLRECI1 WITH HEADER LINE,I_RECORD LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,* Objects to send mail.I_OBJPACK LIKE … Read more

Smartform to Mail as PDF attachment

Here is the code to send the Smartform to mail as PDF attachment. *&———————————————————————**& Report ZTEST_NREDDY_PDF_MAIL*&*&———————————————————————*REPORT ZTEST_NREDDY_PDF_MAIL. * Internal Table declarationsDATA: I_OTF TYPE ITCOO OCCURS 0 WITH HEADER LINE,I_TLINE TYPE TABLE OF TLINE WITH HEADER LINE,I_RECEIVERS TYPE TABLE OF SOMLRECI1 WITH HEADER LINE,I_RECORD LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,* Objects to send mail.I_OBJPACK LIKE … Read more

SmartForm : Sales Order

Form Interface : import parameter : ZNAST type nast ZVBDKA type vbdka ZADDRES type Addr_key Tables : ZTVBDPA like VBDPA IT_VBDPAU like VBDPAU IT_VEDPA like VEDPA IT_VEDKA like VEDKA IT_VEDPN like VEDPN IT_VEDKN like VEDKN Transaction VA02