2008 Apr 21 2:45 PM
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.
2008 Apr 21 2:59 PM
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 ...
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |