2014 Aug 01 7:59 AM
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
2014 Aug 01 8:05 AM
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
2014 Aug 01 8:17 AM
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
2014 Aug 01 8:22 AM
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 ?
2014 Aug 01 8:27 AM
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
2014 Aug 01 8:30 AM
2014 Aug 01 8:35 AM
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.
2014 Aug 01 9:25 AM
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:
2014 Aug 01 9:49 AM
Hi Glen,
I am not looking for implementation method. Something else in it.