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

Screen Exit

former_member202818
Active Contributor
0 Likes
1,117

Hello all,

I have noticed that in case of Function Module Exit, the include starts with a naming convention 'ZX', since its starts with 'Z' it belongs to customer name space, so we can do coding without Access Key.

Then my doubt is during implementing screen exit using CMOD, how could i able to edit a subscreen in function group(which is in SAP name space) without Access key?

Regards

Sreekanth

8 REPLIES 8
Read only

FredericGirod
Active Contributor
0 Likes
1,090

Hi,

do you have problem to get a change key ?

maybe all it's done with SE03 --> Set System change option

and for modify the SD exit in Sales order, Invoice, Delivery ..   MV45AFZZ ...  you need an access key, but it's also an exit.

regards

Fred

Read only

0 Likes
1,090

Hi Fred,

I agreed, this is what happening in case of form exit.

We are editing directly a standard program which is belongs to SAP name space, so we need  Access Key.

Why they provided ZX include for Function Module Exit?

And how could i able to edit a screen which is belongs to SAP name space without  Access Key?

Regards

Sreekanth

Read only

0 Likes
1,090

a second point, you have to provide an access key when you modify something that have an original system different. Could you check with your example, the original system ? maybe you create the dynpro, and SAP just call this dynpro if it exists ?

Read only

0 Likes
1,090

Hello Srikanth,

The screen and include are saved in a custom package(Zpackage). May be this could be the reason to edit without access key.

Thanks

Read only

0 Likes
1,090

Even how can i create a new screen in a standard program? 

Read only

0 Likes
1,090

No at the time, when we create screen it will as for package.

Even system allows us to create screen in a standard function group.

Read only

former_member201275
Active Contributor
0 Likes
1,090

Here is a very good step by step tutorial of how to do this, in particualr in relation to your subscreen issue, without needing access key:

http://sapignite.com/screen-exit-in-sap-abap-with-tutorial/

Read only

0 Likes
1,090

Hi Glen,

I am not looking for implementation method. Something else in it.