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

Sample ABAP Code – How to Call PERFORM from SAPSCRIPT

/: PERFORM BIN_LOCATION IN PROGRAM Z_SAPSCRIPT_PERFORMS/: USING &RESBD-MATNR& /: USING &CAUFVD-IWERK& /: USING &RESBD-LGORT& /: CHANGING &MARD-LGPBE& /: ENDPERFORM —————————————————————————————————————— REPORT z_sapscript_performs. *———————————————————————- * SUBROUTINES FOR CALLING FROM SAPSCRIPTS *———————————————————————– * AUTHOR: Sheila Titchener – * DATE: September 2005 * *———————————————————————– FORM bin_location TABLES in_tab STRUCTURE itcsy out_tab STRUCTURE itcsy. *———————————————————————– * get default bin … Read more