What is the procedire convert bdc objects to bapi?

Hai abap experts,
This is vinod,
may i know the details about converstion of bdc objects in to bapi. can u givethe documentation ? <REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 29, 2008 3:13 PM

Hi,
I think u can't do it like that.
Can u tell your exact requirement
Regards

Similar Messages

  • What are the fields in BDC table

    hi
    what are the fields in BDC table. what is the last entry

    hi,
    BDC table structure
    FIELD                     TYPE                            DESCRIPTION
    Program                CHAR (8)                      Program name of transaction.
    DynPro                   CHAR (4)                      Screen number of transaction.
    DynBegin               CHAR (1)                      Indicator for new screen.
    Fnam                     CHAR (35)                     Name of database field from screen.
    Fval                       CHAR (80)                     Value to submit to field.
    Hope this is helpful, Do reward.

  • I'm traveling to Europe for several weeks. What's the best converter to use and how will this effect my computer?

    I"m traveling to Europe for several weeks. What's the best converter and how will this effect my computer over time?

    Right! Our regular power bricks cover the gamut of 100-240 VAC, 50-60 Hz that will take care of everything save, say, a failing portable generator chugging in the tip of the Alps...
    And you can drink the Apple koolaid and purchase the Official $40 Apple Adapter Kit ( http://store.apple.com/us/product/MB974ZM/B?fnode=MTY1NDEwMQ ) that will look chic and color matched to your brick, or do as Kappy says and get a regular equivalent from the nearest Radio Shack

  • What are the differences between PD objects and PA objects?

    can any one tell me What are the differences between PD objects and PA objects?

    PA is based on Infotypes 0000-0999. PD is based on Infotypes 1000-1999, chief being Objects Infotype 1000. Objects Infotype is the source of different Object Types such as Person, Position, Org Unit etc. You can check that through transaction OOOT.
    Regards
    Lincoln

  • What is the use of Adapter objects in I.R

    what is the use of Adapter objects in I.R

    congratulations you successfully opened 1000 new threads...
    adapters are components of the adapter engine, their main action is to connect different sysems with each other. therefore are different adapters:
    SAP-2-SAP Adapters: like IDoc and RFC
    SAP-2-NOT-SAP-ADapters: like JMS, JDBC, HTTP..
    and B2B Adapters...
    there are some rules in any board that you should accept:
    use search first
    use the sap help http://help.sap.com/
    and read the forum rules
    regards cc

  • What are the DATAPROVIDERS in Business Objects 6.5?

    What are the DATAPROVIDERS in Business Objects 6.5? When we use these data providers/

    Kishore,
    "Data Providers" is a term used to designate a concept of the "source(s)" for the report.  For instance, if you have a report that has a single query and in your report you have one (or n1) tab(s), then your report is a single data provider type of report.  Note that you can have multiple tabs with the data being displayed multiple ways, etc, etc, but since you have a single query, the report is still a single data provider.  Another scenario is that you have more than a single query (n1 query panels), then you have a report with multiple data providers.  Only upon inspecting the query panel side of the report can you determine the number of actual data providers.  You can have a single tabbed report with multiple data providers, or you can have a multiple tabbed report, but the point is that data providers are counted by the number of query panels being used and not necessarily the number of tabs.  I hope this explanation is clear, but if any questions arise, please post back.
    Thanks,
    John

  • What are the validations in bdc?

    what are the validations in bdc?

    Hi,
    you should validate the data before passing it to the SAP System thru BDC.Normally we wont write any routine for calling the BDC Program instead we will execute it directly or schedule as the background job depending on the data load.I would advice you to schedule a background job rather than calling from a routine...
    Usually when you do a BDC, you have the data in a flat file. So, you can upload the data into a internal table and validate the data first, by writing routines and then finally by doing a CALL TRANSACTION / BDC SESSION.
    Regards,
    Ram
    Pls reward points if helpful

  • What is the use of passing object reference to itself ?

    What is the use of passing object reference to itself ?
    regards,
    namanc

    There is an use for returning an object reference from itself, for instance:
    class C {
    public:
         C append(C c) {
             // do something interesting here, and then:
             return this;
    }You can "chain" calls, like this:
    C c = new C();
    C d = new C();
    C e = new C();
    c.append (d).append (e);Maybe the OP has "inverted" the common usage, or thought about a static method of a class C that requires a parameter of type C (effectively being a sort of "non-static method").
    class C {
        static void doAnotherThing (C c) {
            c.doSomething(); //-- effectively C.doAnotherThing(c) is an "alternative syntax" for c.doSomething()

  • What is the best book of objective c and from where i can download it?

    what is the best book of objective c and from where i can download it?

    Before purchasing a book be sure to exhaust the excellent resources on the Apple Developer Site. There are quite a few guides, references, and samples for Objective-C.
    Learning Objective-C: A Primer
    The Objective-C Programming Language
    Object-Oriented Programming with Objective-C
    etc.
    If you are developing for Mac or iOS, there are plenty of other documents describing the frameworks, including the Cocoa Fundamentals Guide,  iOS App Programming Guide, etc.
    If you want to create iOS apps, start here.
    Start Developing iOS Apps Today

  • What are the features of Business object.

    Hi Experts,
    Can any please give me  brief idea about Business object which one will going implent into BI . and what are the features of Business object.
    i will assign points if it is helpfull.
    Regards
    venu.

    Hi,
    Bussiness Object is the reporting tool of datawarehouse.BI is itself a data ware house.The next generation SAP BI will be using BO as reporting tool instead of BeX.BO is a Reporting tool. Presently we are using BI BEX tool for reporting. slowly BI BEX tool is replacing by BO.Use Netveawer and SAP BW for the Backend and Master data management or Use Data Integartor. For Front End Use BEX tools for QR$A or use the BO Suite.BO has many advantages over BEX tool like using BO we can creat crystal reports ets.
    Pls chk this links for detailed information abt Business Object:
    /people/ingo.hilgefort/blog/2008/02/07/businessobjects-and-sap-part-i
    /people/kuhan.milroy/blog/2008/03/11/introduction-to-business-objects-suite-of-technologies
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    /people/ingo.hilgefort/blog/2008/02/07/businessobjects-and-sap-part-i
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90d7cbf0-84c2-2a10-dabd-93d5f0db5f4b
    Hope this helps,
    Regards
    CSM Reddy

  • Hello.what is the best converter for iPhone(for converting variety of file formats to mp3)?

    hello.what is the best converter for iPhone(for converting variety of file formats to mp3)?

    the way the total video convert works is really easy you put the song in that you want to convert you tell it to convert into mp3 format and stay the same quality
    Message was edited by: Robert1986nb

  • What is the use for lock object and how to use the lock objects

    Hi Guru's,
    I am new to ABAP .Can you please clarify the that what is the use of lock object and how to use the loct object .what is use of the Deque & Enque  function modules .

    hi ,
    below are some minfo about lock objects :
      Lock Objects
    These types of objects are used for locking the access to database records in table. This mechanism is used to enforce data integrity that is two users cannot update the same data at the same time. With lock objects you can lock table-field or whole table.
    In a system where many users can access the same data, it becomes necessary to control the access to the data. In R/3 system this access control is built-in on database tables. Developers can also lock objects over table records.
    To lock an object you need to call standard functions, which are automatically generated while defining the lock object in ABAP/4 dictionary. This locking system is independent of the locking mechanism used by the R/3 system. This mechanism also defines LUW i.e. Logical Unit of Work. Whenever an object is locked, either by in built locking mechanism or by function modules, it creates corresponding entry in global system table i.e. table is locked. The system automatically releases the lock at the end of transaction. The LUW starts when a lock entry is created in the system table and ends when the lock is released.
    Creating Lock Objects
    Lock object is an aggregated dictionary object and can be defined by using the following steps:
    o From initial data dictionary screen, enter the name for the object, Click Lock object radiobutton and then click on Create. The system displays a dialog box for Maintain Lock Objects screen
    o Enter short text as usual and the name for primary table.
    -Save
    -Select Tables option
    From this screen you can:
    Select secondary tables, if any, linked by foreign key relationship.
    Fields for the lock objects. This option allows you to select fields for objects (R/3 system allows locking up to record level). Lock object argument are not selected by user but are imposed by the system and includes all the primary keys for the table.
    1) Exclusive lock: The locked data can only be displayed or edited by a single user. A request for another exclusive lock or for a shared lock is rejected.
    2) Shared lock: More than one user can access the locked data at the same time in display mode. A request for another shared lock is accepted, even if it comes from another user. An exclusive lock is rejected.
    3) Exclusive but not cumulative: Exclusive locks can be requested several times from the same transaction and are processed successively. In contrast, exclusive but not cumulative locks can be called only once from the same transaction. All other lock requests are rejected.
    Also, last but not the least, locking the object is logical (locking with any enqueue ) .so, you have to use the lock object while trying to access from second program .
    reward if helpful ,
    Regards,
    Ranjita

  • What is the best converter to convert AVCHD to use in imovie 09?

    I have a sony handycam that records in AVCHD and i cannot view in imovie 09 or final cut pro, what is the best converter to use?

    VLC.
    http://www.videolan.org/vlc/download-macosx.html

  • What is the difference between 0040 - Objects of Loan & 0045 Loans.

    Hi Experts,
    What is the difference between 0040 - Objects of Loan & 0045 Loans.
    Appreciate your early response.
    Regards
    Rajesh

    Try to check the previous threads you will find by yourself

  • What is the possible output format for a BAPI  ?

    Can anybody tell me what is the possible output format of a BAPI.
    What happens when a BAPI excecutes ?
    thanks

    Hi,
    All the output message/feedback about a trasaction are stored in the RETURN parameter table .
    You can read that RETURN internal table using "format message" or "Read_Text" Fucntion modules.
    Thanks
    Dany

Maybe you are looking for

  • Firmware upgrade problem CP1025NW

    I am trying to upgrade the firmware on my CP1025NW printer. The firmware version on the printer is 20100510 and the version listed on the HP site is 20110826. I downloaded and ran the firmware updater and it runs for a bit and then reports that it "C

  • Lack of My Folder support for Nokia E71, even in n...

    With my 6230i PC suite allowed me to see and manage folders and messages under My Folders. Now with my spanking new E71 it doesn't. Not only does it not let me manage them but I cannot even view their contents. This is not even supported with the lat

  • TDS deduction in BAPI_ACC_DOCUMENT_POST

    Hi all, I want to use BAPI_ACC_DOCUMENT_POST for posting done against transaction FB60. I have created a test case with a vendor having TDS. The Vendor master is updated with relevant TDS tax  codes. But after posting through BAPI_ACC_DOCUMENT_POST ,

  • File With Attachment to Mail with Attachment

    I'm developing above scenario. I want to retain the name of the attachment. Is it possible to do with UDF ?. Attachment is in csv format and Main file may be txt format.

  • Microsoft Word 2011 lagging and dragging

    Hello, so I just purchased the Word 2011 for Mac (aka Office 365) the other day and it is total bust - laggy, draggy, buggy, creating some weird temp files, not opening the dox/docx files correctly... why is that ? And why did I pay those money for t