Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

For which transaction you used BDC?

Answer Posted / sabs

If Iam correct ,there are certain transactions for which
the recording is not possible hence we can not have BDCs
for them for eg transaction CT04.. as one of the
alternatives we can look for standard bapi which updates
the data.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are lock objects?

1079


How to display if the value entered contains records or not?

1120


how to capture the errors in bdc Call transaction method?

1145


Which function modules can be used to transfer the data using bdc programming? : abap bdc

1203


how to see the table output?

2256


What is the sap abap?

1126


What are the aggregate objects in the data dictionary? : abap data dictionary

1592


What is the t-code to display batch input sessions? : abap bdc

1258


What are matchcodes?

1030


What are the system table used in abap?

1189


Difference between transparent tables and pooled tables? : abap hr

1200


What is the relationship existing between the various data elements in data dictionary? : abap data dictionary

1246


What is a view in sap? : abap data dictionary

1097


What are the steps in a bdc session? : abap bdc

1071


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

2368