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

Change system status

Former Member
0 Likes
583

Hi all!!

Can any one please tell me how to chenge the system status of the object number from "ACTIVE" to "INACTIVE" ?

Can anyone please suggest a function module to do that?

Thanks,

Sachin.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

check the function STATUS_CHANGE_INTERN , try to pass OBJNR and status to the table parameter

Hi all!!

Can any one please tell me how to chenge the system status of the object number from "ACTIVE" to "INACTIVE" ?

Can anyone please suggest a function module to do that?

Thanks,

Sachin.

2 REPLIES 2
Read only

Former Member
0 Likes
548

check the function STATUS_CHANGE_INTERN , try to pass OBJNR and status to the table parameter

Read only

0 Likes
547

Thanks!!!