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 »
1 2 3 18