explains how to handle the table control in bdc
Answer Posted / om prakash
We can handle table control using Line index .
Line index indicates which line of table control is to be use for BDC transaction .
Ex -
perform bdc_field using 'BDC_CURSOR' 'ANLB-NDPER(02)'.
Indicates 2nd line of table control is going to be used for transaction which is Line index of Table Control.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When value table becomes check table?
SM35 transaction, How to automate BDC ?
What are the buffering options in abap?
What is a variable in the sap abap?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is meant by authorization? Did you ever work on it? : sap abap hr
How do you control printer functions from sapscript?
Can i know some of the Realtime tickets that anyone has been faced ?
How many types of views are there ?
What are the two ways for restricting the value range for a domain? : abap data dictionary
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Polymorphism real time scenario
What are the sequences of event block?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.