DATA:LS_PRITEM TYPE BAPIMEREQITEMIMP . DATA:LS_PRITEMX TYPE BAPIMEREQITEMX . DATA:LT_PRITEM TYPE TABLE OF BAPIMEREQITEMIMP . DATA:LT_PRITEMX TYPE TABLE OF BAPIMEREQITEMX . DATA:LS_HEAD TYPE BAPIMEREQHEADER . DATA:LS_HEADX TYPE BAPIMEREQHEADERX. DATA:LT_BAPIRETURN TYPE TABLE ...
go into your RFQ, and double click the item text, this takes you to the editor. in the editor choose from menu GOTO > header here you obtain the key fields and values that are used to store the record in STXH and STXL table. As the long text is stored in binary , you cannot use...
首先执行T-code OMET,创建一个新的Function Authorization:Z1 “No PO without PR”,勾选“Ref. to Purchase Requisition” ,然后保存。 T-code OMET 这时候,我们就设置好了一个function authorization是不允许用户在没有PR的情况下创建PO。然而,这个功能还未生效,还需要将它分配给采购人员对应的SAP User ID。...
SAP 软件系统提示:表 T133E中不存在Z9 Bipr
INTRODUCTION In this Blog we'll see how to calculate PR ageing using Bucket List concept in SAC. PR in SAP is nothing but Purchase Requisition which is a document that
SAP Managed Tags: ABAP Development Hi Muthu, You can find it in EBAN table itself. You can filter the values by selecting the EBELN (Purchase Order number) and EBELP(Purchase Order item number) The select statement will be something like below. select BANFN BNFPO from EBAN where EBELN ...
loop at t_ebkn. read table lt_account with key preq_item = t_ebkn-bnfpo. if sy-subrc <> 0. lt_account_new-preq_item = t_ebkn-bnfpo. lt_account_new-wbs_elem_e = t_ebkn-ps_psp_pnr. lt_account_new-g_l_acct = t_ebkn-sakto. lt_account_new-cost_ctr = t_ebkn-kostl. lt...
SAP Managed Tags: ABAP Development hi nishant, i get the value in string table. after that wat to do. i ll paste my code plz suggest how to do this. DATA: GV_FILE TYPE RLGRAP-filename. DATA:LV_STRING TYPE TABLE OF string. data:lv_data type string. PARAMETERS:P_FILE TYPE SAPB-...
in our case we used plant and item value. not all fields in the pr can be used. for a full list of fields that can be used to determine the release startegy, see tcode se12 table ceban.so the two fields that will be used is:field ceban-werks forplantfield ceban-gswrt foritem...
SAP GMBDGTHDRPRCSS Table Fields Here is the details of each fields in this SAP table. You can find the discription, data type and assigned lenth of each of the fields in GMBDGTHDRPRCSS table. GMPROCESS : GM Budgeting User Interface ProcessIts a key field. Its data type is CHAR (Cha...