1.Can we see the output without print program in sap
script,and can we fetch the data without printprogram?if
yes how,pls reply in details.
2.What is table control in BDC? how can we handled in bdc?
pls reply in details

Answer Posted / parthan_feb25

1) its not possible to see the output without print
program.. only we can see designed layout without using
print program..

2) in bdc table control means item details... for example
if u r going to create sale order (VA01).. in this we can
give item data's..

while we recording this t-code.. at that time of item
details say material no (matnr) it will record for i'st
rows as matnt(01).. so the index only we can differentiate
the item materils data...

after finish ur recording.... inprogram we have to write
logic for handling table control..

then again depand on ur monitor size (15' r 17')

the item rows can be different depends upon ur moniter size

so u have to notify ur monitor size..

u take an example.. while we record for this t-code u will
be seen 2 rows means the logic wil b


n = 1.
if n > 2.
n =2.
endif.

so u have maintain the data in second row only....

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you write manual bdc session method? : abap bdc

600


What are the various types of selection screen event?

575


Explain the difference between open_form and close_form?

547


What are Delivery classes? What data will you want to transport during client copy?

986


What are the screen elements.

521






What are the personnel administration related Infotypes

2064


How do you find out who has transported a transport request?

613


What is sequence number

1751


Can you define a field without a data element?

560


What is the basic difference internal tables and database tables? : abap data dictionary

569


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1737


How do you document abap/4 programs? Do you use program documentation menu option?

700


Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc

524


What is exception class and test class. How to use it?

887


How do you validate the selection criteria of a report? And how do you display initial

592