DATA :LS_HEADER TYPE BAPI_INCINV_CREATE_HEADER . DATA :LT_TAXDATA TYPE TABLE OF BAPI_INCINV_CREATE_TAX . DATA :LT_ITEM TYPE TABLE OF BAPI_INCINV_CREATE_ITEM . DATA :LT_RETURN TYPE TABLE OF BAPIRET2 . DATA :LS_TAXDATA TYPE BAPI_INCINV_CREATE_TAX . DATA :LS_ITEM TYPE BAPI_INC...
DATA:LT_TAXDATA TYPE TABLE OF BAPI_INCINV_CREATE_TAX. DATA:LS_TAXDATA TYPE BAPI_INCINV_CREATE_TAX. DATA:LT_ITEMDATA TYPE TABLE OF BAPI_INCINV_CREATE_ITEM. DATA:LS_ITEMDATA TYPE BAPI_INCINV_CREATE_ITEM. DATA:LT_MATERIALDATA LIKE TABLE OF BAPI_INCINV_CREATE_MATERIAL. DATA:LS_MATERIALDAT...
Please, do also consider that if sheets "GL Account" or "Material" are active in your system, entries posted through them are not registered on RSEG table, but on RBCO and RBMA. I hope this information helps somebody. Regards, Johan Show replies Show replies You must be a registered ...
Presently MIRO is possible immediately after GRN for any item, while we would like to make restriction; till material is under quality test or it got rejected after quality test, MIRO will not be possible. User Exit for MIRO Tr.code Following requirements are checked with this user exit. a)...
DATA:LT_TAXDATA TYPE TABLE OF BAPI_INCINV_CREATE_TAX. DATA:LT_ITEM TYPE TABLE OF BAPI_INCINV_CREATE_ITEM. DATA:LT_RETURN TYPE TABLE OF BAPIRET2. DATA:LS_TAXDATA TYPE BAPI_INCINV_CREATE_TAX. DATA:LS_ITEM TYPE BAPI_INCINV_CREATE_ITEM. ...
Once you find the affected table, solutions for the performance are very simple!It is necessary to create new indexes. If the affected table is RBKP, it is necessary to create a new index for this table. SAP recommends that you create an index with the following fields in tableRBKP: ...
REF_DOC_ITEM (Goods receipt document item): 1 TAX_CODE (Tax code): VN ITEM_AMOUNT (Item amount): 40.00 QUANTITY (Quantity): 4 PO_UNIT (Unit of measure): PC TaxData table TAX_CODE (Tax code): VN TAX_AMOUNT (Tax amount in document currency): USD 6.60 For more information, see the...
not. If the accounting entry is okay we are good to post the document by selecting the post/save option. After posting the header data will get updated in RBKP and the line item data will get updated in RBCO table. Your invoice will be posted and related document number will be ...
IN MIR7 , i have two line item with two different Tax Code. In first line item Taxcode is like, Basc Excide duty Not Applicable, VAT 4%, AVAT 1%, Non Cenvatable In 2nd line item Tax code is like, SERVICE TAX 10 % Cenvatable ,VAT 4%, AVAT 1% Non Cenvatable Now in above ca...
returnTYPETABLEOFbapiret2WITHHEADERLINE.DATA: lt_inputTYPETABLEOFzmms004.DATA: lv_itemTYPErblgp.DATA: lv_gross_amountTYPEbapi_incinv_create_header-gross_amount.DATA: lv_kbetrTYPEkonp-kbetr.DATA: lv_msgTYPEstring.DATA: lv_iferror_flgTYPEc.DATA: lv_iferror_lifnr_flgTYPEc.DATA:lv_wrbtr_su...