‎2006 Nov 16 6:29 AM
hi Friends,
In SE38,if u enter some SAP standard program and go in DISPLAY mode u will see INSERT,DELETE,REPLACE,CANCEL Buttons in the Application Toolbar.But if u Type some Z - Programs And go in DISPLAY mode those buttons are not seen.How to get those buttons in Z - Programs also.
With Regards,
Kumaresh
‎2006 Nov 16 6:32 AM
You will not get those buttons in the Z Programs because, as a customer you are free to write any custom programs.
However, you are not supposed to change the standard code, that is why you get that options in standard program, mostly to apply OSS notes. When you change the standard program its called as a Repair.
Regards,
Ravi
Note - Please mark all the helpful answers
Message was edited by:
Ravikumar Allampallam
‎2006 Nov 16 6:38 AM
hi ravi,
Previously IBM Provided SAP Support for us.In that For Y-Programs they have Provided Those buttons which i mentioned above.
‎2006 Nov 16 6:39 AM
These buttons are provide by SAP in some standard programs so that you can add your code or change that code. Basically yo can change the functionality.
e. g. Have a look at report SAPMV45A. It caontains few user exits.
INCLUDE MV45AOZZ. " User-modules PBO
INCLUDE MV45AIZZ. " User-modules PAI
INCLUDE MV45AFZA. " User-forms < 3.0
INCLUDE MV45AFZB. " User-forms
INCLUDE MV45AFZC. " User-forms < 3.0D
INCLUDE MV45AFZD. " User-forms 3.0E
INCLUDE MV45AFZF. " User-forms 3.0F
include mv45afzh. " User-forms 4.6B
INCLUDE MV45AFZZ. " User-forms
INCLUDE MV45AFZ4. " User-forms 4.0
These are the include programs and here you can add your own code to have different functionality according to client requirements. Have a look at below link which will give you details abt the includes in details.
http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
When you are clicking on those buttons, you need to store the changes in transport request.
I hope this info will help you.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Nov 16 6:45 AM
Hi,
Previously IBM Provided SAP Support for us.In that For Y-Programs they have Provided Those buttons which i mentioned above.That's why I'm Asking.
‎2006 Nov 16 6:49 AM
Hello,
You will not get those buttons in the Z Programs because, as a customer you are free to write any custom programs.
Courtesy: Ravi
Regards,
Shehryar Dahar
‎2006 Nov 17 4:39 AM
Hi
good i had the same issue once. Well SAP comes with a tag called the Modification assistance, when you open a SAP program for manual implementation of OSS notes you get the said buttons as part of modification assistance. Well when you are creating a new Z program since you are not changing any SAP standard button this buttons are not avialable.
For more information check this link
<a href="http://help.sap.com/saphelp_webas620/helpdata/en/83/7a1913de6e11d195460000e82de14a/frameset.htm">Modification assitance</a>
Thanks
Anirban M.
‎2006 Nov 17 4:53 AM
Hi,
These Buttons are part of modification assistant.But, it cam only come when u r changing copy of code.i.e., when u try to change code in QA/PRD this button comes.
I have also encountered this thing in my z- program. In my case, I created my program @ my office & release the request with "Protect (CtrlF2)" & also with "Lock object (CtrlF3)". Now when this objects are improted at client place. I have try to change this code (because it is not orginal object plus i have protect object of program) is shows this buttons as part of modification assistant.
‎2006 Nov 17 5:22 AM
Hi,
Well obeservation.
Actully these options will come only St proms, if you want to change your zprog, you can change, where as St program mean it will be user exit.
Ex: If you want to add any code you have to add in the insert area.
like delete and others.
I hope now you are clear
Regs
Rams