SAP Table EKBEH_MA Description Removed PO History Records at Account Assignment Level Table Type TRANSP Delivery Class A Main Category Materials Management Sub Category Purchasing SAP Purchasing Tables TableDescriptionModule A160 Plant Info Record: Variants MM-PUR A161 Info Record: Variants MM-PUR AM...
SAP Managed Tags: ABAP Development, MM (Materials Management) Hi All, Upon receipt of non-stock material against PO , material doc .no ( MBLNR) with GR value ( DMBTR ) is available in table AUFM . My requirement is to get corresponding IR value from table EKBE ( not at PO level bu...
Hi, It is a standard functionality to get updated the EKBE table when ever the transaction is done over the PO .when a service entry sheet is created system will update the PO history and soon after the SES is accepted a GR will be created and the PO history also . Regards, You must...
SAP Managed Tags: ABAP Development Hi all, I am having trouble while trying to JOIN these two tables. Condition should be: ekbebelnr = vbupvbeln AND ekbebuzei = vbupposnr Problem is that when ekbebuzei and vbupposnr are compared SAP returns sy-subrc = 4 because these two fields ...
SAP Managed Tags: ABAP Development i have noticed in ekbe table we have VGABE and BEWTP I'm confused about the meaning of these two fields. VGABE and BEWTP have conflicting meanings. Can anyone clarify whats the difference between these two. varunReply...
SAP Managed Tags: ABAP Development Hi, try this: TABLES: EKKO, EKPO, EKBE. * TYPES: BEGIN OF TY_ITAB, AEDAT LIKE EKKO-AEDAT, EBELN LIKE EKKO-EBELN, EBELP LIKE EKPO-EBELP, ZEKKN LIKE EKBE-ZEKKN, END OF TY_ITAB. * DATA: IT_ITAB TYPE TABLE OF TY_ITAB, WA_ITAB TYPE TY...
SAP Managed Tags: ABAP Development Hi, Is there any other table other than EKBE for PO history? I am not finding parked invoices in the EKBE table, however all posted invoices against the PO are displayed in it. (I am using 4.6B version) Thanks in advance. Regards, Arun Mohan Edited...
4,342 SAP Managed Tags: ABAP Development Hi all, I was wondering if anyone knew under what conditions a PO Item's VGABE Flag would change from 1(GR) to 8(Delivery Stock transfer) in table EKBE? Any help would be greatly appreciated. Many Thanks, Philip JohannesenReply...