GeekInterview.com
Series: Subject: Topic:

BDC Interview Questions

Showing Questions 1 - 20 of 51 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Where can you find error log for call transaction

Asked By: TARUNA | Asked On: May 30th, 2007

Answered by: Parshuram on: Aug 30th, 2012

1.Declare it_bdcmsgcoll type bdcmsgcoll. 2.Declare to hold messages like Message (100) and w_msg TYPE bdcmsgcoll, 3. Call transaction like below CALL TRANSACTION MM01 USING IT_BDCDATA UPDATE S MES...

Answered by: sal on: Sep 26th, 2007

You can find it in BDCMSGCOLL structure which you will be defining in your program.

If I want to excute a program only in background not in forground is there any option for this?

Asked By: Basanth Patil | Asked On: Feb 6th, 2006

Answered by: rajesh kumarf on: Aug 10th, 2012

By using SE38, we can run the program in back ground. it wil generate a spool number.

Answered by: sharmistha on: Feb 10th, 2012

Using program RSBDCSUB to excute a program in background.

Bdc multiple transactions

Asked By: sriramveeturi | Asked On: Sep 29th, 2008

How to write a code for multiple transactions

Answered by: Hitesh on: Aug 3rd, 2012

U should Write BDC_Insert Function module Twise. Remaining Function modules like BDC_group_open and BDC_close_group should be write once there...u can pass two or more transaction code in BDC_insert function module.

Session and call transaction method

Asked By: ravipati18r | Asked On: May 27th, 2010

Power is interrupted while transferring data from internal table to application server. How will you determine many records are transfered in session method and call transaction method?

Answered by: sravan on: Jun 22nd, 2012

Check no. of records already updated and delete them from input file and run BDC again.

How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Prabhakar Reddy on: Sep 26th, 2011

What is usage of Datasets.

Where we can use mostly.

Answered by: m_manic on: Dec 4th, 2009

Using function modules gui_download and gui_upload.

What is the structure of bdcmsgcoll?

Asked By: sharmistha | Asked On: Sep 5th, 2011

Answered by: srujana on: Sep 21st, 2011

Go to se11 and enter bdcmsgcoll in database table filed and click on display it will displayed all the fields that are existing in the bdcmsgcall structure.

Bdc line items

Asked By: sankaran.ramaiah | Asked On: Apr 26th, 2010

While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio?

Answered by: Mahendar on: Aug 23rd, 2011

Fill the CTUPARAM structure for Screen resolutions , and call this structure using options from CTUPARAM in Call Transaction Syntax

How to handle error in session method ?

Asked By: alok saxena | Asked On: Apr 5th, 2007

Answered by: sankaran.ramaiah on: May 26th, 2011

Hi,
In session method the system automatically handled the error.
goto sm35
select the session name ,then select the analysis tab button in the top after that
select the Log created,Here we can see the error record.


Thanks
Sankaran R

Answered by: m_manic on: Apr 9th, 2009

You can use the function module to upload data from Excel file. If it is difficult we can save excel file as text file then use GUIUPLOAD

What should be the approach for writing a bdc program?

Asked By: Vanitha Krishnamurthy | Asked On: Sep 26th, 2007

Answered by: m_manic on: Dec 4th, 2009

1. Create recording
2. Transfer the data from legacy system to internal term
3. From internal table transfer the data to BDC structure
4. Create session or use call transaction method to update data to database table.

Answered by: vihar on: Dec 9th, 2007

Heres the approach.. 1. Analysis the Data.       2. Generate SAP structure.       3. Develop transfer program  4. Create sequential fi...

What are the types of records that are transferred to SAP r/3 and used by interfaces?

Asked By: johnmathew986 | Asked On: Feb 19th, 2006

Answered by: m_manic on: Dec 4th, 2009

Your question is not clear. As per my understanding, any type of records can be transferred to SAP R/3

Explain about SAP FICO testing and the tools used.

Asked By: swetha | Asked On: Feb 14th, 2007

Answered by: kummitha on: Jun 15th, 2009

If you want to do FICO testing, you need to know the FICO process in SAP and also need to be familiar with the T-Codes and their functionality. A bit of Configuration knowledge is also required to tes...

How can we use multiple transactions by using bdc_insert.

Asked By: chenne | Asked On: Nov 20th, 2006

Answered by: modi.ankit1 on: Apr 12th, 2009

If you talking about multiple T-code then we can write code for multiple t-code using perform an form in call transaction.

Answered by: ramana reddy on: Dec 14th, 2006

in the function module tcode here mention transaction code, and dynprotab here mentioning internal table name ,calling no of times a FM and assing TCODE and INTERNALTABLENAME

Tab control in bdc

Asked By: sriramveeturi | Asked On: Sep 29th, 2008

How to write a code in tab control

Answered by: m_manic on: Apr 9th, 2009

For tab control we have to use concodinate options in your coding.

What are the table controls in bdc ? What is the difference between bdc and lsmw ?What is the difference between bdc and rfc ?

Asked By: pavendhan | Asked On: Feb 11th, 2006

Answered by: NEERAJ DHAKA on: Nov 1st, 2008

In actual BDC table control is concept and seprate from screen teble control.How? like sales order (va01), you creates only one sale order but sale order may have no of material's inside it .so trans...

Answered by: ramana reddy on: Dec 14th, 2006

table control is used to main data under one header details we r maintain no of item details

with the help of concatenate

What is the use of table control in bdc is it same in module pool table control?

Asked By: rafee | Asked On: Jun 4th, 2007

Answered by: anish_engn on: Jul 21st, 2008

ya that table control is same as that used in module pool here we do recording

Have you processed bdcs ?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: mintu82 on: Jan 17th, 2008

Are you facing any problem in it ?

How do you write manual bdc session method

Asked By: murali kumar | Asked On: Dec 25th, 2006

Answered by: mintu82 on: Jan 17th, 2008

Steps to create manual BDC session

1) Use BDC_OPEN_GROUP to open the session

2) loop on the internal table which you will use in transaction ,

stps of BDC transaction recording

Use BDC_INSERT to insert 1 transaction in Session

endloop

3) Use BDC_CLOSE_GROUP to close the session ,

How can we handle table control in bdc?

Asked By: thmari | Asked On: May 2nd, 2007

Answered by: mintu82 on: Jan 17th, 2008

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 'RC29K-AUSKZ(01)'


indicates 1st line of table control is going to be used for transaction which is Line index of Table Control



Update types in call transaction method. What is the difference ?

Asked By: Interview Candidate | Asked On: Mar 19th, 2005

Answered by: nagesh on: Jul 7th, 2007

All synchronous update the sy-subrc is set to 0 only when the particular transaction is executed and also the changes have done to the database,

But in asynchronous update the sy-subrc is set to 0 if  the transaction is executed without any fail, not the database changes.

Answered by: sudhar on: May 1st, 2006

In synchronous method incase if there is any change in the table all the related tables will be changed accordingly and then sy-subrc will be returned.In asynchronous method in case if there is any c...

Can we handle two transaction codes in the same program using call transaction bdc input method?

Asked By: Archana | Asked On: Nov 4th, 2006

Answered by: keerthy on: Jul 6th, 2007

Hi...

we can handle more than one transaction using call transaction method. If the transactions are depend we have to use this method only.

Answered by: GuruprasadRao on: Dec 14th, 2006

Dear Friend, By using Call transaction Syntax in two times.With Regards,Guruprasad.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.