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: 

RH_OBJECT_CREATE Question

Former Member
0 Kudos

Hello,

When running Function Module RH_OBJECT_CREATE, I am prompted to create a new Transport Request. Is there a way I can suppress the Transport creation request, or avoid the need attach the Object creation to a new Transport?

I've tried several modes by setting import parameter VTASK (the modes are B=Buffer, D=Online, V=Update, S=Sync - I am only prompted for a Transport when I use mode 'D'). Via the other modes, I am returned a new Object ID, however, the object is not actually created in HRP1000. I also called BAPI_TRANSACTION_COMMIT, but the record is still not persisted to HRP1000.

Any ideas why the record is not actually being created, eventhough I'm returned a brand new Object ID? Is there another FM I need to call after RH_OBJECT_CREATE?

Thanks,

Matt

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

Check if this thread might help

2 REPLIES 2

former_member156446
Active Contributor
0 Kudos

Check if this thread might help

Former Member
0 Kudos

use ENQUEUE DEQUEUE before and after calling function module.

Try using following function module after RH_OBJECT_CREATE

RH_UPDATE_DATABASE

Regards,

Lalit Mohan Gupta.