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

Similar Messages

  • Variable in the planning level

    Hi,
    One variable X is assigned to Y characterstic in the Selection tab of planning level.
    I want see the properties of X variable, i want to see the defination part of X varaible.
    where can i find the x variable?
    It would be great help for me.
    will assign the points.
    thanks
    BPS

    Hi Maynak,
    Thanks for ur quick reply.
    I assigned the points.
    So my question is : if i want the see vairable properties do i need to change the planning area to change mode?
    Is it any other way without changeing the planning area to change mode to find out the variable dfination part.
    Please help me in regards.
    thanks
    BPS

  • I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network?

    I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network? I use the files on the Local Area Network on my windows computer by typing in the I.P address in the library. Kindly guide me how i can use these files stored over the Local Area Network.

    I disabled GateKeeper's automatic blocking of unrecognised developers, and so I was able to install the driver.
    The Mobile Connect program is now installed, but the computer still does not recognise the modem.
    I also borrowed a USB hub from a friend and it didn't make a difference.

  • Using attribute variables in the planning folders

    Hi all,
    Is there way to use attribute variables in the planning folders?
    There is a following situation. We have a number of cost centers (0COSTCENTER). Cost center has responsible person (0RESP_PERS) as attribute.
    We planning some costs for cost center.
    To select certain cost center to cost planning we created
    variable ZVAR1 as type CHAR and placed this variable in the header of planning folder.
    Now we have to restrict list of cost center for selection according to selected responsible person.
    Of course, I can add 0RESP_PERS to my cube, create variable ZVAR2 as type CHAR based on this character. Then place this variable to folder. For variable ZVAR1 use type of replacement as "User Exit" and ABAP routine will restrict list of available cost centers based on value of ZVAR2.
    But... Is there way to use variable with type of attribute and place this variable to header of folder?
    Thanks in advance!

    Hi Dmitry,
        Yes, you can use the attribute variable in your folder.
        Just create attribute variable with 0COSTCENTER as the basic char and 0RESP_PERS as attribute.then when you create your folder with UPSPM, make sure to choose notweb-enable type then under the variable category you will see the the attribute vairable you just created at BPS0, just drug it to you folder, you are done.

  • I have an iPhone 4S-whenever I take a picture using the flash, all I get is a white blob-pictures without the flash are fine.  I tried using different cases, thinking a bounce off the case might be the problem, but the same thing happens.  Any suggestions

    I have an iphone 4s - whenever I take a picture using the flash, all I get is a white "blob".  Pictures without the flash are fine.  I thought the flash bouncing off the case might be the problem, but when I used different cases I still had the same problem.  Any suggestions?

    I have an iphone 4s - whenever I take a picture using the flash, all I get is a white "blob".  Pictures without the flash are fine.  I thought the flash bouncing off the case might be the problem, but when I used different cases I still had the same problem.  Any suggestions?

  • How to use global variable defined in planning area in FOX

    Hi guys
    I meet a situation that needs to use variables defined in planning area in FOX.How to code?
    My situation as follows:
    Two variables are defined in planning area,one is zcomp_code,the other is zfiscyear.
    There are two key figures in the planning area,one is sales volume,the other is delta(%).
    I want to use sales volume multiplied by delta(%) in selected zcomp_code and zfiscyear by users.
    Anyone can help?
    Thanks in advance.

    Hi Eric
    check this example
    in fox you shoud declare your data and after call your variable
    after this you could easily operate on data using the f4 for definig the right fox operators
    DATA FYEAR TYPE 0FISCYEAR.
    FYEAR = VARV(PLANYEAR).
    {0COPANETRV, FYEAR,CRA,020} =
    {0COPANETRV,FYEAR,CRA,020} *
    ({ 0CP_DELTAB,FYEAR,CRA,020} + 100 ) /100.
    {0CP_DELTAB,FYEAR,CRA,020} = 0.

  • Non zero values in the extraction of the planning area

    In our DP implementation we have been trying to extract 2 key figures  from the planning area, one of the key figures might have zero values, when we set the indicator for the non zero values then it only eliminates the records for which both the key figure are zero but that is not what I want. I am trying to have a setting in the data source where we can reject the records even if one of the key figure has zero values.
    Are there any settings for that while we are generating the data source.
    Thanks in advance

    Hi Colin,
    This can be easily solved using a slightly different ABAP routine. You can assign the fields that you need to check into other field symbols and then check the value of those field symbols.
    Here's one possible solution. I based in from the ABAP code you posted.
    field-symbols: <LS_EXTR_BLOCK> TYPE any,
                         <ls_fcst> type any,
                         <ls_hist> type any.
    data: w_pos type sy-tabix.
    loop at ct_data assigning <LS_EXTR_BLOCK>.
    w_pos = sy-tabix.
    assign component '/BI0/9AVCORFCST'
       of STRUCTURE <LS_EXTR_BLOCK> to <ls_fcst>.
    assign component '/BI0/9AVCORHIST'
       of STRUCTURE <LS_EXTR_BLOCK> to <ls_hist>.
    if <ls_fcst> = 0 and <ls_hist> = 0.
      delete ct_data index w_pos.
    endif.
    endloop.
    Aside from the solution above, you can also define the structure of CT_DATA (that's basically the structure of the extract structure of your datasource). You can then assign the contents of CT_DATA to a field-symbol and the delete data using that field symbol.
    Here's an example:
    TYPES:
    TY_DATA_TABLE type table of *PUT THE NAME OF YOUR EXTRACT STRUCTURE HERE*.
    field-symbols:
    <FS_DATA_TABLE> type TY_DATA_TABLE.
    DELETE <FS_DATA_TABLE> WHERE /bi0/9avcorfcst = 0
    and /bi0/9avcorhist = 0.
    You can check the name of the extract structure by viewing table /SAPAPO/TSAREAEX field EXPORT_STRU. You can also see the name of the extract structure in debug mode by looking at the value of the parameter IV_DDIC_REFERENCE.
    Hope this helps

  • Taking long time to load from the planning area to the cube since cvc big?

    Hi all,
    We have a huge number of cvc for various countries, while we are planning to load the data from the planning area to the cube using those cvc it consuming 40 hours.
    I happneed to check the cvc are more than 15,000 that is one reason. But i still need to improve the time taken to load the data from the planning area to the cube using the process chain.
    I happened to split the process chain to load data respectively to the sales organisation but still the same!!
    Can anyone help me nor recommend the sap process to improve the data loading from planning to cube in apo demand planning?
    Thanks
    Pooja

    Hi Pooja,
    15K is not huge at all. We have worked with 50k and still managed do the extract into cube in about an hours time.
    Pls help me understand a few things, so that we can help you better.
    1) Number of KF?
    2) Number of Periods?
    3) Key Figure Storage types - Is there any KF stored in Infocube rather than Time Series, this can be found in the Key Figure details in the Planning Area.
    4) Pls explain your data flow like PA--> Datasource --> Communication Structure --> UPdate rules --> Cube???
    5) Are you using Parallel extraction in your Datasource? This can be checked in Data Extraction tools from your Planning Area Screen.
    Few general tips.
    1) Parallelize your datasource.
    2) Load into PSA and Infocube parallely.
    3) Do not include KF stored in Infocube for your backup, use only KF stored in LC.
    Thanks
    Mani

  • Help: An error when I initial the planning areas:internal error

    Hi,
      An error when I initial the planning areas, I create time series objects for planning area DP01, system show an error message to me as follow:
      internal error [/SAPAPO/OM_TS_TGRID_CREATE]
      Message no. /SAPAPO/TSM099
    Thanks,
      Thomson

    Hi Thomson,
    I think in planning area you did not only add the time series key figures
    to the planning area but also defined key figure semantics for those
    key figures. This must not be. To see those semantics you can check
    the key figure details in transaction /SAPAPO/MSDP_ADMIN on the
    key figure tab by selecting key figure details. For the time series
    keyfigures, the semantics column is filled with values like 300, 301,
    etc. If you wants to use time series key figures in addition
    to the standard SNP-key figures, the semantics field has to be empty.
    You can compare that with the settings in the other planning area where
    everything is working fine.
    If this is not the case then please refer the below note and execute the consistency reports as in note:
    577038     Data inconsistencies in SNP
    Regards,
    Sunitha.

  • How to view the Planning area, folders, pmr group used in web interface?

    Hi Gd Morning,
    I am new to web interface in SAP bw 3.5 BPS- web interface. I can see a couple of Web interface developed i want analyze one of them how do i see what is the planning area, parameter group they are selected in the web interface.
    Thanks
    Pooja

    Hi all,
    When u right click on the container or any of the objects there in you can see the properties which describes about the planning area, planning package, parameter group been used.
    Thanks
    Pooja

  • Urgent!!! How to give a value to a BEx variable in the planning fuction?

    Hi all,
    does anybody know how can set variable's value in the palnning fuction (type exit) in IP?
    The two function modules in BPS which make this job don't work in the IP.
    thanks very much for any proposal.
    hongwei

    Hi,
    Reg the first part of the question, can you please explain how do you want to capture the variable for the custom planning function? Because, when I look at standard functions delivered by SAP, in the FROM CHANGE and TO CHANGE(for example copy function), we can select the BI variables or create new variables also.
    To pass the values to this variable from BEx Analyzer, we need to use the command range in BEx Analyzer and capture the values.
    I have used this approach to capture the BEx variable values into a FOX function using VARV function, but Im not pretty sure how to pass it to a custom planning function.
    Regarding the second part of the question can you pls look at FM :   RSPLSSE_PLSEQ_EXECUTE. I think you need to embedd your planning function into a sequence and call it with the above FM.
    You can also have a look at the ABAP program that is used to trigger a planning sequence by placing a breakpoint in any of the planning functions : "RSPLS_PLSEQ_EXECUTE" wherein you can pass the sequence name in the variant.
    Rgds
    Shyam

  • Is it possible to edit comments while the comments are being filtered?

    I don't seem able to update comments while Show By Status filter is on.  Is this possible?

    Hi,
    I think that you are in the wrong forum. You should report in the Acrobat forums: http://forums.adobe.com/community/acrobat.
    Niall

  • How to delete unreleased transport request where the objects are locked

    Hi Experts,
      I was created a transport request, but I am facing some probelms with taht request, now I want to delete transport request. I tried to delete them in SE10, I am getting message that the objects are locked. Please tell me how to delete unreleased transport requests where the objects belong to this transport request are locked.

    Hi,
    First go to transaction se03 Choose "Unlock Objects (Expert Tool)" option under "Requests/Tasks" and unlock your task,
    Than go to se10 and delete what you want.
    I hope it helps.
    Bulent

  • How to identify Which function modules are used in the planning area?

    Hi all,
    there are couple of function module derviation is used to derive the calendar year, month, fiscal period etc.
    But how to identify which function module is used in which planning area?
    I cant find out from the where used list from function modules?
    Thanks
    pooja

    Hi Pooja,
    Go to characteristic relationship tab,click on detail icon on extreme left of the derivation,there you will get the name and the details of function module used for derivation.
    Regards,
    Indu

  • Anyone know what the plans are for us 'can't haves...

    So my exchange was Infinity enabled well over a year ago and after the period of waiting in anticipation hopes were dashed with messages of my cabinet not being enabled etc and I aslo suspect there is something 'interesting' about my connection as there is no master socket in the house (built late 1980's). Anyone have any clue what the 'plan' is for getting high speed broadband to property's such as those in my road -  BT obviously being unable to say anything on the topic!

    kmitty wrote:
    So my exchange was Infinity enabled well over a year ago and after the period of waiting in anticipation hopes were dashed with messages of my cabinet not being enabled etc and I aslo suspect there is something 'interesting' about my connection as there is no master socket in the house (built late 1980's). Anyone have any clue what the 'plan' is for getting high speed broadband to property's such as those in my road -  BT obviously being unable to say anything on the topic!
    It is just a case of waiting for the next round , and then the next round and so on.
    You can help by getting all local residents , businesses to regiister an interest for infinity. You can also get your local council, councillors, and MP's to pit presuure on BT to include your cabinet in a future round of upgrades.
    The lack of a master socket means absolutely nothing.
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

Maybe you are looking for

  • Business address points to wrong location on map

    When entered into the Apple maps app, the address of my business sends my customers 15 miles away into the boonies. I have done the report a problem and moved the pin in the app NUMEROUS times over the last 6 months. Is there any way to contact someo

  • HP Laserjet 200 Color M276nw finds no internet

    Hello, My printer cannot connect to Internet.  It connects to the network wireless perfectly but no internet. How can I fix this?

  • URGENT: Multiple line items in delivery document created for a STO

    Hi Gurus, We ar ecreating deliveries using VL10b for a STO. Teh TSO has 40 - 50 line items. But the delivery is created with one line item only an dit creates a delivery for each line item. How cna we allow the inclusion of multiple line items in del

  • Scanning problem

    I am using Acrobat Pro 9 (9.4.4) on a Win 7 Pro (64) OS. I am using an Epson GT-S50 scanner. I was experiencing a problem with a dark line across the bottom of all scans. Epson changed or updated the driver and the problem line is gone. However, when

  • Jdeveloper - af:table scroll bar disappearing/truncating

    Hello, I'm having some issues with an af:table bound to a view object. The table is displaying questions to be administered to students applying for a scholarship. New questions can be created via a popup.. new questions are committed when the user c