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

BAPI/Function module to release request.

Former Member
0 Likes
617

Hi All,

I want to release the request from my ABAP program. Can anybody suggest me Function Module or BAPI for that. I tried BDC for the same but release get canlled.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
490

hi,

check these fm.

TR_RELEASE_REQUEST.

TRINT_RELEASE_REQUEST

TR_CICO_RELEASE_REQUEST.

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
491

hi,

check these fm.

TR_RELEASE_REQUEST.

TRINT_RELEASE_REQUEST

TR_CICO_RELEASE_REQUEST.

Read only

Former Member
0 Likes
490
I want to release the request from my ABAP program.

Not suggested.

Reason:No consistency no object test no inactive object test been take place with this method.may be on the edge.

Amit.