2006 Jun 16 11:26 AM
hi,
Is there any naming convention for the dialog programming except Z or Y.
Plz help
Harpreet
2006 Jun 16 11:32 AM
yes....
For Dialog module:
length 30
Y, Z, RP_9, RH_INFOTYP_P9
check the link
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm</a>
yes....
For Dialog module:
length 30
Y, Z, RP_9, RH_INFOTYP_P9
check the link
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm</a>
2006 Jun 16 11:30 AM
Hi Harpreet,
The naming convention Z and Y is for name of the reports, FM and other programs.
U cannot use any other alphabet for the name of program.
Rgds,
Prakashsingh
2006 Jun 16 11:31 AM
no u can't use .
example--
go to se80--->
program name--->sapmzmukesh
create.
2006 Jun 16 11:32 AM
yes....
For Dialog module:
length 30
Y, Z, RP_9, RH_INFOTYP_P9
check the link
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm</a>
2006 Jun 16 11:33 AM
Hi,
SAP recommends using sapmz--- as naming convention
for dialog program.
Regards ,
Amole
2006 Jun 16 11:35 AM
When you create an online program, its name must begin with SAPM and then either a Y or Z. The last characters in the program SAPMzaaa... or SAPMyaaa... can be letters or numbers. For our example, we will create a program named SAPMYOP_PLAYER_AVG.
Any other name is not possible.
Regards,
Subhasish
2006 Jun 16 11:35 AM
The name of a module pool program starts with SAP. Any custom program will start with SAPZ* or SAPY*.
The other includes will be created by SAP, you will be prompted for the same when you create the program.
Hope this helps.
Sudha
2008 Nov 20 9:50 AM
Hi,
Before doing dialogue programing.
1) Create function group (Ex: Z_XXX_FG, program name willl be SAPLZ_XXX_FG)
2) Create a Screen (Ex: 0100)
3) If you are creating Module under PBO - Create it as LZ_XXX_FG_O01(After FG_, O for PBO,01 indicates Screen 1, for screen 2, LZ_XXX_FG_O02 etcc..)
4) If you are creating Module under PAI - Create it as LZ_XXX_FG_I01 (After FG_, I for PAI,01 indicates Screen 1, for screen 2, LZ_XXX_FG_I02 etcc..))
5) Any forms related to PBO/PAI, maintain it in separate Include - LZ_XXX_FG_01_Forms.
If you create like above, in function group it will looks like
LZ_XXX_FG_O01
LZ_XXX_FG_I01
LZ_XXX_FG_01_FORMS
Thanks
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |