why we use 4 msg variable in BDCMSGCOLL stucture in BDC? why
not more or less than 4?
Answer Posted / moises grappin
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, even if we had more fields those would
be filled with our messages, the system will not know the
existence of thos variables.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What kind of deliverables you have on a day to day basis?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What are interface/conversion programs in SAP?
What is an abap dictionary? : abap data dictionary
What is lock mechanism? How do we create lock objects in abap?
Write special commands of list?
Explain the disadvantages of different types of bdc's?
What are the components of sapscript?
Where do you use help views?
What is the meaning of table buffer? This buffer is used by which type oftable?
What are the different methods of bdc? : abap bdc
What is difference between inner join and outer join?
Is it possible to pass data to and from include programs explicitly? : abap modularization
wat is the difference between A-gate & W-gate?where are they used?
Can you print decimals in type n?