Application Development 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: 

In PA0040 infotype how to update text1 field.

Former Member
0 Kudos
521

hi friends,

Please tell me how to Update PA0040 infotype and RP50M-TEXT1 fields.This field is not available in PA0040 infotype .Is there any function module to update those fields.

Please tell me its very Urgent.

Thanks and regards,

vasu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
118

Hi vasu,

1. use the class CL_HRPA_TEXT_CLUSTER

UPDATE method.

regards,

amit m.

2 REPLIES 2

Former Member
0 Kudos
118

>

> hi friends,

>

> Please tell me how to Update PA0040 infotype and RP50M-TEXT1 fields.This field is not available in PA0040 infotype .Is there any function module to update those fields.

>

> Please tell me its very Urgent.

>

> Thanks and regards,

> vasu.

Hi Vasu,

The text is stored in the cluster id TX of the d/b table PCL1, you have to use either IMPORT/EXPORT statements or Macros to update the text.

Former Member
0 Kudos
119

Hi vasu,

1. use the class CL_HRPA_TEXT_CLUSTER

UPDATE method.

regards,

amit m.