cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent help needed on naming conventions! (file output,IDOC,CustomJava)

Former Member
0 Kudos

Hi,

Experts,

Iam writing a naming convention for an XI implementation. I was able to write the naming conventions for most of the elements.thanks to ASAP methodology.

However i need to write the naming conventions for the following:

SLD

RFCs

ABAP (program/classes/methods/rfc/bapi/)proxy

Custom Java code

file output

File input

Custom IDOC

Any help is greatly appreciated.

Thanks and Regards,

Bhat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Bhat,

You can try something like this:

<b>SLD</b>

For Technical systems like TS_<System name>_DEV for dev and TS_<System name>_QA for QA and TS_<System name>_PRD for Production and for business system like BS_<System_name>_DEV or BS_<System_name>_QA or BS_<System_name>_PRD.

<b>RFCs:</b>

You dont need to name because they are standard and given by SAP. If you are going for extension then Z<Modulename>_NameofRFC.

Modulename like FI, HR etc.

<b>File input & Output:</b>

You can name the direcotry from where you are picking as outbound and where you are writing as inbound. You can also put the module name and the interface name for the directory naming conventions. Then in this you can put the file or take the file.

---Satish

Former Member
0 Kudos

Thanks Satish, iam waiting for more replies.. i shall award points as soon as i get some more constructive information. by the way any idea on naming convention for Custom Java code and IDOCs?

Thanks again for your help,

Bhat

Former Member
0 Kudos

Hi Bhat,

Check these files to have a good idea about naming conventions:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c93...

/people/claus.wallacher/blog/2006/07/14/naming-conventions-for-xi-content-packages-used-for-certification

http://help.sap.com/saphelp_nw04/helpdata/en/36/7e5e3c754e476ee10000000a11405a/frameset.htm

  • Reward if helpful. *

Regards,

Subhasha Ranjan

Former Member
0 Kudos

Bhat,

Also check this naming conventions for the IR and the ID objects:

http://www.erpgenie.com/sap/netweaver/xi/namingconventions.htm

Also as I told previously that for Idocs if you use standard then we dont need any name for it. If you are creating an extension then call it as Z<Idocname>. If you are extending one segment within the standard then Z<segmentname>.

---Satish