Can any please explain me what r bundling technics in SAP?
Answer Posted / vaidehi
one of the bundling technic is update bundling.
there are some disadvantages in LUW.to avoid that update
bundling concept is there.
EX:
imagine an application has 15 screens.here n/w trafic is
high btw application server and dbserver (whenever implicit
commit and explicit commit happens a network is maintained
btw app server and dbserver).since the screens are more it
happens so many times so the n/w trafic increases.
To avoid this n/w trafic we have to maintain a buffer in
application server.we have to maintain explicit logic to
create a buffer in app server.
with update bundling ,buffer can be maintain in application
server.But it is not preferable .by default sap follows LUW.
even LUW has disadvantages of n/w trafic,data will be safe
&secure in the database server.so it can only supports LUw
apart form its disadvantages.update bundling is not
preferable for big applications.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you access the function code from menu painter?
Explain the Types of Select statements?
What are differences between at selection-screen and at selection-screen output?
What is SAP Data conversion ?
Explain buffering concept usage?
Can you define a field without a data element? : abap data dictionary
Have you set up a back ground job ? How to create a background job without a variant ?
What is the use of table maintenance allowed?
What are two methods of modifying sap standard tables?
In a loop of an internal table, what is the use of at first & at last statements?
How would you suppress the display of a parameter on the selection screen?
Why do we use types statement in abap programming?
10) How to get Item Header in Sales Order?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
Which transaction code is used executing a report (type 1 program)? : abap data dictionary