Entering content frameBackground documentation Customer Development Locate the document in its SAP Library structure

During customer development, customer-specific objects are created in the customer namespace.

Note

For further information about creating programs, data modeling, and related topics, consult the ABAP Workbench section of the SAP online documentation.

SAP has reserved namespaces for customer objects. Using these namespaces ensures that your objects are not be overwritten by SAP objects when new objects are imported into your system or during a release upgrade. For more information on valid conventions, see Structure link Customer Name Ranges.

Pay attention to the following when developing your own programs and modules:

Dividing Up Development Tasks

How might authorizations be distributed amongst your developers?

Four areas of responsibility come into play here:

Authorizations relate both to the object type (program, table, package, and so on) and to the activity (change, display, create, activate, and so on).

You need to find a way to allow your developers some freedom while ensuring system consistency.

You might assign authorizations as follows:

Languages

All SAP objects have an original language; this is the language in which the object was created. To simplify the customer development process, you should agree on a development language in which all objects are to be created.

You must enter and maintain texts in the original language for each object in your development. You may also translate these into other languages by choosing Tools ® ABAP Workbench ® Utilities ® Translation ® Short/long texts.

 

 

Leaving content frame