In SAP Inbox there is a distribution list which can be created and SAP users or external mail ID can be can mapped. Distribution List name can used to select the user or other to send out emails. The Tables […]
Continue reading »Category: SAP ABAP Technical
SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation
This SAP Note also works for the smartforms, when developer gets issue in the Text Editor on 7.6 or 7.7 above GUI 2221815 – SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation http://support.sap.com/swdc -> Support […]
Continue reading »DMS Multiple File getting downloaded in WebGui
SAP Note No:- 2988910 When you try to view the Documents uploaded in SAP DMS, using SAP WebGui, file dont open as you see in conventional SAP GUI. Instead it download the files to the folder, while downloading it downloads […]
Continue reading »TimeStamp Conversion
CONVERT TIME STAMP -timestamp TIME ZONE ‘GMTUK ‘ INTO DATE -date TIME -time. call method cl_bup_services=>timestamp_to_date exporting iv_timestamp = lv_valid_to receiving ev_date = lv_date.
Continue reading »Upload PDF from Application Server(AL11)
If you wish to upload the pdf file from AL11 you can refer the below code which will be helpful. DATA : lv_dir_name TYPE eps2filnam, lv_vbeln TYPE vbrk-vbeln, lv_fname TYPE eps2filnam, ls_list TYPE eps2fili, ls_drao TYPE drao, lt_drao TYPE TABLE […]
Continue reading »Create Spool of Adobe Form/OTF
When you are using the digital signature in Adobe forms, after completion of form you need to create it spool so you will require to use the FM “ADS_CREATE_PDF_SPOOLJOB” this FM will you creating a spool. You can refer the […]
Continue reading »Parking not possible during batch input
This error comes when you try and post any entry using enjoy transaction. There is a workaround for such problems in BDC use DATA : opt type ctu_params. opt-nobinpt = abap_true. call transaction ‘FV60’ USING LT_BDCDATA OPTIONS FROM OPT.
Continue reading »SAP read the file size during run time
In SAP when you are uploading the file from desktop you wish to restrict the file size. To do this we can call the Class CL_GUI_FRONTEND_SERVICES Method FILE_GET_SIZE. There are many blog that consultant are not getting the output from […]
Continue reading »Convert Material to other UOM
In SAP Material master we can maintain the conversion of material based on one material UOM to other Unit of measure. Sometimes the calculation becomes difficult you can use FM to convert the Quantity to other UOM. MD_CONVERT_MATERIAL_UNIT
Continue reading »BADI for FV60
For Vendor Payment / Vendor Invoices you can use SAP BADI FAGL_SET_SEGMENT for sending error messages.
Continue reading »