Transporting BEx objects: objects not showing in request

I created a new request for Bex. but when i display the request in se10, i dont see the objects that I assigned to it. why is that

First you need to make sure you have written all your objects in one request and assigned to a transportable development class/package. If the request you have created is a local change request (you can see this in SE10), then delete this request or if it's a transportable request (when you click on the request, properties, you see a target client) then you have already assigned your objects to a transportable package, you can release this and then have it imported into your target system.
Alternatively you can delete your request(s), and then goto transport connector, accumulate the objects you need, when you scroll to the right you see a column by name "package", make sure you have the right package for all the objects (you can change the package name by right clicking and change the package) for all the objects and click on transport icon which will prompt you for a transport request or you can transport by using BEx transport (shiftctrl0). Hope it helps,
Sree

Similar Messages

  • Error: Path to object does not exist at Request

    Hi experts,
    i have a scenario asynchronous/syncrhonous: file to rfc and get back response rfc to other file. I have 3 communication channel: 1 sender file, 1 receiver file, 1 receiver RFC. The communication channel sender file show the follow error:
    Attempt to process file failed with com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at Request, the whole lookup name is localejbs/AF_Modules/Request/ResponseBean.
    I do not understand how modules(AF_Modules/Request/ResponseBean) in adapter works, the documents that I have found I am not much has clarified, could someone please explain and tell me something's error?
    very thanks,
    regards

    Hi,
    Check the receiver agreement, you might have configured the file receiver communication channel name instead of the RFC receiver communication channel name.
    Also check the module parameters in the sender file CC
    Processing sequence:
    Module name                                           Module type                               Module key
    AF_Modules/RequestResponseBean        Local Enterprise Bean                       1
    CallSapAdapter                                       Local Enterprise Bean                       2
    AF_Modules/ResponseOnewayBean         Local Enterprise Bean                       3
    Module configuration:
    Modulekey                              parameter name                         parametervalue
    1                                             passThrough                               true
    3                                            receiverChannel                            <File receiver  CC>
    3                                             receiverService                            <Receiver service name>
    Regards,
    Nithiyanandam

  • CRM Business Object BUS1006005 Not Showing In LSMW Object List

    I am trying to use Bus. Object BUS1006005 in an LSMW using BAPI.  I noticed that I need to generate an ALE interface for the object before LSMW can use it.. Can someone please help me with this?  When I drop-down on Business Object in LSMW Attributes, this object does not show on the list, however I noticed that Bus. Objects with ALE Message Types do show up.
    Kind Regards,
    Jason

    IDOC Type:It is the Structure and format of the data that is to be exchanged
    see the EDBAS table
    MESSAGE TYPE: Determines and Processes the various outputs associated with an application document . Mostly used in SD and MM modules
    See the EDMSG table
    see the link for LSMW-IDOC
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    LSMW-BAPI
    Step-by-Step Guide for using BAPI in LSMW
    Note! The screen prints in this article are from ECC 5.0. They may differ slightly in other versions.
    Introduction:
    This document details the usage of BAPI in LSMW. We have used the example of migration of the purchase order data into SAP.
    Pre-requisites:
    It is assumed that the reader of this article has the minimum knowledge required on the Business Object, BAPI, Message Types and IDoc Types.
    Step-by-Step Procedure:
    Details of the BAPI used in this scenario:
    Business Object: BUS2012
    Method: CreateFromData
    Details of Message Type and Basic IDoc Type:
    Message Type: PORDCR
    Basic IDoc Type: PORDCR02
    Let’s have a look at the BAPI first, before proceeding to the LSMW:
    1. Go to Transaction BAPI
    2. Click on Search Button
    3. Enter the value “BUS2012” and select “Obj.type(Technical Object Name”
    4. Press ENTER
    5. Following screen appears:
    6. On the left side of the screen, Expand the “PurchaseOrder”.
    7. Select “PurchaseOrder” and double-click on the same for details.
    Building LSMW using BAPI:
    1. Go to Transaction LSMW.
    2. Enter the Project, Subproject and Object information and click on CREATE.
    3. Enter the descriptions for Project, Subproject and Object.
    4. Now select Settings à IDoc Inbound Processing
    5. “IDoc Inbound Processing” screen appears. Enter the required details as shown below:
    6. Click on “Activate IDoc Inbound Processing”.
    7. Click on “Yes” when prompted for “Activate IDoc Inbound?”
    8. Hit on “Back” to return to the main screen.
    9. Click on Continue (F8). Following Screen appears:
    10. Select the Step 1 “Maintain Object Attributes” and select “Execute”.
    11. Select the radio button “Business Object Method” and enter the following details:
    Business Object: BUS2012
    Method: CreateFromData
    Hit ENTER
    12. Save and click on BACK button. Following information message is displayed.
    13. Now select step 2 “Maintain Source Structures” and click “Execute”.
    14. In this step, we need to maintain the source structure. In our example, lets consider the example of a file with 2 structures Head and Item data as shown below:
    Click on Create and name the source structure as HEADERDATA. Now select HEADERDATA and click on “Create” again to create the child structure. Following popup appears:
    Select “Lower Level” and click on Continue. Enter the Item data structure name.
    Click Save and hit BACK button to go to the main screen.
    15. Select step 3 “Maintain Source Fields” and hit execute.
    16. Enter the fields as shown below:
    17. Click SAVE and return to main screen.
    18. Select step 4 “Maintain Structure Relations” and click Execute.
    Select E1PORDCR and click on CREATE RelationShip. Following screen appears:
    Select HEADERDATA and hit ENTER
    Similarly do the same for the structure E1BPEKKOA, E1BPEKPOC and E1BPPEKET.
    Click Save and return to main screen.
    19. Select the step “Maintain Field Mapping and Conversion Rules” and click on execute. Maintain the Field Mapping as seen below:
    20. Select step 7 “Maintain Source Files” and provide the link for the test file created. (Create a test file with the same structure as defined earlier).
    Save and return to main screen.
    21. Select the step “Assign Files” and click on Execute.
    Assign the file provided to the source structure. Here the same file is provided for both the structures.
    Save and return to the main screen.
    22. Select the step “Read Data” and click on Execute.
    Click on Execute.
    Return to the main screen.
    23. Select the step “Display read data” and click on execute.
    Click on the structure name to get the field level values.
    24. Return to main screen and now select “Convert Data”.
    25. Return to the main screen and select “Display Converted data”.
    26. Return to main screen and select “Start IDoc generation”.
    27. Now select the step “Start IDoc Processing” on the main screen.
    28. Return to main screen and click on “Create IDoc overview”. Here the data record and status records of the IDoc could be viewed
    It is given in screen shot.
    http://www.****************
    LSMW-IDOC
    see this and do accordingly
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    Go through the steps
    Hi please go through the following steps for IDOC method
    Step 1. Run the transaction ( /nlsmw ) you will reach to the screen
    Here you have to specify
    Project : 060_BUS_TRANS
    Subproject : SERVICE_TICKET
    Object : SRV_TICKET_ZSVT
    click on the execute button .you will reach the screen :
    The screen shows the 15 steps to Run the lsmw
    Step 2) select the first step ( Maintain object attributes) and click the execute button.After clicking on the execute button you will reach at. the screen
    Here you have to specify ( MEssage type and basic type)
    click on the BACK button
    Step 3) select the 2nd step ( Maintain source structures) and click the execute button
    Here you have to specify the source structures.
    Step 4) Select the 3rd step ( Maintain source fields) and click on the execute button :
    Here you have to specify the fields present in the source structure
    Step 5) select the 4th step ( Maintain structure relationship ) and click on the execute button :
    Here you have to specify relationship between source and target structures
    Step 6) select the 5th step ( Maintain field mapping ) and click on the exécute button :
    Here you have to map the fields between source and target structure. Also you have to apply conversion rules here if any
    STEP 7) select the 6th step and click on the exécute button
    Here you can define any fixed value or user define routines
    Step 8) select the 7th step ( Specify files) and click on the exécute button :
    At This screen we have to specify the files for This we should be in change mode .So please click on the button shown in the above screen. After clicking on This button you will be in change mode and will be able to specify the files :
    Step 9) select the 8th step ( Assign files) and click on the exécute button
    For assigning files yoy should be in change mode do the same thing click on the button as shown in the above screen :
    Then assign the files to different structures.
    Step 10 ) select the 9th step ( Read Data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Again click on the exécute button . After clicking on the exécute button you will reach to the next screen
    Here you will see data is read.
    Step 11) select the 10th step ( Display read data) and click on the exécute button :
    Here you can see your test data present in test files assign to source sturcture
    Step 12 ) select the 11th step ( Convert data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Click on the exécute button as shown on the : After click on the exécute button you will reach to the next screen
    Data is converted
    Step 12th ( Display converted data is same as Display read data )
    Step 13 ) select the 13th step ( Start idoc generation) and click on the exécute
    button :
    At this step Idoc is generated using converted data
    Step 14) select the 14th step ( Start idoc processing ) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen :
    And then click on the exécute button : After clicking on the exécute button you will reach to the final processive screen
    If data is processed correctly you will see ( 53 Status message with green sign)
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI.ppt
    Step-by-Step Guide for using BAPI in LSMW
    Note! The screen prints in this article are from ECC 5.0. They may differ slightly in other versions.
    Introduction:
    This document details the usage of BAPI in LSMW. We have used the example of migration of the purchase order data into SAP.
    Pre-requisites:
    It is assumed that the reader of this article has the minimum knowledge required on the Business Object, BAPI, Message Types and IDoc Types.
    Step-by-Step Procedure:
    Details of the BAPI used in this scenario:
    Business Object: BUS2012
    Method: CreateFromData
    Details of Message Type and Basic IDoc Type:
    Message Type: PORDCR
    Basic IDoc Type: PORDCR02
    Let’s have a look at the BAPI first, before proceeding to the LSMW:
    1. Go to Transaction BAPI
    2. Click on Search Button
    3. Enter the value “BUS2012” and select “Obj.type(Technical Object Name”
    4. Press ENTER
    5. Following screen appears:
    6. On the left side of the screen, Expand the “PurchaseOrder”.
    7. Select “PurchaseOrder” and double-click on the same for details.
    Building LSMW using BAPI:
    1. Go to Transaction LSMW.
    2. Enter the Project, Subproject and Object information and click on CREATE.
    3. Enter the descriptions for Project, Subproject and Object as prompted.
    4. Now select Settings à IDoc Inbound Processing
    5. “IDoc Inbound Processing” screen appears. Enter the required details as shown below:
    6. Click on “Activate IDoc Inbound Processing”.
    7. Click on “Yes” when prompted for “Activate IDoc Inbound?”
    8. Hit on “Back” to return to the main screen.
    9. Click on Continue (F8). Following Screen appears:
    10. Select the Step 1 “Maintain Object Attributes” and select “Execute”.
    11. Select the radio button “Business Object Method” and enter the following details:
    Business Object: BUS2012
    Method: CreateFromData
    Hit ENTER
    12. Save and click on BACK button. Following information message is displayed.
    13. Now select step 2 “Maintain Source Structures” and click “Execute”.
    14. In this step, we need to maintain the source structure. In our example, lets consider the example of a file with 2 structures Head and Item data as shown below:
    Click on Create and name the source structure as HEADERDATA. Now select HEADERDATA and click on “Create” again to create the child structure. Following popup appears:
    Select “Lower Level” and click on Continue. Enter the Item data structure name.
    Click Save and hit BACK button to go to the main screen.
    15. Select step 3 “Maintain Source Fields” and hit execute.
    16. Enter the fields as shown below:
    17. Click SAVE and return to main screen.
    18. Select step 4 “Maintain Structure Relations” and click Execute.
    Select E1PORDCR and click on CREATE RelationShip. Following screen appears:
    Select HEADERDATA and hit ENTER
    Similarly do the same for the structure E1BPEKKOA, E1BPEKPOC and E1BPPEKET.
    Click Save and return to main screen.
    19. Select the step “Maintain Field Mapping and Conversion Rules” and click on execute. Maintain the Field Mapping as seen below:
    20. Select step 7 “Maintain Source Files” and provide the link for the test file created. (Create a test file with the same structure as defined earlier).
    Save and return to main screen.
    21. Select the step “Assign Files” and click on Execute.
    Assign the file provided to the source structure. Here the same file is provided for both the structures.
    Save and return to the main screen.
    22. Select the step “Read Data” and click on Execute.
    Click on Execute.
    Return to the main screen.
    23. Select the step “Display read data” and click on execute.
    Click on the structure name to get the field level values.
    24. Return to main screen and now select “Convert Data”.
    25. Return to the main screen and select “Display Converted data”.
    26. Return to main screen and select “Start IDoc generation”.
    27. Now select the step “Start IDoc Processing” on the main screen.
    28. Return to main screen and click on “Create IDoc overview”. Here the data record and status records of the IDoc could be viewed:
    Please Go through these Links ,
    BAPI with LSMW
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI
    For document on using BAPI with LSMW, I suggest you to visit:
    http://www.****************/Tutorials/LSMW/BAPIinLSMW/BL1.htm
    http://myweb.dal.ca/hchinni/sap/lsmw_home.htm
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    bapi-idoc:
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    Thanks
    Naveen khan

  • Bex report does not show loaded data at once

    Hi experts,
    Why Bex report does not show loaded data at once after loading is finished but after some time?
    Could be the reason of it:
    a) huge amount of data in infocube.
    b) there are no deleting/creating indexes before/after loading, because it takes too much time
    c) anothe reason?
    Thank you,
    Tigr_Z

    Hi Tigr,
    A and B both can be the reasons behind, but normally in case of B option the results on report output can be wrong like duplicates sort of showing you double figures.
    C - it can be resource issue, so please look into all and double check with basis if thats the case.
    Regards
    Sunny

  • Problem in SE80 - Objects are not showing up

    Hi,
    Let say example zrad package has function groups and reports but those function group and reports not showing in se80 transation. If i enter the package name only the package name alone showing.
    Thanks & Regards,
    Gowri Sankar

    hi,
    In the SE80 for a given package, it shows
    Dictionary objects
    Programs
    Function Groups
    Includes
    assigned to that package.
    Hence for the programs you are checking just verify whether they have been assigned to the same package
    Regards
    Sharath

  • Activating objects but not showing up in Cache Status Overview

    Hello SDN.
    We are on PI 7.1. A strange thing started happening. I can change an object and when activate, I get success, but in checking the Cache Status Overview it does not show up. We set up our SLD as follows
    SC_Systems (i.e. SAP, Outside Vendors etc) (all service interfaces and actions go here)
    Which is the parent of SC_Mapping (all operation and message mappings)
    Which is the parent of SC_Models (all DataTypes, ED, and Message Types go here)
    So
    SC_SYstems
        SC_Mappings
             SC_Models
    When making a change to the models SC and activate we get the following problem above, also for SC_Systems. But when I do this for mapping there is no issue.
    One thing that is different is a new developer accessed the DataType from the SC_Systems and changed it, thus causing a conflict (We usually access and change DT, MT etc in SC_Models.
    Since then it seems both are not allowing activation even though it says successful.
    We have bounced the system, done all cache refreshes that I can think of and are about to go back 3 days to a backup store point, but want to see if anyone has any idea what the problem could be.
    Thanks in advance
    Cheers
    Devlin

    Hi,
    It may be too obvious, but have you checked the Change Activation List?
    Perhaps the objects that were edited are "pending" there.
    Clear the SLD cache later.
    Regards,
    Caio Cagnani

  • Event of delegeted Object  type not showing up  in event trace

    Hi,
    Please forgive me if this question has already been posted, I created a subtype for the object BUS2032 as ZSALESDOC and delegated the later the to the standard object type BUS2032 , but when i create a sales order it is not showing up in the event trace (TCODE : SWEL), only standard object type BUS2032 is showing up, and the ZSALESDOC object type's CREATED event is not showing up, Please i need inputs on any other thing i am missing out for delegating this object.
    Regards
    Narendiran Rathinavelu

    Hi
    check whether you have done the following after delegation:
    Event creation in status management(BSVW)
    Press Customer settings
    New entries
    enter status(VBK) - Your copied object type ZSALESDOC
    Status Restrictions
    I00002 (syst Status) ..REL   (released)..SAVE and see once again
    Reward points if useful
    Regards
    Anji

  • Some JMS objects do not show up in JNDI tree

    Hello friends. I have a situation where some of my JMS Queues do not show up in
    the JNDI tree. Other Queues / Topics show up fine. I cannot find any difference
    in the interface that tells me what my cause this to happen. Any insight would
    be appreciated.
    brian

    are you using a cluster? if so check the multicast to see if its working
    right.
    Where are you looking up the JNDI tree? in the console or are you checking
    the JNDI tree via weblogic.Admin LIST command? the LIST command may be a
    better way to see it for sure.
    sree
    "Brian" <[email protected]> wrote in message
    news:40b74519$1@mktnews1...
    >
    Hello friends. I have a situation where some of my JMS Queues do not showup in
    the JNDI tree. Other Queues / Topics show up fine. I cannot find anydifference
    in the interface that tells me what my cause this to happen. Any insightwould
    be appreciated.
    brian

  • Measure object in not showing in Linechart

    Post Author: rozarm02
    CA Forum: WebIntelligence Reporting
    I have a report with
    Custom yearCustom weektrend runratetrend runrate nttotal runrate%runrate minus no tone.
    I am getting the values in the table. Ran the repot in back end values are coming right but then when I turn it to the line chart only total run rate, runrate minus no tone is giving the correct result in the chart and trend and trend runrate nt is showing the straight line and the values are not showing properly in the chart. How can I fix it. I am using webi Xi
    in the measure
    Trend runratedbo.v_RR_TREND_WEEKLY.TREND_RUNRATE
    Trend runrate minus NTdbo.v_RR_TREND_WEEKLY.TREND_RUNRATE_NT
    Total Run Rate %
    (cast(@Select(Daily AdIns Metrics\Total Played Count) as decimal)/cast(@Select(Daily AdIns Metrics\Total Scheduled) as decimal))*100
    Run Rate Minus No Tones %
    (cast(@Select(Daily AdIns Metrics\Total Played Count) as decimal) / cast(@Select(Daily AdIns Metrics\Total Scheduled)-@Select(Daily AdIns Metrics\Notone Count) as decimal) )*100
    Thanksrozarm02

    Post Author: rozarm02
    CA Forum: WebIntelligence Reporting
    I have a report with
    Custom yearCustom weektrend runratetrend runrate nttotal runrate%runrate minus no tone.
    I am getting the values in the table. Ran the repot in back end values are coming right but then when I turn it to the line chart only total run rate, runrate minus no tone is giving the correct result in the chart and trend and trend runrate nt is showing the straight line and the values are not showing properly in the chart. How can I fix it. I am using webi Xi
    in the measure
    Trend runratedbo.v_RR_TREND_WEEKLY.TREND_RUNRATE
    Trend runrate minus NTdbo.v_RR_TREND_WEEKLY.TREND_RUNRATE_NT
    Total Run Rate %
    (cast(@Select(Daily AdIns Metrics\Total Played Count) as decimal)/cast(@Select(Daily AdIns Metrics\Total Scheduled) as decimal))*100
    Run Rate Minus No Tones %
    (cast(@Select(Daily AdIns Metrics\Total Played Count) as decimal) / cast(@Select(Daily AdIns Metrics\Total Scheduled)-@Select(Daily AdIns Metrics\Notone Count) as decimal) )*100
    Thanksrozarm02

  • Cummulated kpi which is created in BEX dssigner is not showing in WEBI Side

    I am facing below issue
    i have create one  kpi working capital commutative in Bex designer  which is cumulation  .its working fine
    means result is coming cummulated in bi side. but in WEBI side above kpi is NOT Showing . Already I Have  allow external access to this query
    Please advise me the above issue
    Thanks
    Nishant

    Hi suman,
    PFA attached screen shot and detail about above problem
    In BEX designer side we create two KPI one is not cumulated and other one is Cumulated .but on WEBI  side ONLY ONE KPI Which is non cumulated in nature is showing and other one which is cumulated nature is not showing
    For Ref purpose i have attached screen shoot
    1) First pic show KPI Is  cumulated in nature
    2) Second Pic KPI Is Non cumulated in nature
    3) third pic show on Webi side on that side only comulative  KPI is shown

  • Label object did not show the changed text.

    hi,
    I 've made change to the text on the label object on the form. Save it and Preview the form. However the form shows the old text of the label. But the text is changed in the design mode.
    I close the form and re-open again. the problem is still same.
    Does anyone come across this issue ?
    Thanks,

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • 3D menu - objects options not showing.

    I am not not getting the object options in the 3D panel popout menu as the lower image. Is there a setting I need to change? I have CS6 extended.

    As per your screenshot you only have a dynamic extrusion, not a converted polygon mesh, so those options won't be available.
    Mylenium

  • Operations with object dependency not showing in CTM PDS

    Hi all,
    When PDS is created in APO, the operations with object dependency are excluded in CTM PDS but in PPDS PDS all the operations are fetched.
    When I remove OD from operations and then CIF (curto_create), the operations are visible in CTM PDS too.
    Please let me know the  possible reasons for operations with OD getting excluded from CTM PDS
    Regards,
    RS

    Hello RS,
    If you are using SCM 7.0 please implement the following instructions in BADI /SAPAPO/CURTO_CREATE, for the method CREATE_CTM_PDS insert the code ev_true = 'x' and Activate it.
    then execute the curto_create transaction, while executing curto_create don't select change transfer. Object dependencies should be visible.
    PS: I assume there is no error in the object dependencies defined and the status of the object dependency is set to released.
    Hope this helps you.
    Thanks and Regards,
    Roopesh

  • Bex iView does not show changes made in web templates

    Hello,
    I have a Bex iView that presents a web template which is exposed in two portals.
    I made a certain change in the web template in portal A and I can see the change through the Bex iView in this portal.
    I than transfered the change to portal B and I can see this change at the Web application designer's code when it is connected to portal B.
    The problem is that I can't see the change through the Bex iView in portal B, it keeps presenting the old version of the web template. Also, if I preview it from WAD, which opens it in the portal, it shows the old version as well.
    <b>I've already tried/verified the following:</b>
    1. It's not a client related issue as it happens to all clients.
    2. I have tried clearing both the client and the portal's pcd caches.
    3. No cache whatsoever is configured in this iView's properties (Cache Level: None, Cache Validity Period: 0,0,0,-1, Allow Client-Side Caching: No).
    4. When I run the iView in debug mode in the application integrator I can't see anything unusual I can think of. Also, I can see there that it points to the correct web template.
    5. Retransported the web template from server A to server B.
    What else can be done here? Any ideas...?

    Hello,
    did you resolve your problem ?
    Best regards

  • Adding New Fields to a BEx Query does not show up in the CR field explorer

    This could be a silly question.
    I have a CR report based on a BEx query.  I had to add a couple of new fields to the BEx query, and when i want to add those fields to the CR report, I don't see them even after I do a refresh in the field explorer. 
    How do i see this new fields in the CR report?
    Help Please
    Thanks

    Hi,
    you can open the report and go to the menu Database > Verify Database.
    that should add the new fields to the list of fields in CR
    Ingo

Maybe you are looking for