CAN ANY ONE TELL ME What is the use of fallowing structures
1)BDCDATA
2)BDCMSGCOLL
Answer Posted / sivaprasad.th
BDCDATA standard structure contains following parameters.
program :name of the module pool programm.
dynpro :screen number
dynbegin:it indicates for the new screen
fnam :name of the fields in database
fval :fields values are assinged with the fields
by defineing that structure bdcdata as it_bdcdata and work
area wa_bdcdata and we can pass above values.
ex: wa_bdcdata-program = name of the module pool program.
and
BDCMSGCOLL this is the structure to keep the errors while we
are using call transaction method in bdc.
ex syntax:
call transaction 'va01' using it_bdcdata mode a/n/e update
s/a messages into it_bdcmsgcoll.
correct me if i am wrong.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What is the difference between getting and get late?
What are two methods of modifying sap standard tables? : abap data dictionary
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
Differentiate between the uline and write: sy-uline statements if any?
In which table the material master data is stored?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
what is diff between ECC 5.0 AND ECC 6.0
what is the transaction transaction for setting parameters rdisp/buffermode
What are the data types of the external layer? : abap data dictionary
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is sap script? Describe its components.