Posts

Showing posts from January, 2025

Add translation to adobe form in ABAP

Image
    1. Goto T-code SE63.     2. Click on other texts--> Expand PDF-Based Forms--> Double clicks on PDFB.     3. Give adobe form name and selects source and target language and click on edit.     4. For first time click on copy source code. And change translation in target system.     5. After adding translation for best practices open adobe form layout and click on save and activate adobe form.          Note: Sometimes translations are not reflected. So open  adobe form layout and click on save and activate adobe form.     6. Login with Japan language and check. Output      ************************** * **** Thank You ********************** ** ****

Add logo/image to adobe form in ABAP

Image
                                                                             Refer -    Purchase order 1. First add new logos in SE78. 2. Expand graphics and select BMAP and double click. 3. Click on import, select logo file path give name, description and type as color bitmap.                    Note: If you get any error, logo must be saved in bmp format (Even if you face error just open image in local and saved in bmp format). 4. I uploaded these 2 logos in SE78. ( BOSCHLOGO ,  BENZLOGO ). 5.  Open interface ( YI _AB_PURCHASE_ORDER ) and add 2 new fields in global data for content and mime. 6.   In this scenario, if status is I it prints Bosch logo else Mercedes logo will prin...

Sending Adobe form as email to external user in ABAP

Image
                                         Refer -  Introduction to sending adobe form as email                                   Refer -   Adobe to print PO details                                    Refer   -  Call adobe form in Report      1.  Goto T-code SE38.      2.  Give program name click on create.      3.  Write code.           REPORT yr_ab_send_email_extrnl_adobe .      DATA : lr_outparam TYPE sfpoutputparams ,            lr_result   T...

Sending Adobe form as email to SAP user in ABAP

Image
                                           Refer -  Introduction to sending adobe form as email                                          Refer -   Adobe to print PO details                                  Refer -  Call adobe form in Report      1.  Goto T-code SE38.      2.  Give program name click on create.      3.  Write code.      REPORT yr_ab_send_email_adobe .      DATA : lr_outparam TYPE sfpoutputparams ,            lr_result   TYPE sfpjoboutput ,...