Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Que about Material Management

Former Member
0 Likes
718

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

6 REPLIES 6
Read only

Former Member
0 Likes
697

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

Read only

0 Likes
697

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...

Read only

Former Member
0 Likes
697

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

Read only

Former Member
0 Likes
697

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

Read only

0 Likes
697

Hiiii Raj...

Thanks for reply

I want to know how to DEBUG standard T-code like ME23N...

Wating for ur reply...

Regards,

Nirav Parekh

Read only

0 Likes
697

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.