cancel
Showing results for 
Search instead for 
Did you mean: 

HCM P&F using HCMT_BSP_PA_TEXT

bjorn-henrik_zink
Active Participant
0 Kudos

Hi,

I am trying to read the text information of infotype 16 via screen structure HCMT_BSP_PA_TEXT of backend service SAP_PA.(http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/5afc97ebf05e40e10000000a11466f/content.htm), but I am not able to make it work. Anyone who knows how to use screen structure HCMT_BSP_PA_TEXT?

Here is what I have done so far: In backend service SAP_PA, I have added fields 0016/HCMT_BSP_PA_TEXT/OBJECT_KEY

and 0016/HCMT_BSP_PA_TEXT/TEXT. Furthermore, I have set the Default Value to SAP_PA 0016-OBJECT_KEY OLD and SAP_PA 0016-TEXT OLD respectively.

I am on 6.0 EhP3.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I tried updating text on IT 0014 using HCMT_BSP_PA_TEXT thru SAP_PA backend service, it worked. All we need is mapping field for TEXT in HCMT_BSP_PA_TEXT.

You dont have to pass or default any value in object key, just assign dataelement to this field which is of "String" type.

Regards

Sridhar

bjorn-henrik_zink
Active Participant
0 Kudos

Hi Sridhar,

thank you for your reply. I want to get the text of the infotype and not update it. Did that work for you?