Both EKPO and EKET tables have BANFN fields. Firstly I selected BANFN from EKPO table, but later I noticed that for some PO BANFN is empty, but EKET includes proper BANFN number. So What is the issue hear? I will get the BANFN from EKET table, but am I going to do correct thing...
Here in EKKO table the purchasing document header fields details will be available like Company code, Pur org, PO no, Pur grp, Inco terms. EKKN mainly has the account assignment tab details in the item details of the PO. To develop a report you need to consider the PO number as the li...
Considering the database modeling, the fields unique at header level are never repeated at the item level table. e.g Doc Type , Doc Category , Release ind , Purch Org ( BSART, BSTYP, FRGKE , EKORG) . These fields are only in EKKO but not in EKPO But BUKRS is in both EKKO and ...
The problem is that erdat and erzet fields in vbak table show the time that the user has started to create it and I need the time when the user has pushed the "save" button (which would be the "commit" command in database). Thank you in advance, Alan Hansen....
SAP Managed Tags: ABAP Development dear kochuus, may this syntax can help you: select * into corresponding fields of table itekko from ekko where aedat in s_bedat. if sy-subrc = 0. if itekko[] is not initial. select * into corresponding fields of table itekpo from ekpo for all en...
now store a result ina internal table and now try to link EKKO and EKPO based on two fields using FOR ALL ENTRIES in the internal table, EKKO-EBELN === EKPO-EBELN EKKO-LPONR === EKPO-EBELP Regards Pavan Reply Former Member 2008 Oct 13 1:31 PM 0 Kudos 463 SAP Managed ...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi Experts, I am very new in Abap ,I want to update some fields of Purchase order through Bapi. In Selection screen i need these things,PO Number , material, Delivery date and i want to update the ...
SAP Managed Tags: ABAP Testing and Analysis Hello Gurus, I need to read BSEG table but not using key fields. I have to read it using only company code (BUKRS), purchase order number (EBELN), purchase order item number (EBELP) and material (MATNR) because I need to find the G/L ...
16,694 SAP Managed Tags: ABAP Development hi can anyone give me the fields relating EBAN, EKKO and EKPO this is kinda urgent goldieReply 1 ACCEPTED SOLUTION Former Member 2007 Dec 22 4:02 AM 0 Kudos 3,136 SAP Managed Tags: ABAP Development EBAN- it's the purchase requisiti...
SAP Managed Tags: ABAP Development hi, u can use fields like ERNAM & PBUKR which have the same domain name and thus a relationship b/w the tables can be established. Also u can go to SE11-> table DD08L provide the name of the table PRPS and it shall display the corresponding ...