‎2008 Mar 12 5:54 AM
Hi Gurus,
Plz. let me know that from where i can take these values---
1. AUFNR -
2. WRGBTR -
I want a table who stores both field values...
Note:.I don't want structure name, i need table name...
Thanks...
‎2008 Mar 12 5:56 AM
‎2008 Mar 12 5:57 AM
‎2008 Mar 12 5:57 AM
‎2008 Mar 12 5:59 AM
aufm: for amount in local curreny(dmbtr).
u can use exchange rate 2 convert dis amount into ny desired currency
‎2008 Mar 12 6:05 AM
There is not table like you searching. WRGBTR is calculated variable and it's not stored in data-base tables.
‎2008 Mar 12 6:13 AM
Hi,
both the fields are stored in different tables.
aufnr stored in AUFK,VBAP,VBAK etc.,
WRGBTR stored in KAEP_CM,
KAEP_CM_RC,
KAEP_COAC,
KAEP_COEP_RC,
KAEP_COEP_X.
you can search the table fields in the TABLE DD03L.
Regards,
vineela.
‎2008 Mar 12 8:37 AM
Hi Prince Kumar
The Field AUFNR and WRGBTR,
AUFNR relates with FI
WRGBTR relates with Asset..
AM-Co-FI.. Through This way there could be some possiblility of Interlinking your requirement..
ANLE and AUFK are the tables your field resides you can interlink them i think.. take a look on these tables..
Reward Points if its useful..
‎2008 Mar 12 10:09 AM
Hi,
Plz tell me that which field is common in both tables (ANLE and AUFK)...
Thanks...
‎2008 Mar 12 10:12 AM
‎2008 Mar 13 10:44 AM
Hi,
U r right, BUKRS is the common field in both tables....ANLE and AUFK...
But now my problem is that there is no value in ANLE Table...
Plz Tell...
Thanks...
‎2008 Mar 13 10:52 AM
Hi
use QALS as intermidiate table and
select ANLE then pass the GJAHR ANL1 ANL2 BUKRS to QALS get the LIFNR and use the LIFNR to get the AUFK values
Regards
Shiva
‎2008 Mar 12 8:54 AM
Hi
1.you open transaction code se84.
2.you find abap-dictionary.expand that.
3.you find fields.expand that.
4.you find table fields,structure fields.click on any one of these two.then give your field name(for example AUFNR) and execute you got all the tables consisting of that field.
‎2008 Mar 12 9:08 AM
Hi,
U can fine both the fields AUFNR and WRGBTR in the below given tables:
KAEP_CM = Field List: Commitment Line Items
KAEP_COAC = Field List: Line Item Report for Actual Costs
KAEP_COEP_X = Item Field List: Actual Cost Line Item Report
Regards,
kavitha.
‎2008 Mar 12 9:15 AM
Hi
use AFKO for AUFNR which header table for PP orders
Regards
Shiva