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
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are the function modules used in a sap script driver program?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What is the use of table maintenance allowed?
Event handling in oops
Explain what is a foreign key relationship? Explain this with the help of an example.
What is an evaluation path? : sap abap hr
What is the disadvantage of using exec sql statement in abap?
How many main windows are allowed in sapscript?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is web dynpro for abap?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What are the 3 types of tables in sap? : abap data dictionary
What is open sql vs native sql ?
What is your approach for writing a bdc program? : abap bdc