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

Table population

Former Member
0 Likes
1,441

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,269

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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,270

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.

Read only

Former Member
0 Likes
1,269

You can also put a watchpoint on the field & check in debugging.

Hope this will help.

Bipin

Read only

Former Member
0 Likes
1,269

Ravi,

cud u please tell me how to findout userexits for a particular transaction? for suppose ME21.

Raj

Read only

0 Likes
1,269

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

Read only

0 Likes
1,269

Sasi,

we have three fields in MODSAP,l of that where to give the program name and execute the table?

Thanks

Tharani

Read only

0 Likes
1,269

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

Read only

Former Member
0 Likes
1,269

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