USOBT : Relation transaction > authorization object TOBJ : Authorization Objects TOBJT : Short Texts for Authorization Objects TACTZ : Valid activities for each authorization Читать дальше …
Рубрика: ABAP
SAP BOM Items, Read BOM items details for STPO Example
SAP BOM Tables details how SAP BOMs (Bill Of Material) are stored in SAP’s database. Go There SAP BOM Tables for BOM Header, Items and Читать дальше …
Date formatting CL_ABAP_DATFM
Date formatting Using CL_ABAP_DATFM Date formatting Using CL_ABAP_DATFM Summary This post include the Sample program using the class CL_ABAP_DATFM for doing basic date formating. Author(s): Читать дальше …
SICF Services — All active services
Check the table ICFSERVLOC. All active services are marked with an «X» flag. You can find the list of active services along with path using Читать дальше …
Batch Add item to VA02 Sales Order
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990class-methods ADD_ITEM_IN_VA02_ORDER_BDC importing !IV_VBELN type VBELN !IT_MATNR_QNT type ZHM_T_MATNR_QNT . METHOD add_item_in_va02_order_bdc. DATA: bdcdata TYPE Читать дальше …