‎2009 Jun 29 12:59 PM
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.
‎2009 Jun 29 1:28 PM
Not sure but you can try to call FM HR_INITIALIZE_BUFFER right after Export Statement.
‎2009 Jun 29 1:28 PM
Not sure but you can try to call FM HR_INITIALIZE_BUFFER right after Export Statement.
‎2009 Dec 16 8:43 AM