Can any please explain me what r bundling technics in SAP?
Answers were Sorted based on User's Feedback
Answer / nazneen
A logical unit consisting of dialog steps, whose changes are written to the database in a single database LUW, is called SAP LUW.
SAP bundling techniques are:
1) Call function in Update task
2) Perform on Commit
3) Call function in Background task
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Hi To all ABAP Guru's while transporting any report program do we need to trasnport the text elements seprately or not reuired ? if it is so how do u transport the text elemtns ? Thanks in Advance for ur answers
WHAT IS TABLE BUFFERING AND ADVANTAGE?
In delivery processing which step comes first picking, packing, posting goods issue ?
WHAT IS INTERFACE? HOW MANY INTERFACES
5 Answers Magna Infotech, Reliance,
Differentiate between transparent tables, cluster tables and pooled tables
What's the difference between AT NEW and AT END OF events?
In Pooled and Cluster Tables, which table we can convert into Transparent Table?
12) How to add Text Modules in SMARTFORMS?
What is buffering allowed but switched off?
A situation: An ABAP program creates a batch-input session. We need to submit the program and the batch session in background. How to do it?
what is the difference between standard and sorted internal tables? (in performance wise)
WHAT IS THE DIFF B/W MACRO & SUBROUTINE?