‎2007 May 22 3:34 PM
hi all!
I can't remove the includes from my function group which have been
created automatically when I create a view for a table. How can I solve such a problem. It also can be a dirty way.
regrads
ilhan
‎2007 May 22 3:38 PM
Hello,
I think the best way it to delete your view and make it again. In case you have maintenance view is better also to delete ot.
Bye
Gabriel
‎2007 May 22 3:40 PM
‎2007 May 22 3:38 PM
Hello,
Steps:-
1, Go to the Include program.
2, Before deleting just use /h command
3, and then press delete.
4, By -pass the sy-subrc value at deletion code.
Regards,
Deepu.K
‎2007 May 22 4:01 PM
hi deepu !
you write :
Before deleting just use /h command
Can you say to me where the delete button or icon is ?
Regards
ilhan
‎2007 May 22 5:28 PM
Hello Ilhan,
Include Programs are seen in SE38.
Go to SE38 Program.
Give ur Include Nmae
Press /H in the command prompt
Press Delete Icon in the Toolbar
Now debug it and by-pass the sy-subrc value when the deltion operation comes.
Hope it is clear now.
Regards,
Deepu.K
‎2007 May 22 10:14 PM
deepu K,
I always have the same problem in such cases.
Your hints concerning se38 and deleting with /h are very helpful but
it is diffucult to locate the right location of this problem. I have followed
your instructions and I get this:
PROCESS AFTER INPUT.
CHAIN.
MODULE EXIT.
FIELD: RS38M-FUNC_EDIT,
RS38M-FUNC_HEAD,
RS38M-FUNC_DOCU,
RS38M-FUNC_TEXT,
RS38M-FUNC_SSET.
MODULE SET_XCODE_SE38.
FIELD RS38M-PROGRAMM:
MODULE PROGRAMM.
MODULE FUNCTION_MENU.
ENDCHAIN.
MODULE MNGR_PAI.
Is generally any way to find out very quickly the affected loacation
in such cases ?
Regards
sas
‎2007 May 23 8:02 AM
Hello Deepu
when does the deletion operation come ?
Regards
ilhan