
problem in selecting a single record... - SAP Community
How can I modify my code below in selecting only one wrbtr from table ekbe? Also, what is wrbtr and how does it relate to a certain PO? is it the balance? the PO amount? Thanks guys and take care! CONCATENATE t_pohistory-mat_doc t_pohistory-doc_year. INTO bkpf-awkey. SELECT SINGLE * FROM bkpf. WHERE awkey = bkpf-awkey. *AVH - removed wrbtr from ...
Need two ebeln in one column | SAP Community
Hi, I want ekbe-ebeln and bsik-ebeln in one column. Can anyone suggest the solution. IF it_with_item-blart EQ 'RE'.
Data not coming after Datasource enhancement? | SAP Community
I am doing enhancement for Purchase infocube 0PUR_C01. fields are FRGKE from EKKO table and another one is VGABE from EKBE table. for FRGKE i added this field in SE11 to MCEKKO structure and VGABE field added directly in MC02M_0ITM. FRGKE field is related to "Released Indicator" and VGABE is for "Transaction event type".
Looping and moving correct lines from WTAB to ITAB
I have made the following declaration for my 2 internal tables. DATA: BEGIN OF ITAB OCCURS 0, EBELN LIKE EKKO-EBELN, "Purchasing Document Number EBELP LIKE EKPO-EBELP, "Item Number of Purchasing Document EINDT LIKE EKET-EINDT, "Item delivery date BUDAT LIKE EKBE-BUDAT, "Posting Date in the Document LFBNR LIKE EKBE-LFBNR, "Document …
select join statement bad performance | SAP Community
Hi all, I have a select statement below; select * into table itab from ekpo as a inner join ekbe as b on a~ebeln = b~ebeln and a~ebelp = b~ebelp inner join rbkp as
Doubt with 2LIS_02_SCL - SAP Community
2011年9月14日 · Hi All, I have an issue with 2LIS_02_SCL - Purchasing Data (Schedule Line Level).. we had a scenario ..where in BW (PSA to Cube) ...for a particular purchase order we have 30 schedule line counter( ET
Problem Regarding TABLE updation for Scheduling Agreement
Dear Experts, We have noticed that whenever we are releasing any Delivery Schedule for a line item against a Scheduling Agreement the table field ABART(Scheduling Agreement Release Type) in table EKET
Im trying to update db table in user exit, with the internal table
> at the end of user exit the db table ekpo have to be updated..... endloop. Im updating internal table, using ...
internal table field does not show data. | SAP Community
hello experts, I am currently modifying a code in a report where it shows PO's and it amount, downpayment, Invoice, GR, payment and balance.