‎2005 Nov 10 4:56 AM
Hello All
While creating a Purchase Order, I am not filling the field ' Ultimate Destination Country'. Its getting automatically filled from a customized table 'YGW_EX_DATA' while saving the PO.
I want to know how that customized table is getting values.for example , the ultimate destination field shows 'SA'. I would like to know based on what condition,this field takes the value 'SA"
Thanks & Regards
Tharani A
‎2005 Nov 10 4:59 AM
Tharani,
As you are saying its coming from a custom table, unless we take a look at the system, I don't think anything can be said.
I suggest you take a look at the user exits written for the PO screen, you should be able to find the code where its populating the value. Better yet, go to SE11 put in the custom table name and click on the WHERE USED LIST button. Iam sure it would show the place where its being populated.
Regards,
Ravi
Note : Reward the posts that help you.
‎2005 Nov 10 4:59 AM
Tharani,
As you are saying its coming from a custom table, unless we take a look at the system, I don't think anything can be said.
I suggest you take a look at the user exits written for the PO screen, you should be able to find the code where its populating the value. Better yet, go to SE11 put in the custom table name and click on the WHERE USED LIST button. Iam sure it would show the place where its being populated.
Regards,
Ravi
Note : Reward the posts that help you.
‎2005 Nov 10 6:34 AM
You can also put a watchpoint on the field & check in debugging.
Hope this will help.
Bipin
‎2005 Nov 10 6:41 AM
Ravi,
cud u please tell me how to findout userexits for a particular transaction? for suppose ME21.
Raj
‎2005 Nov 10 6:54 AM
hi,
1. find the program name for ME21(SAPMM06E) and goto table MODSAP - > execute , you can see no of exits in that output search with program name (SAPMM06E).
cheers,
sasi
‎2005 Nov 10 7:14 AM
Sasi,
we have three fields in MODSAP,l of that where to give the program name and execute the table?
Thanks
Tharani
‎2005 Nov 10 7:22 AM
no you just execute without specifying parameters (just remove max no. of hits - 200 )
you can see around 6000 entries, then you select find icon (Ctrl+f) specify the program name
cheers,
sasi
‎2005 Nov 10 7:37 AM
Hi,
In the field TYP - Choose the appropriate Exit say
'E' for function Exit and in the member type SAPMM06E
and execute. You can find the function exits of the program
Regards,
Usha