Application Development and Automation 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: 
Read only

RH_RELATION_MAINTAIN...getting Action Canceled...

Former Member
0 Likes
815

I have a loop in my program to create relationship of positions (created by RH_OBJECT_CREATE).. If I run debug mode ... position objects and relationship infotypes are created using functions RH_OBJECT_CREATE and RH_RELATION_MAINTAIN... but if I execute the program GUI displays 'action canceled'... I am not able to trap where this message is coming from. May you help me with this issue if you have encoutered as such? Thanks...

Message was edited by:

MILJO

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
736

You can try by calling the function module 'RH_UPDATE_DATABASE'

immediately after RH_OBJECT_CREATE and RH_RELATION_MAINTAIN.

~Suresh

I have a loop in my program to create relationship of positions (created by RH_OBJECT_CREATE).. If I run debug mode ... position objects and relationship infotypes are created using functions RH_OBJECT_CREATE and RH_RELATION_MAINTAIN... but if I execute the program GUI displays 'action canceled'... I am not able to trap where this message is coming from. May you help me with this issue if you have encoutered as such? Thanks...

Message was edited by:

MILJO

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
737

You can try by calling the function module 'RH_UPDATE_DATABASE'

immediately after RH_OBJECT_CREATE and RH_RELATION_MAINTAIN.

~Suresh

Read only

0 Likes
736

i have found the answer myself... it is ENQUEUE DEQUEUE solving the problem.

Read only

Former Member
0 Likes
736

Hi Miljo,

I'm looking for a program by which I can delimit a relationship and create new relation . It seems u worked on such program, can u send me the program for same , its urgent

Kavi