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

updation problem in custom infotypes.

Former Member
0 Likes
443

HI ALL,

I have created two custom infotypes, and the process is that one infotype updates the other infotype.

When i open the first infotype by pa30 and then open the second and changes some value which update the first infotype table. now when i go to first info type it shows the old value. untill i exit pa30 and start again then it shows the updated values. what is the solution for this.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
421

Hi abap sap,

It is becasue of PAI and PBO module itterations.

Go to the custom related program created with that infotype and insert your logic to clear the field contents.

Reward if useful!

HI ALL,

I have created two custom infotypes, and the process is that one infotype updates the other infotype.

When i open the first infotype by pa30 and then open the second and changes some value which update the first infotype table. now when i go to first info type it shows the old value. untill i exit pa30 and start again then it shows the updated values. what is the solution for this.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
422

Hi abap sap,

It is becasue of PAI and PBO module itterations.

Go to the custom related program created with that infotype and insert your logic to clear the field contents.

Reward if useful!

Read only

Former Member
0 Likes
421

Hi ,

Its not any problem with your code.In case of user exits it sometimes happens so.

Thanks