2009 Mar 24 4:47 PM
Hi,
Any function module or class which can change the state of a program ( may be an include, executable or function module etc...) from active to inactive.
Thanks,
Siddarth
2009 Mar 24 7:12 PM
I don't think there's any FM or program to change the status from active to inactive.
But you can try modifying the standard table REPOSRC field R3STATE.
I have found that when we make a program inactive it creates an additional entry with the same record for that object but the R3STATE will be i. Try using that..
2009 Mar 24 5:11 PM
2009 Mar 24 5:19 PM
2009 Mar 24 7:12 PM
I don't think there's any FM or program to change the status from active to inactive.
But you can try modifying the standard table REPOSRC field R3STATE.
I have found that when we make a program inactive it creates an additional entry with the same record for that object but the R3STATE will be i. Try using that..
2009 Mar 24 7:17 PM
its dynamic..... it may be program or function module etc....... so REPOSRC will only check for program, I dont think it will be useful for function modules...
and later if I make an entry in this table ... if I want to activate the program will this work just with an entry in this table...
Thanks,
Siddarth
2009 Mar 28 5:37 AM
2009 Apr 21 6:04 AM
Wrote a BDC code to save the program which automatically made my program inactive.
Any ways thanks for all your answers