cancel
Showing results for 
Search instead for 
Did you mean: 

sd-abap

Former Member
0 Kudos

hi

what is enhancements ? brief notes on enhanhcement

abap qurey--- while creating a infoset sq02 with logical database and without logical database are there ..

plese give brief notes on those, and its puposes ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Deva,

I will suggest you to visit http://sap-img.com.

It will give you the overview of all the modules of SAP.

Do let me know in case of any queries.

Hope this helps you.

Do award points if you found them useful.

Regards,

Rakesh

Former Member
0 Kudos

About the option of abap qurey with logical database, you can only append tables to the existing relation but delete any table(although there are any tables you don't want),

another option you proposed can join any tables you want.

Former Member
0 Kudos

Purpose

To introduce the techniques of enhancement in standard SAP system. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.

Use

They do not affect standard SAP source code.

When you add new functionality to your SAP System using SAP’s exits, you do not alter the source code of standard SAP programs in any way. The code and screens you create are encapsulated as separate objects. These customer objects are linked to standard applications, but exist separately from SAP’s standard software package.

They do not affect software updates.

When you add new functionality to your SAP System using SAP’s exits, your objects (called customer objects) must adhere to strict naming conventions. When it comes time to upgrade a to a new software release, customer objects’ names ensure that they will not be affected by any changes or new additions to the standard software package.

Challenges

Customer exits are not available for all programs and screens found in the SAP System.

http://help.sap.com/saphelp_nw04s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/09/9bf240a5668d38e10000000a155106/content.htm

https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd40488... [original link is broken]