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

help in pu12

Former Member
0 Likes
425

hallow

i have to do an interface to other system and i heard about pu12

but i heard that in ecc5 the disadvantage that in pu12 sap dont recognize if the user doing delete.

i have to send interface with log of changig of infotype for employee

the problem is that the users doing not just update the can doing also delete.

if user choose to doing update for ex. adress but he choose to do it in creation

in the database u see it like insert->delete->insert.

i wont to now if pu12 recognize it in ecc6.

Best Regards

hallow

i have to do an interface to other system and i heard about pu12

but i heard that in ecc5 the disadvantage that in pu12 sap dont recognize if the user doing delete.

i have to send interface with log of changig of infotype for employee

the problem is that the users doing not just update the can doing also delete.

if user choose to doing update for ex. adress but he choose to do it in creation

in the database u see it like insert->delete->insert.

i wont to now if pu12 recognize it in ecc6.

Best Regards

1 REPLY 1
Read only

Former Member
0 Likes
399

Hello

PU12 generally does not recognise the delete data, atleast in 4.7 C. The deleteed data will be logged in cluster tables. May be you can use the FM's like "HR_INFOTYPE_LOG_GET_LIST" and "HR_INFOTYPE_LOG_GET_DETAIL" to get the deleted records by coding in the user exits provided by the <b>file format config.</b> of PU12.

Reward points if helpful!!

~Ranganath