Regarding Application object BUPA

Hi Experts,
          I am facing a problem while creating a Business partner through BP transaction.While I am saving the Business Partner, I am getting a error message <b></b>Application Object BUPA : Table BUT000FLDS does not exist.<b></b>
I went into transaction BUSG and found that that entry of table BUT000FLDS against object BUPA is not present.
Now I wanted to add a new entry but I dont know the FM name against BUT000FLDS. Can any one plese tell me the FM name for the same.
Moreover, is my approch  right in solving this problem. If not then what could be the probable solution to get rid of this error.
Help would be appreciated.
Regards
Sourabh Verma

Hi Sourabh,
The only reason for the error Application Object BUPA : Table BUT000FLDS does not exist can be that there is an entry exists in the transaction with table BUT000FLDS. But such a table doesn't exist in the data dictionary.
Check transaction BUSG or table TBZ1H again if such an entry exist.
Adding FM doesnt solve the problem because the object BUT000FLDS doesn't exist as a table in the data dictionary.
Regards,
Sudheer.

Similar Messages

  • Application object BUPA: Table TSADC does not exist

    Hi All,
    When I try to create a Business Partner in transaction fmcac1, I get the message Application object BUPA: Table TSADC does not exist, especially when I try to go back to the Address tab after clicking on any other tab on that screen. I have tried to add the table in trans BUSG but I don't know what I am supposed to assign as the FM, for example.
    I have also used the trans BUSB to try to delete the entry for TSADC but it says 'do not make any changes (SAP Entry.)' Can u pliz assist with the information I have requsted above or prescribe another solution.
    Thanx in advance.

    For the benefit of others, I was able to solve the problem by removing the entry to the RIGHT, not the WHOLE entry (which refuses becoz it's an SAP entry). This is through transaction BUSB.

  • BDT-DC is not prepared for this application object

    Hi,
    I am getting this the error message:
    BDT-DC is not prepared for this application object
    when I try to create an extension.
    I cam across the following thread:
    EEWB
    In this thread it is given:
    Hi,
    The xdcflag in the table TBZ1 needs to be set.
    Please follow the steps mentioned below.
    1. Start the transaction SM30.
    2. Enter the name of the Table/View as V_TBZ1_DC.
    3. Press the 'Maintain' button.
    4. Double click on the Application Object you are trying to extend(for
    e.g., BUPA)
    5. Mark the checkbox 'Active in DC' under the section 'BDT DC Settings'.
    6. Save the data.
    You can refer to note 955236.
    When i follow the above steps it says that:
    Do not make any changes (SAP entry).
    Please Guide.
    Regards
    Shilpi

    Hi Smita,
    I am unable to start the wizard.When i choose Start Wizard I get this error message and the wizard is not started.
    Regards
    Shilpi

  • IDOC - process code with error "Application Object Type not planned'

    Hi all,
    I am doing an inbound idoc.... in TCODE we42, i trying to put function module which i created, attached to the process code.
    However, when i put my function module ZIDOC_INBOUND to the process code... it comes out error, 'Application Object Type not planned.'
    Why is this so?
    Please advice...
    Thanks and regards...
    William Wilstroth

    HI all,
    I had solved this problem. I should have gone to we57 to tie the function module.
    thanks.
    William Wilstroth

  • Application Object in Controllers

    Hi to all,
    In MVC based BSP application how to access application class in controller and models?
    I had seen application attributes in controller class.
    Suggest me how to use data binding using example, if there.
    Regards,

    Hi Bhupendra Singh,
    Data: co_application type ref to <Application class name>.
    CREATE OBJECT co_application TYPE <Application class name>.
    Create a page attribute in your view namely...
    vi_application type ref to <Application class name>
    Now it the controller add the lines below for assigning the controller's application class object to the view's application object in the page attribute.
    Data: main_view type ref to if_bsp_page.
    main_view = create_view( view_name = 'exercise.htm' ).
    main_view->set_attribute( name  = 'vi_application'
                               value = co_application ).
    Hope it solves your problem.
    Regards,
    Maheswaran.B

  • POrtal application object - Abstract Portal Component, Location dropdown.

    Hi
    I am creating a Portal application project in NWDS.
    Inside this project I am creating a POrtal application object -> Abstract Portal Component.
    Now, there is a dialigue box which appears, prompting for object name and package.
    In the same dialogue box there is an additional dropdown box for Location.
    It has two values "api" and "core".
    What does these mean.
    Thanks

    The location of the new Java class file determines whether other applications can reference the classes. Generally, the choice is only meaningful when defining services and the interfaces to make available to those applications the reference the service.
    You can specify one of the following:
    ■      Core (default): Places the file in the src.core project directory, and makes it private.
    ■      API: Places the file in the src.api, and makes it public.
    Regards,
    Khushboo

  • Urgent: Application Object Type for ALE IDoc

    Hi All,
    I am struggling with ALE IDoc, I just wanted to know that is it mandatory to create Application Object Type when i have created my own message type, Idoc type, segment type and Function Module. I am Getting an error while excuting transaction we42( Maintaining Process code)
    Error: Application Object Type is not planned.
    Please Help with this.  i don't have any requirement of filtering or serialisation, so still do i need to create these application objects.
    Useful ans will be rewarded.
    Thanx

    Hi,
    Yes u need to have the assignment of Object type as ur extending the IDOC.
    Check the steps below:
    TCode- BD95.
    Create ALE object type  “Z...”  with table name “EKKO” and Field name “-BSART”
    Step2:
    Tcode- BD59 – “Assignment of Object type to Message”
    Give the message type “ORDERS”.
    Assign the object type “Z........” to segment type “E1EDK01’ with field “BSART”.
    Regards
    Kannaiah

  • BDT Application Objects

    Hi All,
    Does anybody have any idea on what these BDT Application Objects are? In our requirement, we need to add a new screen field on a standard screen (it's a subscreen inside a screen). When I debugged to find how the screen is being displayed, I found that the screen items are being selected at runtime based on some TBZ* table entries. So, for some input data some screen fields are being displayed and for some other input, screen fields are different.
    Can somebody help me how these tables are being updated, what these BDT applicationobjects are and how I can add one extra screen field in that subscreen?
    Thanks a lot in advance!!!

    Actuvally for BDT application you have to go to BUPT transaction -->BDt general -->application objects and go for application object which you are working ex: businesspartner --BUPA insurence ---INSO  like that click on yhat and go to application objects and setting of transactions....here you will have transaction names for each configuration like screens fields events screen sequence dbsettings and so on .....catch that transaction and execute it it will show all the things related to that for example BUS2 for fields in BP INSO0002 is for fields in INSO object...go and change accordingly it will store automatically in TBZ* tables.you need not enter specifically in thosee tables

  • IDOC - Application object type not planned

    Hi all,
    I am doing an inbound idoc.... in TCODE we42, i trying to put function module which i created, attached to the process code.
    However, when i put my function module ZIDOC_INBOUND to the process code... it comes out error, 'Application Object Type not planned.'
    Why is this so?
    Please advice...
    Thanks and regards...
    William Wilstroth

    Sorry... i think this should be in Data Transfer section

  • Cause:  Application Object Library is unable to reconnect to your gateway

    After migration, When i am trying to bring up MT, i am getting following information
    /u08/tech/comn/admin/scripts/OFMSTECH_oraapp09/adfmsctl.sh start
    script returned:
    You are running adfmsctl.sh version 115.16
    Cannot reconnect to gateway
    Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
    Action: Check that your gateway environment variable is set correctly.
    starting forms metrics server for OFMSTECH.
    Cannot reconnect to gateway
    Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
    Action: Check that your gateway environment variable is set correctly.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    OAD is stopped
    Osagent is stopped
    Unable to stop locator. No process-id file found.
    Unable to stop gatekeeper. No process-id file found.
    Unable to stop any Discoverer Sessions. No process-id file found.
    Unable to stop any Discoverer Preference. No process-id file found.
    Unable to stop any Discoverer Collector. No process-id file found.
    /u08/tech/ora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /u08/tech/ora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /u08/tech/ora/8.0.6/discwb4/util/oad.log.
    Failed to start locator.
    Registering Discoverer Session
    Registering the Collector
    Applying preferences from file : /u08/tech/ora/8.0.6/discwb4/util/pref.txt
    Finished applying preferences
    Closing down registry..
    Registry File sync...
    Registering Discoverer Preference Repository
    addisctl.sh: exiting with status 1
    .end std out.
    /u08/tech/ora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u08/tech/ora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u08/tech/ora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u08/tech/ora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u08/tech/ora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u08/tech/ora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    /u08/tech/ora/8.0.6/jre1183o/lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    .end err out.

    Danny,
    Do you have all RPMs installed on the target node?
    Is the issue with this script only?
    What is the target OS version?
    Please see (Note: 377217.1 - What should the value of LD_ASSUME_KERNEL be set to for Linux?).
    Regards,
    Hussein

  • Create new Siebel Application Object Manager

    Hi, guys!
    Tell, please, to me explicitly how to create the new Call Center Object Manger. Mainly me interests as to create for this AOM a new virtual directory on Sun ONE webserver. Please explain me this question very explicitly.

    Hi Umair ,
    Thaks for your reply!I wanted to inform you also that I don't have installed PDK on my PC - I only have the Sneak Preview.
    -I wondered if creating Portal Application Object/Projects has to do something with PDK or it is part on WebDynpro way to develop Portals?
    -My goal is to be able to develop Portal without using WebDynpro methodology- instead I want to be able to use and learn the other methodology - which seems to me is called  PDK -if I am correct?
    -If I am not wrong I will need to install PDK6.0 to use the second methodology ?
    -Is Enterprise Portal Perspective on NWDS used in this case or it is used in both cases when developing Portals ?
    -I is not much clear which tools as a developer are needed in both cases ?
    If one can clarify this basic concept it will be very useful.
    I clearly want to distinguish  between both way of developing portals.
    I can post more specific questions if the above sounds too common..Thanks in advance!
    Regards, Bob

  • 0TCT_DS01 Missing BI Application Object

    Hi,
    I've activated BI Technical Content and loaded 0TCT_C01.  When I run queries from the portal (via std web template 0ANALYSIS_PATTERN), listcube on 0TCT_MC01 only shows the BI Application (i.e 0ANALYSIS_PATTERN) but not the BI Application Object (i.e Query Name).
    I'm currently on ABAP SP16 and have applied the following patches:
    1115531 - Error in statistics recording on the Web in the BEx Analyzer
    1134456 - UTC Time Stamp is incorrect in cubes 0TCT_C01,2,3 for MDX
    1138874 - BIAC User wait times no longer included in Front End times
    1150872 - BIAC De-implementation of SAP Note No. 1091820
    1152320 - BIAC Wrong OLAP time in query Runtime Statistics
    1160506 Dump while executing InfoPackage 0TCT_DS01, DS02, DS03
    1302812 - BI Application object name does not appear in the output
    Any help is much appreciated.  Thanks.
    Regards,
    Jianyun

    Hi
    During the installtion of 0TCT_MC01, set the grouping to Before and After and check if the Queries are avilabel.If they are not active actiavte them.
    Regards, Hyma

  • EEWB for the object BUPA

    Hi Experts,
                     I have created a project and extension successfully in EEWB to add custom fields to the BUPA object and everything is working fine and all the changes are been transporte to Q system. Now the rqeuirement is to again i need to add a custom field to the same object (BUPA). In this case do I need to create project and extension again or can i use to same extension which i had used earier. Would it give any issues If i use the extension and project which are already transported.  Please provide your valuable suggestions. Thanks
    Regards,
    Lakshmana.P

    Hi,
    I don't think you can update the existing extension. But you can definitely use the same project.
    Regards
    Prasenjit

  • SSGD Application Object Disappears

    Hello Everybody
    I am running SSGD 4.0. On redhat Linux 9.0
    When user logs on to SSGD server , they get their webtop without any application object and it shows a error message
    When i restart the SSGD server User is Able to see the application as usual !
    Any clues why this is happening ?
    It is second time i have faced the above problem.
    Thanks in Advance.
    Regards
    Saurabh Sharma

    possiblly it is the same as in 4.20:
    See: http://www.tbsol.de/de/modules/news/article.php?storyid=80

  • Save Hashtable in application object

    Hi,
    I have a very annoying bug that I have no idea where is it coming from.
    I'm saving a large Hashtable object( 3100 entries).
    The hash is built that the key is a code(String, e.x 111), and it points to a Vector which holds Strings.
    This Hash is saved in the application object and it is saved o.k
    After a while( days ,hours ) the Hashtable gets corrupted I get ArrayIndexOutOfBounds on places that worked fine a day before.
    Does someone knows what can be the reason for that?
    10x

    hi  check this..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0901cba-f49e-2910-748c-d7ce4c0c4c1c
    DATA:  file TYPE string VALUE `test.dat`.
    OPEN DATASET file FOR OUTPUT IN TEXT MODE
                                 ENCODING DEFAULT
                                 WITH SMART LINEFEED.
    TRANSFER `1234567890` TO file.
    CLOSE DATASET file.
    regards,
    venkat .

Maybe you are looking for

  • Getting rid of music on my iPad

    I want to get rid of all my music on my iPad? It takes up almost all the memory so I can't watch videos or anything. Since the music is supposed to be "in the cloud" there does not seem to be any reason to have it local. I never listen to it on the i

  • Trouble with Apple Mail

    Hello, I have Gmail account and a couple of days ago, I tried to send an email via Apple mail. E-mail size was too big so I couldn't send it. Afterwards, it created 'recovered message file' into the apple mail. Since then, gmail cannot connect Apple

  • What's the IO Exception?

    Whenever I try to create a output file, it always appear: IOException; must be caught or declared to be thrown. What's the meaning? Thanks in advance.

  • JSP---Taglib

    HI I am new JSP .Can any one tell what is taglib with regards Amutha

  • Shockwave Flash Object 11.8.800.94 hangs.  Disabled, website works.

    Shockwave Flash Object 11.8.800.94 hangs website when certain pages using Flash are displayed.  Disable Shockwave, website works.  This occurs with IE and Firefox.  Anyone else see the same thing?  What is the work around?