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

delete operation

Former Member
0 Likes
267

Hi!

In order to delete an include I have posted a question.

The reply was as follows::

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.

Finding out the deletion operation seems to be very tough for me.

There is code section like

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.

It's just very confusingly.

Therefore is my question, is there a way given to locate this exactly affected part in the code. Finally I would be glad if somebody could give me more hints for deleting of this include.

Regards

Ilhan

1 REPLY 1
Read only

Former Member
0 Likes
243

Hi!

As per my idea....

Place the cursor on the include program which u want to delete and click on the where-used list option located on the tool bar. It will give you the list where this include program is used. Now keeping this in mind, debug the program and delete it as per ur requirement........

regards...