Transport for delete planning layout

is it possible to create a transport request for deletion. i would have to delete a planning layout i created using FAGLPLC(new g/l planning). i do not use this anymore and would like to delete it from the system and propagate the same to other environment(testing) . could you please let me know if it is possible to do so.

thanq,
ur correct that, looks like, ONLY standard lay outrs r transportable. bcoz, when I used my_alv_layout, I did  NOT see the SETTINGS option in MENU, instead there is ?????????????????????????????
1) So, Is there any alternative for my requirement?
OR
2) pls. see my other thread, with title, Can I TRansport a table entry of LTDX, which DELIVERY CLASS is E, ALLOWED?
Its about the TRANSPORTING the same new entry content from TABLE of LTDX , as its "E" type?
and
3) pls. let me know, Wht is the flag to show the alv field as CURRENCY?
thanq
Edited by: Srinivas on Mar 18, 2008 2:50 AM

Similar Messages

  • Function modules or BAPI for deleting plan costs on a cost center

    Hi all,
    I search for a function module or bapi to delete plan costs / activity on a cost center.
    At the moment I update the planning with 0, but that cause a mass of needles entries on the cost centers.
    For check and posting I use the function group 6026 - BAPI_COSTACTPLN_* ,
    but there is no function for deleting.
    Has anyone an idea?
    Thx for help - points as reward !

    check
    BAPI_COSTACTPLN_POSTACTINPUT   Activity Input Planning: Posting                
    BAPI_COSTACTPLN_POSTACTOUTPUT  Activity/Price Planning: Posting                
    BAPI_COSTACTPLN_POSTKEYFIGURE  Stat. Key Figure Planning: Postings             
    BAPI_COSTACTPLN_POSTPRIMCOST   Primary Cost Planning: Postings                 
    BAPI_PDTRANSCO_POSTPRIMCOST    Transfer of Planning Data: Post Primary Costs   
    K40C                           CO Actual Postings, Manual                      
    BAPI_ACC_PRIMARY_COSTS_POST    Accounting: Post Primary Costs                  
    BAPI_COPAACTUALS_POSTCOSTDATA  BAPI Operating Concern: Post Costing-Based Actua
    BAPI_PRIM_COST_CHECK_AND_POST  Primary Costs: Formal Parameter Check           
    S@meer

  • Transport for deletion group module

    Hi
    I try to delete FM from another system by transport task but this delete only some parts of this.
    When I put transport then function group is deleted bu FM is stille exists and after click show me error in group module.
    How to complete delete this. Can I try to create some own transport task deletion manually?
    Thanx for any help

    Hello Kosmo,
    I believe you're not deleting the FM structure - or any other FM object, only the Function Group (R3TR FUGR - Function Group)
    To make sure you've deleted everything related to that FM, include the following objects on the request:
    LIMU  FUGT     Function Group Texts (if applicable)
    LIMU       FUNC     Function Module
    R3TR FUGR     Function Group
    R3TR FUGS     Function Group with Customer Include: SAP Part (if applicable)
    R3TR FUGX     Function Group with Customer Include: Customer Part (if applicable)
    I hope this helps.
    Best regards,
    Tomas Black

  • Upload the master Excel for BPS plan Layout

    Hi,
    I have made some changes to the Excel as given in below link
    http://help.sap.com/saphelp_nw04/helpdata/en/24/9ffa0b783d11d4b2fd0050dadfb23f/content.htm
    when i am trying to upload the excel where i did some changes but they are not efective in Planning layout.
    Please suggest
    Thanks,
    Joseph M.

    hi,
    i have some sample code(taken from some source)
    DECLARE
    application ole2.obj_type;
    workbooks ole2.obj_type;
    workbook ole2.obj_type;
    args ole2.list_type;
    worksheets OLE2.OBJ_TYPE;
    worksheet OLE2.OBJ_TYPE;
    BEGIN
    application:=ole2.create_obj('Excel.Application');
    ole2.set_property(application, 'Visible', 'True');
    workbooks := OLE2.GET_OBJ_PROPERTY(application, 'workbooks');
    args:=ole2.create_arglist;
    ole2.add_arg(args, 'FILE_NAME');
    workbook:= ole2.invoke_obj(workbooks, 'Open',args);
    ole2.destroy_arglist(args);
    args:=ole2.create_arglist;
    ole2.add_arg(args, 'c:\Pasta1!teste'); --how to pass the arguments
    ole2.invoke(application, 'Run', args);
    ole2.destroy_arglist(args);
    ole2.release_obj(workbook);
    ole2.release_obj(workbooks);
    ole2.release_obj(application);
    END; but i don't know how to pass the arguments(i have to pass the excell cell values(data)as an arguments)
    Suggest me to proceed further..
    Thanks..
    Edited by: user13329002 on Nov 13, 2010 1:16 AM

  • Release of Locks for SEM Planning Layouts in EP

    Hi,
    We are using SEM Web Layouts and they are being displayed through the SAP Enterprise Portal.
    To avoid messages when navigating between layouts, we have set the Independant Application Flag to False in the Web Layout Customising, however this is currently resulting in the locks not being release when you navigate away from the BSP within the portal.
    How can we get the portal to release the lock when navigating away from layouts.
    Thanks
    Sakhr

    You can only UPDATE after the LOCK is being released, to check if it LOCKED use SELECT * FROM TABLE1 WHERE ..... FOR UPDATE NO WAIT
    IF locked you will get the following mesg.
    ERROR at line 1:ORA-00054: resource busy and acquire with NOWAIT specified
    Thanks

  • Using BAPI_REQUIREMENTS_CHANGE for deleting planned inde.requirements

    Dear all,
    Pls let me know how we can delete a requirement in MD62 using BAPI_REQUIREMENTS_CHANGE. If we check delete _old parameter in BAPI that also doesn't work.
    Helpful answers will be rewarded.
    thanks in advance!!!
    Sankar M

    Hi Sankar,
    Please check the below link that explains the issue.
    [http://www.sapfans.com/forums/viewtopic.php?f=13&t=211754&start=0&st=0&sk=t&sd=a]

  • "Marked for Delete" flag in Hyperion Planning

    Does anybody know how can I set "Marked for Delete" value by ODI? I have reversed planning model by RKM, but it hasn't field "Marked for Delete".
    Thanks a lot in advance

    user11340418 wrote:
    Hi John,
    In that case, what is the best practice for deleting a Hyperion Planning shared member.
    I have to delete a shared member manually from Planning front end.
    Is there a better way for deleting planning members?
    Cheers,
    RSHi, the Marked for Delete is nothing to do with deleting shared member.
    You can can delete members by using the Operation column and it set to Delete, you will have to provide the member to delete and the storage type of Stored.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Capture transport for infoobject delete

    we have an infoobject that we need to delete across systems. How do we capture the transport for deleting the infoobject?

    I know of two ways to do this.  If the info object is still in DEV, delete it and attach that delete to a transport.   Move that transport as usual. 
    If you have already deleted the info object, then you can no longer do this.  The only other alternative is to open up the systems and delete the object directly.
    Brian

  • Planning Layout Challenge

    Hi all,
    Our customer has the following requirement for a planning layout that we are struggling to configure.
    Any ideas or help from your side will be greatly appreciated.
    They use transaction KP06.
    On the Selection screen (General data selection) they want the following:
    Version:
    Fiscal Year:
    Cost Center from:    Cost Center to:     OR Cost Center Group:
    Source Cost element from:          Source Cost Element To:     OR Source Cost Element Group:
    (they want to use multiple coste elements to calculate a single cost elements value according to the formula: Source Cost Elemet 1 * 10% + Source Cost Element 2 * 10% = Target Cost element)
    Target Cost Element:
    For the planning entry screen it should look like this:
    Header - Fixed as per General Data Selection
    Version 0
    Fiscal Year 2011
    Period 1-12
    Cost Center: As per entry screen
    Leading Column: Cost Element
    2nd Column: Target Cost Element
    3nd Column: % Increase (to be enterd)
    4rd Column: % Applied (Fixed and can not be changed)
    I hope this is more or less clear on their requirement.
    One of the consultants did manage to get something close, but the problem is they want to be flexible on the Sending cost elements to be used and not fixed to 1 or more, and also the sending cost elements were placed in the columns, but again the they are fixed as per entries on the selection screen.
    I hope someone can please give me some idea how to achieve this.
    Thank you in advance.
    Louise

    Hi
    I Agree with Eli, KP06 can not be as flexible as this....
    You would need to calculate it outside SAP and upload in KP06.. You can build your Excel sheet with all the relevant formulaes
    Or else, if you have BW, you can build this model there and using RFC you can push these values into KP06... But this will take some time to develop
    Regards
    Ajay M

  • Marked for delete

    delete

    user11340418 wrote:
    Hi John,
    In that case, what is the best practice for deleting a Hyperion Planning shared member.
    I have to delete a shared member manually from Planning front end.
    Is there a better way for deleting planning members?
    Cheers,
    RSHi, the Marked for Delete is nothing to do with deleting shared member.
    You can can delete members by using the Operation column and it set to Delete, you will have to provide the member to delete and the storage type of Stored.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Planning layout can no longer be displayed after transport

    Hello everybody,
    I have transported a planning area with all levels and so on.
    I have several Manual Planning Layouts with key figures in data columns and rows defined individually.
    I am using defined values of G/L Account characteristics in Lead column, each row is defined by a G/L Account number of a specific Chart of accounts predefined in the Header.
    I load my G/L Account numbers with the same flat file in Development system and in Production system but after transport the layout cannot be displayed.
    If I maintained G/L account characteristic in RSA1 on production system, I find all the account numbers for my Chart of accounts but if I try to define a value of G/L Account in my planning package, I do not find any values on my Chart of Account???
    Could you help me??
    Regards,
    RaMa

    Switch cube Load <> Planning solves the problem...
    Thanks !
    RaMa

  • Transport of planning layouts and planning profiles (CO - Cost Center Acc.)

    Dear Experts,
    I am new to SAP CO and would like to transport new planning layouts and planning profiles. Therefore I clicked on transport and the following customizing task is added to my transport request:
    IMG Activity  Create Planning Layouts for Cost Element Planning
    -> ke34
    ->
    CEFORMC
    CEFORMF
    CEFORMS
    CEFORMT
    CEFORMV
    CEFORMW
    CEPRINT
    CESETS
    TKEBS 
    TKEP1 
    TKEP2 
    TKES1 
    TKES2 
    TKES4 
    TKES5 
    TKESK 
    The transport worked without error.
    Unfortunately none of the layouts arrives in test environment.
    Do you have any idea of what I could have forgotten?
    Thanks a lot!!
    Thomas

    After you have released the transport request, the objects of the request are available in the target system and the target clients. If you want to carry out a client copy within the same system, proceed as follows:
           1.      Log onto the system in the desired target client.
           2.      Start the client copy (Tools > Administration > Administration > Client Administration > Special Functions > Copy Transport Request; transaction SCC1) and enter the source client and the number of the transport request.
           3.      Then start importing the objects.

  • Transportation lane for special procurement key is flagged for deletion

    we are on SCM 7.0 and ECC 5.0 and transportation lane records are automatically created for items with special procurement keys (SPK). When we change an SPK, the old record is automatically being locked and flagged for deletion. This is causing planned orders in the old lane to not be replanned. it is therefore incorrectly indicating that a requiremnt is being met by the old planned receipt.
    The documentation indicates that the lane should be locked (not locked and flagged for deletion). When it is locked, the orders are deleted and replanned in the new lane as expected.  Can someone tell me if the correct behavior is for it to just be locked or to set to flagged for deletion? if it is supposed to be flagged for deletion, how do we delete the planned orders in the old lane without switching the record back to locked only?

    Hello,
    Please follow on the SAP Help library:
    Automatic Creation of Transportation Lanes
    http://help.sap.com/saphelp_scm50/helpdata/EN/d4/56ef1a5572544081619 a5f87f4055e/content.htm
    Change of Supplying Plant in the Special Procurement Type
    In the SAP R/3 system, if you have changed the supplying plant in the special procurement type, the SAP APO system creates a new transportation lane for the new supplying plant (from special procurement type) and material/plant combination. The already existing transportation lane and now invalid combination between supplying plant and receiving plant in the R/3 system is locked for orders in the SAP APO system. This can be recognized by the lock indicator X that is set by the system.
    Removal of Special Procurement Type from the Material Master Record
    If you have removed the special procurement type from the material master record in the SAP R/3 system, the SAP APO system locks the already created transportation lane so that it cannot be used in orders.
    Hope it helps in this matter.
    The best regards,
    Michel Bohn

  • How to Delete Transport request for Delete client

    Hi guys,
    We are going for upgrade from 46C to ECC.
    we found client XXX does not exists but Transport request for the client XXX does exists. so we plan to delete it or release it before going to upgrade.
    But SAP does not allow me to delete or release it. Is there any special way to deal this issue.
    Please suggest me.
    Thanks
    Jaichan

    You could have the lost client XXX recreated again by system administrator using a "minimal" client copy (just users), should take only minutes and not much disk space.
    Then you can release or delete the transports, afterwards delete the client again.
    I don't know another way of doing it.
    Thomas
    P.S. all the other replies so far do not take into account that you cannot change transports that were created in a different client.
    P.P.S did you ever look at the long text for message TK056? This clearly explains your options here
    To transfer the request to the current client, proceed as follows:
    1. Go to the request overview.
    2. Position the cursor on the request and choose Request/task -> Display/change.
    You are asked if you want to copy the request and all tasks belonging to it to the current client.
    3. Answer "Yes".
    The request is copied to the current client, and can then be edited as normal.
    Note
    For this procedure, you require the "Change source client" authorization contained in the SAP standard authorization S_CTS_TR_ALL.
    You can copy only your own requests to another client.
    In order to copy other users' requests, you first have to assign them to you.
    You can reassign the request to you in another client only if the original client no longer exists (prerequisite: You want all client-specific entries to be deleted).
    I was not aware of this up to right now...

  • Planning Layout for Activities

    Good morning gurus,
    my need today is the following:
    I have a dummy activity type with a price manually planned on a dummy cost center
    I have quantities to plan on wbs elements
    I have a planne margin valid for one year
    I want to insert in the planning layout this margin (as statistical key figure or i don't know...)
    Eg:
    - Activity tipe PreConfig01 with planned price 10.000,00u20AC on Cost center Offset_Plan
    - Planned quantities are 10 on WbeXX and 20 on WbeYY
    - My yearly planned margin for 2011 is 20%
    - When i use Tcode CJR2 with layout 1-702 i would obtain 120.000,00u20AC and 240.000,00u20AC as result of my planning, instead of 100.000,00u20AC and 200.000,00u20AC that i get now.
    Does anybody know how can i customize the layout using skf or formulas?
    I don't want to hardcode the margin as a formula in the layout; i want to maintain it as master data in order to easily update it every year.
    Thanks in advance,
    Enrico

    Does anydody know something to in matter?

Maybe you are looking for