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

Infotype problem

Former Member
0 Likes
429

Hi Gurus,

I have created a zinfotype: 9010.

When i use T-Code : PA30 in cahnge mode to edit entries it is not changing in the table.

I am using the following code to get the values and update the values.

IMPORT it_text1 FROM DATABASE pcl3(an) ID p9010-zemphist. ' To get the value

EXPORT it_text1 TO DATABASE pcl3(an) ID p9010-zemphist. " To update the value

But it is not updating the table.

Best Regards,

Navin Fernandes.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Not sure but you can try to call FM HR_INITIALIZE_BUFFER right after Export Statement.

2 REPLIES 2
Read only

Former Member
0 Likes
402

Not sure but you can try to call FM HR_INITIALIZE_BUFFER right after Export Statement.

Read only

0 Likes
401

Thank You everyonw..!