CAN ANY ONE TELL ME What is the use of fallowing structures
1)BDCDATA
2)BDCMSGCOLL
Answer Posted / franklin
BDCDATA is a structure which contains 5 fields such as
program name,screen number,initial screen,name of the
fields in each screen and finally value for each field.
BDCDATA structure is used for creating internal table and
work area which is very much useful while we are creting
sessions and using call transaction method for uploading
and downloading form presentation server to application
server.
BDCMSGCOLL is a structure which contain error log and
messages which is created while we are invoking call
transaction method.
We can use call function FORMAT_MESSAGE to print all the
error messages which is stored in BDCMSGCOLL structure.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the systems fields used for interactive lists and lists?
What are the two statements which are required in an abap program to output an icon using a write statement?
What is full form of bdc session? : abap bdc
Explain open dataset in sap abap?
What are different data types in abap/4?
what is defference between repository and non repository Object?
How are the function code handles in flow logic?
Can you create a table with fields not referring to data elements? : abap data dictionary
What is output determination?
What does the extract statement do in extract datasets?
Where can you find error log for call transaction? : abap bdc
What are the dis-advantages of logical databases? : abap hr
what are the critical issues u face in ur project?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What are the types of the programming language used in the sap abap software?