why we use 4 msg variable in BDCMSGCOLL stucture in BDC? why
not more or less than 4?
Answer Posted / julian
Because structure has only 4 fields to fill the messages,
they are just 4 because there are the same number of system
variables that are filled with message data
SY-MSGV1...SY-MSGV4,actually they take the values from the
table "T100" which has 4 place holders which are used to
point the whole message,these values are take by the 4 msg
variables in BDCMSGCOLL and it is also standard structure
which contains only the 4 variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is generic buffering?
when does a list get sent to the screen on the presentation layer?
Difference between Insert, Update and Modify?
Explain the inside concept in select-options?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is an update type with reference to a match code id? : abap data dictionary
How to eliminate duplicate entries in internal tables?
What is partner selection?
What are the events in classical reports?
what is the t-code to link technical and functional operation?
Explain the difference between tables and structures?
What are logical databases? : abap hr
Some Realtime Examples on Exits .
How do we assign dynamic views while creating material master and generating bdc? : abap bdc