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
Explain the difference between float and packed data type?
Double click function on the lists, identifying the line selected by the user on the list?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is web dynpro for abap?
What is an abap instance?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
How do you document ABAP programs? Do you use program documentation menu option?
What are the different methods of bdc? : abap bdc
What is the difference between a dialog program and a report?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
Explain the difference between call screen and leave screen?
When the top-of-page event does get triggered?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What are Tickets in Realtime ?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?