GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  SAP R/3
Go To First  |  Previous Question  |  Next Question 
 SAP R/3  |  Question 58 of 153    Print  
is it possible to call bdc in report ? how?

  
Total Answers and Comments: 1 Last Update: August 29, 2007     Asked by: raghavendar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 28, 2007 09:54:11   #1  
psk        

RE: is it possible to call bdc in report ? how?
I assume that you want to call the BDC program from a report.
This can be done with the help of the "submit" command.
 eg submit zbdc.
If you have the provision for selecting a datafile for the BDC then use submit ZBDC via selection-screen.

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : dEAR aLL,      Parked document is used for the entries which are subject to get confirmation from some other person.     1) If u do the entry through FS00 or similiar to that u have the parking option ...
Read Answers (2) | Asked by : John Mathew

View Question | Asked by : Anu

How to get output on list screen that already has first basic list output on it, in a same report program?
View Question | Asked by : sashti

Latest Answer : I assume that you want to call the BDC program from a report. This can be done with the help of the "submit" command. eg submit zbdc. If you have the provision for selecting a datafile for the BDC then use submit ZBDC via selection-screen. ...
Read Answers (1) | Asked by : raghavendar

Latest Answer : Report Writer : ---------------In addition to the Report Painter, you can use the Report Writer to define reports. You use the Report Writer to create reports from data in the Special Purpose Ledger (FI-SL) application component and other SAP application ...

How can you enhance the ABAP Report? 

How to call SAP scripts in reports & reports in SAP -scripts. 

State the difference between Classical Report and Interactive Report 
Latest Answer : a classical report is a simple reportan interactive report is having instances likestart-of-selectionend-of-selectionstart-of-pageend-of-pageset-pfstatusatnewatlast. ...
Read Answers (1) | Asked by : xi.subbu

How to handle errors in call transaction method 
Latest Answer : By using BDCNSGCOLL structure , in this structure you can pass FORMAT_MESSAGE Function module.By using BDCMSGCOLL structure there fetch the fields  message id, message number, message variable, field name. ...
Read Answers (1) | Asked by : srinucpd


 Sponsored Links

 
Related Articles

How does the function call within function get evaluated?

Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out. Let us understand this concept with an example. For instance consider a function sample called within it 4 times as given in program below: main() { int a=50;
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

Call by Value and Call by Reference

Call by Value and Call by Reference In this tutorial you will learn about C Programming What is difference between call by value and call by reference in function mosgoogle The arguments passed to function can be of two types namely 1 Values passed 2 Address passed The first type refers to call by
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape