PSA - Name of object - *pa and *ob

Hello,
we have a process chain which contains a delete job for PSA.
Within this process there is following:
Name of PSA table: ZBW_UM1_PA and
Name of PSA talbe: ZBW_UM1_OB
Question:
What is *PA and *OB ?
Thanks in advance.
Points will assigned if the answer is helpful.

Hi,
_PA and _OB are created to allocate PSA tables to logical source systems (one PSA for each). To "translate" it, use table
RSBASIDOC field TSPREFIX there you will find PA and OB..
Regards
Joe

Similar Messages

  • Customer name range object (Z* and Y*) in Modification Browser SE95

    Hello,
    Why it's possible that object within customer name range regarded as modified standard object in modification browser?
    These objects had been imported from another system (not from the same landscape) and some of the objects within the transport request showed as modified object. The weird thing is, not all of the objects are shown.
    Anybody had same experience before? How to explain the logic behind?
    Thanks in advanced.
    Hiroshi

    What happens, when embed the object tag in the webpage.
    Try using the <PARAM NAME = CODEBASE VALUE = "./lib"
    if your applet is not able to find the signed.jar.
    Try looking into the java console for any ClassNotFound Exceptions.

  • Object Custom Program Name of class RE and language EN does not exist

    Hi All,
             We are getting this bbelow error while running a custome program ,
    Object <Custom Program Name> of class RE and language EN does not exist
    Do any one has faced this similar issue earlier.
    Regards,
    Sen

    Hi,
    How did you resolve this problem ?
    Re: Object <Custom Program Name> of class RE and language EN does not exist.
    I am also encountering the same issue when I am executing the report.
    Regards,
    SSR.

  • Object Program Name of class RE and language EN does not exist

    Hi,
    I'm encoutering this problem.
    Object <Custom Program Name> of class RE and language EN does not exist
    This appears when i am executing the report .
    Has anyone encoutered this? How did you resolve this problem?
    Any pointers in this regard are appreciated.
    Regards,
    SSR.

    Hi,
    This must be coming from the one of the function module exceptions that you are calling in the method. Put break points at all function module calls and find out the reason.
    Thanks,
    Naveen Inuganti.

  • How to get text name text object and text id for long text

    Hi,
    I am trying to fetch Long text for a given order number from transaction CO04 in SAPScript. I know that I have to use Include X (OBJECT) XX ID XXX.
    How do I get the text name, text object and text id for the order header long text from Transaction CO04.
    Points will be awarded..
    Tushar

    Tushar,
    When you are in CO02, and are at the Long Text Tab,click on the Icon that is next to the Order Number at the top of the screen (this icon looks like a Pencil and a Pad of Paper and is called "Change Long Text"). When you click on this it will take you to the SAPscript Editor. Now hit Goto->Header and you will get the data you require.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly award Reward Points as appropriate.

  • Transaction SMOEAC does not display Object type and Object Name options.

    Dear all,
    When I go to transaction SMOEAC system does not display fields Object type and Object Name option instead displays an empty frame allowing only to create new objects.
    System does not allow and display existing objects to edit.
    Most imp with the same ID, I am able to see the existing objects and two fields "Object type" and "Object Name" on different machine. So there is no authorization issue.
    My SAP GUI version where these fields are not visible is 640 Final Release with 6405.5.18.1016 version and Patch level 18.
    My SAP GUI version here these fields are visible is 640 Final Release with 6404.4.14.1012 version and Patch Level 14.
    Any idea what could be the reason?
    Regards,
    Sandeep Parab

    With installation of latest version of SAP GUI 710 final Release resolved my problem.
    Regards,
    Sandeep

  • PSA name "  CA_BA_0000000296  ?

    Hello expert:
         I have a PSA name "  CA_BA_0000000296  ",  could you tell me what this PSA match to?  it seems the name of this PSA does not follow the PSA name convention. how can I find out its datasource?
    Many Thanks.

    Hi,
    Are you sure that this is the name of a PSA table? the naming convetion of PSA shouldn't be this way.
    However, this seems to be the name of "DataSource Application Str." or  "DataSource Character Structure"
    Every datasource has 3 generated objects.
    For example:
    Program ID                                         4JOW9DVUJLQXG76G512LASZBY
    DataSource Application Str.              /BIC/CAZADB_IF00001000
    DataSource Character Structure       /BIC/CCZADB_IF00001000
    so for me it seems to be either "DataSource Application Str." or  "DataSource Character Structure"
    you try searching for a data source which starts with BA i.e type  * BA * in the global search in RSA1
    Keep searching in all source systems till you find some related objects.
    everytime you find a datasource double click on it, Select the "Go to" from menu bar and "Technical attributes "
    Go to -> Technical attributes
    See if the PSA name that you gave matches with "DataSource Application Str." or  "DataSource Character Structure"
    in the above example my  datasource name goes something like this ZADB_IFXXXXXXXXX
    DataSource Application Str.              /BIC/CAZADB_IF00001000
    So you just need to remove   /BIC/CA and consider only ZADB_IF  for searching.
    In your case use only BA and remove all other characters from CA_BA_0000000296
    This is a long procedure, but i hope it works.
    Regards,
    Sudheer.
    Edited by: Sudheer Kumar Kurra on Jan 24, 2011 1:56 PM

  • Questions on ADF View Objects, Links and Iterators

    I have a number of questions regarding using ViewObjects in applications where there are alot of relationships between tables.
    First, lets say that I have ViewObject SomeView that was added to the App Module (AM) as VO1. And because it has a number of "detail" records that have to be iterated through in a "report like" view it has those other VO's added under it as "children" in the AM.
    So I have
    VO1 (an instance of SomeView)
    --> VO2 (an instance of some other view)
    --> VO3 (an instance of some other view)
    that is used on pages where only a single VO1 is shown at a time.
    Now because I had another page I wanted to make that had a listing of all SomeView objects. Some of the fields in SomeView are foreign keys to records in VO2 and VO3 and while I don't want to show all the fields from VO2 and VO3, I do want to show a name field from each rather than just the foreign key.
    My experience (though I've never read this anywhere) tells me that when doing a "table" that is a list of rows from a VO, you can't display info from the child VO's because the child VO's are on whatever record corresponds to the "currentRow" in the parent VO and just displaying the rows in a rangeSet doesn't make each the "currentRow" so even we display 10 records in a for loop, the "currentRow" is just one, and the child VO's iterators aren't moved as we go through the for loop. (Can someone confirm if I am correct on this conclusion????)
    So the only way I know of to show some field from a related table in each row is to make the VO have the entity objects from the related tables be part of the view as references. Is this the only way?
    If I do that on a view that didn't have other views as children defined in the AM I don't have any problem and it works like I want.
    But if I do it on a view that did have other views as children defined in the AM it makes the page(s) using that view with the children iterators behave badly. Half the information quits showing up, etc.
    For example, ... if I go to the "SomeView" which was defined with only one entity object association, and I add the entity objects (that are the basis of instances of VO2 and VO3 ) as referenceable only, it totally breaks the page where I display a single VO1 and use it's VO2 and VO3 children. IS THIS NORMAL OR AM I MISSING SOMETHING?
    So, is the solution that I have to have more view objects defined for different purposes ?
    Can anyone give any general guidelines for when/where to use different view objects vs. when to use different iterators. I'm not having much luck with using secondary RSI's and haven't found much info on them.
    Also, how about issues of naming iterators that are in various binding containers (ie. UI Model for a page). If I do and LOV it creates an iterator and gives it a default name like ViewNameIterator1. If I already have a different page that uses a regular (non LOV) iterator with that name, and the user goes back and forth between those pages, is that a clash?
    Finally, I've read a couple of Steve Muench's blogs on View Link consistency but I'm not sure what the rules are on when it applies and doesn't. How you turn it on or off, etc. One of his examples in http://radio.weblogs.com/0118231/2004/02/27.html talks about it in the context of two view objects that are NOT typically "linked" in a master/detail kind of way. Like an AllDepartments and a DepartmentsLessThan view. Do you have to create a View Link between them to have results of one be reflected in the other if they aren't used in the same page in a web app? Or does it happen automatically (with the caveat that you have to do the rowQualifies method). Just feels like I'm missing some pieces.
    Thanks in advance,
    Lynn

    Hi,
    I am also interested in a best-practice note from oracle.
    Currently we store history in seperate history tables for columns that changed. All this implemented in our BaseEoImpl overriding the EntityImpl.prepareForDML().
    Thanks

  • Names of interface tables and interface programs of oracle modules

    Hi all,
    i need urgent and accurate information about the names of interface tables and interface programs of the following oracle modules,R12, or either ther are custom made. Any accurate link refering to the desire information would be much appreciated.
    Plus i need a clear and simple definition and purpose of interface tables and interface program and by what other names are they known in industry.
    Data Object,Oracle Module
    Chart of Accounts,Oracle General Ledger
    Trial Balance,Oracle General Ledger
    Supplier Master,Oracle Payables
    Open Supplier Invoices,Oracle Payables
    Open Supplier Credit/ Debit Memos,Oracle Payables
    Open Supplier Advances,Oracle Payables
    Bank Master,Oracle Cash Management
    Customer Master,Oracle Receivable
    Asset Categories,Oracle Assets
    Asset Master,Oracle Assets
    Item Master,Oracle Inventory
    Item Categories,Oracle Inventory
    Sub Inventory and Locators,Oracle Inventory
    Item On Hand Balances,Oracle Inventory
    Item wise Per unit Cost,Oracle Inventory
    Bill of Material,Oracle Discrete Manufacturing
    Departments,Oracle Discrete Manufacturing
    Operations,Oracle Discrete Manufacturing
    Routings,Oracle Discrete Manufacturing
    Resources,Oracle Discrete Manufacturing
    Overheads,Oracle Discrete Manufacturing
    Employee Master,Approval Hierarchy
    Approval Hierarchy,Approval Hierarchy
    Open Customer Invoices,Oracle Receivables
    Open Customer Credit/ Debit Memos,Oracle Receivables
    Open Customer Advances,Oracle Receivables
    Pending Requisitions,Oracle Purchasing
    Pending Purchase Orders,Oracle Purchasing
    Open Sales Orders,Oracle Order Management
    Price List,Oracle Order Management

    Hi;
    Its metalink note you need to login metalink wiht valid CSI(customer Support Identifier) number to can se note via using note number.
    Please see:
    Oracle EBS Based and Interface tables
    Oracle EBS Based and Interface tables
    Regard
    Helios

  • Error when determining a number from object BI_TSDTEL and number 01

    Hi BW Experts,
    After Transporting Infosources (Master & Transaction) to BW QA, the transfer rules were not getting activated in QA. The following error message was diaplyed.
    "Error when determining a number from object BI_TSDTEL and number 01
    Object name can only contain characters from syntactical character set
    Object name can only contain characters from syntactical character set
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Transfer structure 0IM_FA_IQ_2_SB activated under the name 0IM_FA_IQ_2_SA
    It is not necessary to copy dependent objects for transfer structure 0IM_FA_IQ_2_SA
    Transfer structure 0IM_FA_IQ_2_SA does not exist
    Error RSAR 440 when handling objects with type R3TR ISTS."
    I have gone through the Note: 674818.
    Could someone clear me about BI_TSDTEl, By using this do we need to maintain object intervals manually in all the systems like BW ( Dev & QA ), R/3 (Dev & QA).
    Because  I have not seen the Intervals in R/3 ( Dev & QA) systems.
    please could someone provide Inputs for this.
    Thanks in Advance
    Regards
    SK

    Hi,
    Try to see that transfer structure is existing in the sytem which is connecting in
    the BW quality.
    You need the same to be transported from the development server of R/3 to quality server of R/3.
    Just check if this helps.
    Regards
    Rahul Bindroo

  • A simple selection of objects behind and much more

    Selecting things under a different object in the Illustartor is sometimes very annoying.
    For proper selection of objects was invented several tools. Please use them alternately depending on the situation.
    - outline mode
    - preferences = object selections by patch only
    - menu Lock = lock selection, All artwork above other layers
    + isloate mode
    + smart guides
    + layers (pity that to this day can not enable the option automatically locates the object)
    But still the selection of one object over time requires a lot of time and clicking. Especially if they are just above or below.
    The Blender is such a great option. According to me, works well and is easy to use. You can work on hundreds of superimposed objects, and continues to act quickly. it is not perfect but I would very I would see in Illustrtaor. However, this requires a better reflection of the current use of the objects in Illustrator than it is today.
    New Method of Selection:
    1. Click on an object once and you select an object on top,
    2. for any re-clicking LBM selects an object underneath. Simple, fast and understandable.
    +. By clicking and selecting objects at the same time watching a dream in which Appearance palette name and see what properties of the selected object.
    +. Adding to the selection or subtraction:
             - When I have selected the correct object can click on the layer name
              - Layer palette displays a view of all layers
              - New: Automatically expanding palette view to show the structure of the objectindicated in the structure of the layers and stack.
              - Now I can easily add or subtract to the selection of other objects or select just another object.
    Important to work with this method to modify the interface illustartor.
    1. Palette Appearance must expand and show more things. For example, as in this description:
        http://forums.adobe.com/message/3024803#3024803
    2. This rapid work with objects should also improve the Illustrator interface and make it more useful.
         Quick change opportunity to give a name or a group or object.
         Even now it is missing this opportunity. Even now it is missing this opportunity. For example, click and change the name in these views:
         One Clik and change name of layers or object or group or patch...
    Note. If it can be easily and quickly rename objects. RBM is an option on the menu will show that the category of the popup list of objects under the cursor.
      It would be enough to click on the object and would be selected. Super for me!
    3. New. The new functionality.
         - Appearance palette retains the settings of the object was last selected. Just as color palette ikon "Out of... Click to correct".
    The appearance palette, she could be named: "Last appearance use. Click to Add or Click+Alt to show".
         - This allows me to select a different object, and quickly give it the properties of the previous one.
         - Or click on the icon of the previous appearance when they are showing up and I choose only the one I want to use the new facility, eg by drag & drop the icon of the appearance of the currently selected object. — Something like a story last selected object appearance to choose to use the newfacility.
    Or better. Drop-down list to the history of recently used names of objects.
    The choice would result in giving the highlighted current object stored Apperance.Alt + Click does not change the selected object apperance just simply list Apperance with the possibility of drag and drop individual features in the current Apperance select object.
    Appearance to such a list could choose to display in the view layers palette by clicking on the icon Apperance.
    Of course, the idea presented is not conclusive, show just the way we work withillustartor expect from a modern program.
    After the present work in Illustartorze are really very complex and currentlydevotes much time on it just to check something.
    Currently Illustartor reminds me of a Christmas tree with different ideas than theprofessional tool for my daily earning.
    I spend my time like other colleagues on this forum because I support the idea, and Adobe Illustrator.
    I hope someone appreciates it. I've been looking around for an idea for anotherprogram to work with vectors.

    and...

  • How to get the PSA name in a Start Routine in the Update Rules of a Cube.

    Hi all.
    I have an InfoSource that loads data directly in an Infocube.
    In the Start Routine of the Update Rules I need to retrieve the PSA table name for that InfoSource, to access it and check some data.
    I can't use the PSA name you seen in the DataFlow because it will change once the update rules are transported to another system.
    Please advice.
    Thanks!!!

    Hi,
    we do it as follows:
    first get the request ID:
    DATA: tp_request(30)   VALUE 'REQUEST'.
    FIELD-SYMBOLS: <wa> TYPE ANY, <tp_req> TYPE ANY, <tp_dtp> TYPE ANY.
    READ TABLE datapak ASSIGNING <wa> INDEX 1.
    IF sy-subrc <> 0. ABORT = 4. ENDIF.
    ASSIGN COMPONENT tp_request  OF STRUCTURE <wa> TO <tp_req>.
    IF sy-subrc <> 0. ABORT = 4. ENDIF.
    requnr = <tp_req>.
    then we get the table with
    SELECT odsname_tech FROM rstsodspart WHERE request = requnr.
    you may need to adjust this code, I've just pasted the relevant parts...
    another way is to get this info from RSTSODS where the different versions are maintained...
    let me know if you need further detail about this stuff...
    hope this helps...
    Olivier.
    Message was edited by:
            Olivier Cora

  • How I can saving visa resource name in windows registery and load it again?

    I use visa functions in my program for serial communication , I want to save selected resource name in windows registery and next time that i run my program, i want to read it from registery and assign it to my visa resource name control.
    example:         My visa resource name control value = COM2
                            I close my program with this value (how i can easily save COM2 to windows registry key ?)
                            I open my program again (how i can load COM2 in my resource name control from registry Key?)
                            How i can access to visa resource name list? example: COM1     COM2      LPT1     COM56     COM255
    Thanks.
    Solved!
    Go to Solution.

    I guess I don't understand your problem. All you have to do is ready the key containing the desired resource name and wire the resulting value to the appropriate terminal on the open VI. That's as hard as it gets...
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Re-name package objects

    Hi
    Is there some way to re-name entity objects, view objects and their packages after creating them?
    I think one option can be to rename the various folders on my PC where I am storing all the source code, but I am not sure whether this is the way to do it.
    Any pointers will be appreciated.
    Thanks
    Ajay K. Garg

    You have to create the package (Directory) structure manually in the file system, then move all the renamed EO/VO/AM (and all realted files) to appropriate directories.
    After you do this, you need to open each file in some text editor (esp for XML files) and change the package structure there.
    Thanks,
    Tapash

  • Using variable names for object names

    Is there any way you can use a String variable to name an object? I.e., something like:
    String name = "objectName";
    \\ create an Image object named objectName
    Image (name.valueOf()) = new Image();
    This code obviously does not work, but I'm working on a map applet which uses a map composed of thousands of tiles, and then shows only a portion of the map by drawing the appropriate tiles into the window using the x/y coordinates and a nested for loop to determine which tiles to draw. However, unless I want to manually declare and then call each of these Image objects, I need to have a way to have the actual name of each image object be a reference to a variable, which I will then initalize according to the name of the tile I'm using. Does that make sense at all? Anyway, I was just wondering if anyone knows of any way to do this. Thanks.
    -Ari

    Typically this is done using a Collection, for example:
    Image[] img = new Image[100];
    for (int i=0; i<img.length;i++)
      img[i] = new Image();... Sort of thing.

Maybe you are looking for