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

remove the includes from my function group

Former Member
0 Likes
1,913

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,255

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

Read only

0 Likes
1,255

hi how can I delete my view ? There is no trash icon

Read only

Former Member
0 Likes
1,255

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

Read only

Former Member
0 Likes
1,255

hi deepu !

you write :

Before deleting just use /h command

Can you say to me where the delete button or icon is ?

Regards

ilhan

Read only

0 Likes
1,255

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

Read only

0 Likes
1,255

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

Read only

0 Likes
1,255

Hello Deepu

when does the deletion operation come ?

Regards

ilhan