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

Is there any standard function to manager request's sequence?

Former Member
0 Likes
614

Dear All expert,

Is there any standard function which can check the sequence of a request? For example,If a request have some content which need another request released firestly , then We can not release it.

BR

Dear All expert,

Is there any standard function which can check the sequence of a request? For example,If a request have some content which need another request released firestly , then We can not release it.

BR

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
582

I am not sure of any function ,but you can get all requests related

to an object using SE03 transaction.

for example, requests related to a smartform, goto SE03 transaction ,

select search for objects in a request execute,give r3tr,ssfo,select check box,

also 2 check boxes modified and released at bottom and execute.

you will get all requests related to that object.

Hope this will help you.

Read only

Former Member
0 Likes
582

Thanks for your reply.It is very helpful.

Read only

GauthamV
Active Contributor
0 Likes
582

Plz close the thread if your problem is solved.

Read only

Former Member
0 Likes
582

SE03 can check the object of the request.

But can not check the sequence of the requests.