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

Modifying PA0315?

Former Member
0 Likes
925

Hi xperts,

I want to modify a field value in the infotype for a condition given.

I dont want to update I want to modify the value for the given condition in the infotype pa0315.

Give me the syntax for modifying infotype for a single field.

For e.g I want to modify only single begda value for the conditions provided.

Thanks,

Sakthi.

Hi xperts,

I want to modify a field value in the infotype for a condition given.

I dont want to update I want to modify the value for the given condition in the infotype pa0315.

Give me the syntax for modifying infotype for a single field.

For e.g I want to modify only single begda value for the conditions provided.

Thanks,

Sakthi.

1 REPLY 1
Read only

Former Member
0 Likes
634

Use FM : HR_INFOTYPE_OPERATION for the same ..

data : it_p0315 type p0315.

get the record into it_p0315 with all the conditions and say

U want to change 'KOSTL'

it_p0315-KOSTL = ' '.

pass this in to the FM along with other parameters

and value MOD for parameter OPERATION ...