cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert record to HRP1018

Former Member
0 Kudos

Hi Experts,

I have a requirement in HCM FPM forms to update inftoype HRP1018. SAP is not supporting this infotype. so decided to update with AGS in HCM forms. I tried update using RH_INSERT_INFTY . it throws exception REPID_FORM_INITIAL. Then i tried insert record using insert statment, but the field TABNR is not created. Could any one please tell me how to insert record in HRP1018 or how to create TABNR.

Thanks,

Ramanan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear solomon,

Thanks for the reply. I will try this.

ChrisSolomon
Active Contributor
0 Kudos

So you tried to use SAP_PD for this and it did not work? (as this is a OM/PD infotype)

Well, it is VERY possible in your own AGS....but with a slight twist.....the PA decoupled infotype framework classes...although not the easiest to work with and learn right off...do work very well. The framework for OM/PD is slightly different though. My advice...look at SAP's own code (via SAP_PD updates) and tailor that to fit your needs. (*hint* look at the standard classes starting with "CL_HRBAS_INFTY_")