Transport  of BPS planning area (variables) without transp. all pl. levels

Hi!
Can anybody advice me, how to transport new variables which I have created to a planning area, without transporting all planning levels which belong to it?
I transported a few planning levels that include the new variables I created to the planning area. As a result, the planning levels are transported but the new variables are missing. I don´t want to transport the whole planning area, since it contains a development which is not ready yet. Can I transport the missing variables with SE15 (how?) or is there some other way to do it?
Grateful for any help,
Sari

Sari,
   Please execute program UPC_TRANSPORT_BPS_ALL and transport your variables without transporting any level or area.
Hope this helps.
Cheers
Srini

Similar Messages

  • Transport of Std.Planning area

    Hi
    1)  I would like to transport planning area '4CFVS01' from client 000 (BPS). Please let me know is it possible to transport only the above planning area with all its subordinate objects?
    When I checked the Import of planning application, I think if we select the planning application e.g marketing and campaign planning it will transport all the planning area under this.
    Where as I need only the 4CFVS01 (Validation sheet planning area) to be transported.
    2) Also please let me know planning area u20194CFVS01u2019 (Validation sheet) & u20184TPM2000u2019 (Trade promotion) come under which planning application head?
    -     Marketing & Campaign Planning
    -     Sales Planning
    -     Quotation planning
    -     Service planning
    -     Resource planning
    -     Profit planning
    I guess it should be marketing and campaign planning?  Please let me know. Thanks for your help.
    Thanks,
    Vijay

    Hi Marc,
    Thanks for your response.
    I have created a customized planning area with Business content (real time Infocube) in BPS side. Now when I do a transport of Std Planning area and its subordinates (i.e 4CFVS01 - planning area) in that case will it throw any error?
    Since already the std infocube is mapped to a customzied planning area. Should I need to delete the customized planning area before doing a copy of the std planning area?
    Thanks,
    Vijay

  • Re activate/ Re generate the BPS Planning area

    Hi Friends,
    It looks like there is some inconsistency in of planning area. Does anybody know how to reactivate or regenrate the planning area using any SAP Provided Function modules or standard programs. Please share your ideas on this.
    Thanks
    Best regards
    SG

    Hi,
    when you call transaction BPS0 the system should detect inconsistencies and regenerate automatically.
    There is no official API to regenerate the planning area. When for whatever reason the regenerate mechanism in BPS0
    does not work, maybe this is worth an OSS message. You may also try function module UPC_GENERATE_AREA. Run this function module in SE37, in only input parameter is the planning area. But you should know what you are doing.
    Regards,
    Gregor

  • SEM-BPS (planning area)

    hi friends,
    can u give me steps how to create planning ara planning level packages, mannul planning give me screen shots ,  so i can try my self, can u give me on ereal time example.
    Thanking u
    suneel.

    Hi Suneel,
    Please go through this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bb/d6fd37c7bfc72ce10000009b38f842/frameset.htm
    Also here are some links which would be helpful for you to get started with BPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap%20bw%20business%20planning%20and%20simulation%20-%20how%20to%20guides%20list.htm
    https://media.sdn.sap.com/public/eclasses/teched04/BW253_files/Default.htm#nopreload=1
    https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/3040dd5d-0501-0010-baa8-fc0aafa88c40 [original link is broken]
    http://help.sap.com/bp_biv235/BI_EN/html/BW/CostCtrPlan.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/enhancements%20bw-bps%20formerly%20sem-bps%20in%20sapnetweaver%2004.ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d90209f-0501-0010-59a2-9243ac94a4d7
    http://help.sap.com/saphelp_nw04/helpdata/en/05/242537cedf2056e10000009b38f936/frameset.htm
    Regards,
    Praveen

  • How to change BPS multiplanning area variable selected value

    Hi!
    I have a variable, Drop down list, filld with an exit. Now the variable is filld with values and the value selected last time is marked as selected when application is started. I need to start with the variable unselected or take control over whitch value to have as selected.
    Any sugestions how to do that?
    Edited by: Jan Kihlström on May 29, 2008 8:38 AM
    Edited by: Jan Kihlström on Jun 10, 2008 9:52 AM

    Hi,
    whenever we execute layout second time, it will always show the last saved variable value.
    what can you do in this case, clear the output of the variable exit at the start in the exit itself.

  • Will saving a sequence file with modified variables work on all licensing levels of TestStand?

    I am thinking of enabling editing of test limits for a few steps via an operator interface mechanism of some sort (popup dialog box, etc.).
    If I make an API call to save the sequence file with the modified limits (as opposed to using the property export/import mechanism), will the call succeed if the end-customer has only a deployment license (no debug or dev)?
    For that matter, if I *were* to use the property export mechanism via an API call from the operator interface, would that call succeed regardless of the licensing level on the target machine?
    Thanks in advance...

    The deployment license will not allow you to save sequence files using the API.  It will generate an error.
    Allen P.
    NI

  • Lock Planning Area

    Hi,
    I need to lock planning area. I used the FM /SAPAPO/TS_LC_LOCK. It works fine but when I come out of the program  all the locks are released.  Actually this is the standard behaviour of Enqueue functionality.
    Tried this FM also - /SAPAPO/TS_DM_LOCK  but of no use.
    As per my requirement I need to Lock the Planning area and then run all the Jobs and then Unlock the planning area. Please help to achieve this functionality. In short I need to Loack the planning areas until I unlock them explicitly.
    Thanks!

    Hi,
    Try these function modules separately ...
      To lock  planning area *******
    CALL FUNCTION 'ENQUEUE_/SAPAPO/E_PAREA'
    EXPORTING
      MODE_/SAPAPO/DM_PAREA_LOCK       = 'S'
        PAREA                            = PL_AREA
      IOBJNM                           =
      SELECTION                        =
      X_PAREA                          = ' '
      X_IOBJNM                         = ' '
      X_SELECTION                      = ' '
      _SCOPE                           = '2'
      _WAIT                            = ' '
      _COLLECT                         = ' '
    EXCEPTIONS
      FOREIGN_LOCK                     = 1
      SYSTEM_FAILURE                   = 2
      OTHERS                           = 3
    IF sy-subrc <> 0.
       MESSAGE 'Planning area not locked' TYPE 'E' .
    ELSE .
       MESSAGE 'Planning area locked successfully' TYPE 'I' .
    ENDIF.
      To unlock planning area *******
    CALL FUNCTION 'DEQUEUE_/SAPAPO/E_PAREA'
    EXPORTING
      MODE_/SAPAPO/DM_PAREA_LOCK       = 'S'
        PAREA                            =  PL_AREA
      IOBJNM                           =
      SELECTION                        =
      X_PAREA                          = ' '
      X_IOBJNM                         = ' '
      X_SELECTION                      = ' '
      _SCOPE                           = '3'
      _SYNCHRON                        = ' '
      _COLLECT                         = ' '
    IF sy-subrc <> 0.
       MESSAGE 'Planning area not unlocked' TYPE 'E' .
    ELSE .
       MESSAGE 'Planning area unlocked successfully' TYPE 'I' .
    ENDIF.

  • MPS run, planned orders were created for all levels ?

    Hello PP members
    I ran a small scenario
    material    MRP Type     Low Level    SG           M/T Type
    A      M0         000             40              FERT
    B               PD              001              40             HALB
    c               PD              002               10             ROH
    Maintained PIRs(MD61) for material A, and ran MD41( Single Item Multi level Planning)
    As material A is an MPS item, I was expecting that it should create planned orders only for material A, but in this MPS run it created planned orders for material B & C. (Looked into MD04, where I see planned orders were created
    for all the levels)
    As per the MPS run, it will plan only for one level of BOM (in this scenario for material A)
    Any suggestions, why planned orders were created for material B & C
    please clarify

    Just check
    System must have created a dependent requirement planned order and not the planned order for requirement you put in demand management for B and C
    i.e. if you enter a demand in MD61 for B and C, run the transaction, system will not consider this requirement during MPS run. MPS run will consider the requirement if the requirement for the child is comming from parement where parent is MPS item.
    Hence you need to run MRPm for B amd C if teh requirement(not dependdent requirement from A) is to be considered.
    I hope you are clear
    Edited by: Rajesha Vittal on Jan 28, 2008 8:06 AM

  • Is it possible to transport variables without the planning areas??

    Someone knows if it's possible to transport variables without the planning areas, only the variables?
    Regards
    Guilherme

    Hi,
    Yes, if the p.area is available in target system.
    Use this report: UPC_TRANSPORT_BPS_ALL
    Regards,
    Suan

  • Shared use of BPS variables across planning areas?

    Hello,
    Is it possible to use 1 var for 2 planning areas? I understand it is area-specific but would like to find out if this is possible so that I can minimize the number of variables to use.
    Thanking you in advance.
    Regards,
    Adette Rosenthal

    Hi Adette,
    With regard to the document that Rael is referring, I think the section that refers to the requirement below may be helpful to you.
    <i>Global variables: From a logical point of view you have the same variables in several planning areas e.g. the actual year. Now you would like to define one ‘leading’ area containing the variable that should automatically set/adjust the corresponding variables in the other planning areas.</i>
    Check the link below.
    https://websmp205.sap-ag.de/~sapdownload/011000358700000413772003E/How_to_variables_exit.pdf
    Hope it helps.
    Cheers
    Anurag

  • BPS User Exit Variable based on Planning Package Selection

    Hi,
    I'm implementing a SAP BW-BPS planning layout to be integrated into the CRM we user interface.
    Most of the characteristic selections come from the CRM fields that need to be filled by the user when creates a trade promotion.
    The charcteristic selections work (as standard) just if in the planning level I flag "Selection in Package", then in package these selections are dinamically defined from what the user select in the CRM fields at runtime.
    My problem is that I have to build a BPS User Exit variable to filter, in the planning level, the proper Planning Area based on the CRM Sales Organization value.
    The characteristic CRM Sales Organization belongs to whose chararcteristic the value is determined dinamically in the planning package.
    Is it possible for a BPS user exit variable, set in the planning level, to catch the value of a characteristic selection made at planning package?
    Many thanks for your help.
    Alessandro

    Hi Indu,
    Many thanks for your answer.
    I have already took a look at the document posted by you but I didn't find the solution to my problem.
    This because i have to create a user exit variable that need to get the value of the characteristic selection in package.
    I mean in the planning level I will have the user exit variable that restrict the planning area and, his function module, need to read, at runtime, what is the value of the characteristic CRM Sales Organization restricted in package by CRM.
    So I don't have any idea to which BPS internal table I have referred to in my funcion module to catch the value of the CRM Sales Organization dinamically filtered by CRM.
    Many thanks,
    Alessandro

  • Transfer variable values via ABAP betweenn planning areas

    Hello,
    I'm using an ABAP-coding (BPS How-To 'variables type user-exit) for transferring variable values between planning areas. It works fine for single-, multi- and interval-selection, but not for single hierarchie nodes.
    I don't want to transfer the values beneath the nodes but the node itself. Has anyone experience with that or changed the ABAP-Coding.
    Note, I'm using a variable type hierarchie as destination and get always a dump, when the ABAP is executed.
    Appreciate your help, thanks in advance...

    Hello,
    I am having the same problem. Can the function module Z_VARIABLE_GET_DETAIL from the "How to...BPS Variables of Type Exit" be modified to get the node value of a hierarchy node variable so it can be used as a global variable?
    Thanks, Linda

  • The loading date, transportation date and planned date on the STO are the same as Delivery dates.

    Hi,
    We have created a Intra plant STO (plant to plant in the same company code). The planned delivery date is 4 days. So if I create a STO today (27th march), the delivery date is 31st march (excl Saturday and Sunday).
    During delivery creation, the loading date, transportation date and planned date are also coming as 31st march. The route determination for the given shipping point and route shows 2 days for transit and 4 hours for pick pack. There is no loading time maintained for the given combination.
    Can you please advice why are the dates coming the same as delivery date during delivery creation without considering the duration maintained in route determination ?
    Thanks!!!
    Anuja

    Hi,
    This is a standard behavior of SAP in case of Stock Transfer PO.
    If you want that the delivery date of receiving plant be transferred to supplying plant, please use BADI MD_STOCK_TRANSFER.
    Hope this helps.
    Regards,
    Prashant

  • Planning area transport issue - Urgent

    Hello Everyone,
    We are in SCM 5.1. In my planning area, there is already data and CVCs. When I make changes to the keyfigure disaggregation calculation type in the planning area and transport the changes from Dev to QA, all the CVCs and data in the QA system gets deleted. One thing to note here is that there is a message in the transport log - "No valid storage bucket profile exists". But that storage bucket profile exists in QA and I made sure to run the time series consistency check in Dev and QA before moving the transport.
    We opened an OSS message with SAP and they released 2 OSS notes and still after applying these 2 notes, the issue is not fixed. Supposedly in SCM 5.1, planning area changes could be transported to the target system without a data loss. Wanted to find out if anyone has come across this issue or if you had transported planning area changes after Go-Live without a data loss in SCM 5 or 5.1. I appreciate your quick reply to this message. Thanks.
    Regards,
    Mohammed.

    Hi,
    I need to run the report - RSDG_IOBJ_ACTIVATE for all the characteristics and keyfigures or just the keyfigures which I have changed in the planning area? Please note that I have changed only the disaggregation type in the planning area and not anything related to that keyfigure in RSA1.
    Do I need to run the report - RSDG_CUBE_ACTIVATE for the internal cube of the planning object structure?
    Please elaborate. Thanks.
    Regards,
    Mohammed.

  • I have allowed my iTunes Match subscription to expire, because of a limited data plan so can't listen to music outside my house. My music files were removed from my computer and are inaccessible without renewing the subscription. How do I get them back?

    I have allowed my iTunes Match subscription to expire, because of a limited data plan so can't listen to music outside my house. My music files were removed from my computer and are inaccessible without renewing the subscription. How do I get them back?

    Hi,
    I presume you deleted the original files as match would not have done so. Do you have a back up. If so, restore your music from that. If not, your will have lost all your music as this needed to be on your hard drive when you unsubscribed.
    Jim

Maybe you are looking for

  • I'm new to working with soundtrack and final cut simultaneously?

    I have to edit a documentary in the coming week for a project. I want to use soundtrack pro alongside final cut pro. Could someone put simply the process of the two working together? for audio connected to video clips in final cut, is the only way to

  • Javascript code for setting output file name of emailed form in Livecycle

    I was given a task of creating a new form with livecycle. I have no knowledge of javascripting so I am struggling with one of the things I am trying to get this form to do. The overview of this form is people around my company fill out this form then

  • App store said Lion installed but 'about this mac' is still 10.6.8

    Dear Apple, I purchased the Lion last night and when I woke up this morning, the App store said Lion installed but when I check 'about this mac', my imac is still in 10.6.8. Tried the software update and reboot, it is still the same. Is there an opti

  • I'm unable to view any discussion in Oracle Community. Please help

    Hello,       I'm unable to view any discussion in Oracle Community. Below is the message which, I'm receiving when I try to view the discussion in Community section.       "Access to this place or content is restricted. If you think this is a mistake

  • BAPI_MATPHYSINV_COUNT

    With BAPI BAPI_MATPHYSINV_CREATE_MULT and after COMMIT, I created the inventory document 100000090 on fiscal year 2006. In transaction MI02 I can see it. Now I try to use BAPI_MATPHYSINV_COUNT, with parameters physinventory = '100000090' fiscalyear =