ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question

Logic for using table controls in BDC?
 Question Submitted By :: Bahuddin302
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Logic for using table controls in BDC?
Answer
# 1
data : count type i value 1.
data : var type i value 1.
types : begin of header ,
         firstfield(1),
         flg(2),
        .........
        .........
        end.
types : begin of item ,
         firstfield(1),
         flg(2),
        .........
        .........
        end.
Loop at header table.
  loop at item table.
   if header-firstfield = 'H'.
    Pass coun to header-flg.
    count = count +1. 
   else.
    pass count to item-flg.
  endloop.
endloop.

loop at header data .
 header BDC recording.
loop at item data where item-flg = header-flg.
 item BDC recording.
  var = var + 1.
 if var > 3.
 put click recording.
 var= 1.
endif.
 put save recording.
endloop.
endloop.
 
Is This Answer Correct ?    0 Yes 0 No
Vandan
 
  Re: Logic for using table controls in BDC?
Answer
# 2
To upload transactional data along with master data
 
Is This Answer Correct ?    0 Yes 0 No
Sonalmishra
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?  2
Tcode for create Basic ALE settings? Intel1
What is the difference b/w BAPI and Function module  6
I have two internal tables itab1 and itab2 and I had move the content of the itab1 to itab2 and then itab1 had to deleted Accenture2
in script can i print the back page of a paper  1
in which method i can upload data to two transactions? and how? somebody tell me.  2
What is the difference between macro and subroutine? HCL2
difference between report and module pool Patni4
how to handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD Siemens3
what are the control break statements in Reports? TCS3
my questions are (1) how to transport a table along with its data from dev to prod/qa server? pls reply elaborately. if possible with screen shots. (2) i want to display like this :- * ** *** **** HCL3
WHAT IS MEAN BY XK01, VA01 AND VD01 IN BDC PROGRAMES IBM2
at the checking of sy-subrc after call transaction stmt,if it is zero what is the meaning of that of syn and asynch updates explain. a.)update of database table is success. b.)execution of call transaction is success. For syn update which one is correct? For asyn update which one is correct? HP1
31)Explain the User master setting for date and Time formats?  1
wat is EDI Administration & EDI Administration procedure?  1
What is updated Function Module. IBM1
Hi folks , this is venkat ,I am looking for SAP EDI training if you have any idea please mail me contact details vekat.  1
To avoid screen resolution problem while recording, Accenture1
In a script, i want to print something at end of last page only.How can i print it? Satyam2
u r running a report .it is taking a long time for execution .what steps will u do to reduce the execution time? HP4
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com