2007 Mar 21 8:07 AM
Hiiii My Guru ABAPers....
Here i have stuck once again with a question of material management...
Let me describe my question :
I am told to make a report of mm whose fields are used in transction ME23N.
here in condition sub-tab there are fields exists called "condition type" , "name",
"amount" , "currency" and "condition value"...who all defenately contains some values... but dears i am not able to find out WHICH TABLE-FIELDS holds these values ... by going into technical info it shows the "KOMV" STRUCTURE ... and that is logically impossible that any database structure could hold any value...
here i am waiting for ur reply...
Warm and scare(just kidding) regards,
Nirav Parekh
Hiiii My Guru ABAPers....
Here i have stuck once again with a question of material management...
Let me describe my question :
I am told to make a report of mm whose fields are used in transction ME23N.
here in condition sub-tab there are fields exists called "condition type" , "name",
"amount" , "currency" and "condition value"...who all defenately contains some values... but dears i am not able to find out WHICH TABLE-FIELDS holds these values ... by going into technical info it shows the "KOMV" STRUCTURE ... and that is logically impossible that any database structure could hold any value...
here i am waiting for ur reply...
Warm and scare(just kidding) regards,
Nirav Parekh
2007 Mar 21 8:26 AM
Hi Nirav,
You need to DEBUG the program and find it our your self values from which table and field is being displayed over there.........
Regards,
Kunjal
2007 Mar 21 8:36 AM
Hi kunjal...
Thanks for ur reply and hospitility...
but could you tell me how to bebug the transction like : ME23N as its a standard
T-CODE .... after entering it into addressbar i get the screen described by you...
but how can i come to know that from where these values coming from as i dont get to chance to write '\h' inbetween this...as i used to do debugging by it...
2007 Mar 21 8:35 AM
all the condition tab fields for the transaction are stored in db table <u><b>konv</b></u> just goto se11 transaction and check
Regards
navjot
reward poins accordingly
2007 Mar 21 8:36 AM
hi,
in po you will get qty , rate & amount (ekpo table) only.
when miro happens then only you can get all tax figures from bset table.
( link rbkp -> bkpf -> bset )
raj
2007 Mar 21 9:13 AM
Hiiii Raj...
Thanks for reply
I want to know how to DEBUG standard T-code like ME23N...
Wating for ur reply...
Regards,
Nirav Parekh
2007 Mar 21 9:23 AM
All those details are available in KONV table.
to debug ME23N, enter ME23N in command promt, now type '/H' in me23n. and proceed with ur required operation.
Regards,
Sujatha.