2007 Mar 02 1:25 PM
Dear geeks,
can anyone explain how naming convention was done in standard sap provided..
SCRIPTS,SMARTFORMS, BDC, BAPI, BADI, USER-EXITS.
Thanks in advance.
2007 Mar 02 1:29 PM
Hi,
Please check this link perhaps it may help.
http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm
<b>SmartForm Naming Convention</b>
Layout Sets:
Layout sets may have names up to 30 characters in length, using the format
Zx(2-30)
Example: ZNEWLAYOUT New layout is the layout set name.
If you copy a standard layout set, insert a Z as the first character .If the standard layout set already has 30 characters replace the first character with Z.
Styles:
Style may have names up to 30 characters in length, using the format
Zx(2-30).
Example: ZSTYLE.
If you copy a standard layout set, insert a Z as the first character .If the standard layout set already has 30 characters replace the first character with Z.
Standard Text IDs:
Standard text IDs may have name up to 4 characters in length using the format
Znnn.
Example: ZTXH.
If you copy a standard layout set, insert a Z as the first character .If the standard layout set already has 4 characters replace the first character with Z.
Standard Text Names:
Standard text names may have names up to 32 characters in length using the format Zx(2-32).
Example: ZSTANDARDTEXT.
If you copy a SAP standard text name, insert a Z as the first character .If the SAP standard text name set already has 32 characters replace the first character with Z.
Regards,
Ferry Lianto
Dear geeks,
can anyone explain how naming convention was done in standard sap provided..
SCRIPTS,SMARTFORMS, BDC, BAPI, BADI, USER-EXITS.
Thanks in advance.
2007 Mar 02 1:29 PM
Hi,
Please check this link perhaps it may help.
http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0b1f547a11d189600000e829fbbd/content.htm
<b>SmartForm Naming Convention</b>
Layout Sets:
Layout sets may have names up to 30 characters in length, using the format
Zx(2-30)
Example: ZNEWLAYOUT New layout is the layout set name.
If you copy a standard layout set, insert a Z as the first character .If the standard layout set already has 30 characters replace the first character with Z.
Styles:
Style may have names up to 30 characters in length, using the format
Zx(2-30).
Example: ZSTYLE.
If you copy a standard layout set, insert a Z as the first character .If the standard layout set already has 30 characters replace the first character with Z.
Standard Text IDs:
Standard text IDs may have name up to 4 characters in length using the format
Znnn.
Example: ZTXH.
If you copy a standard layout set, insert a Z as the first character .If the standard layout set already has 4 characters replace the first character with Z.
Standard Text Names:
Standard text names may have names up to 32 characters in length using the format Zx(2-32).
Example: ZSTANDARDTEXT.
If you copy a SAP standard text name, insert a Z as the first character .If the SAP standard text name set already has 32 characters replace the first character with Z.
Regards,
Ferry Lianto
2007 Mar 02 1:31 PM
Hello,
Check this link from SAP library:
http://help.sap.com/saphelp_nw04/helpdata/en/2a/6b0afe547a11d189600000e829fbbd/frameset.htm
Vasanth
2007 Mar 02 1:40 PM
Hi Ramu,
Naming convention is different for Different clients and companies.When we create SCRIPTS or SMARTFORMS its a custom development So we can put names starting with either "Z" or "Y".Same in the case of custom developments of either BDC , BAPI, BADI, USERExits
Reward Points if helpful
Regards
Avi....
2007 Mar 02 1:48 PM
Dear Avi,
i am addressing the naming convetion that SAP has used in the SAP provided standard scripts ..bla bla bla...
for example the smart form SF_LB_INVOICE is a layout for invoice .
here i could make out that this layout related to invoice and SF- smart form.
thanks.