Cusotm data tab In ME52n, copy release strategy tab details in custom tab

I have created a custom data tab in Me52n using exit mereq001, and I need to get purchase requisition number, releasegroup, release code and release strategy values in the custom data tab screen in order to fulfill my requirement.
I am using the screen exit and trying to code in the include (PBO), But in the include I am not able to get the required data as afore said.
Can you please tell me the procedure for getting the global structure that I can use in the include to get these values?
*Please give me the solution ASAP.

HI,
Use the fm  EXIT_SAPLMEREQ_001 and get the data ..............
data : wa type mereq_item .
call method im_req_item->get_data
  receiving
    re_data = wa
the structure wa will contain the data .....
Thanks,
Shailaja Ainala.

Similar Messages

  • Overall release of PR in Release Strategy

    I have created item-wise release of PR using with Classification of Rel Str.
    But when I am creating overall release of PR I am not getting the tab.
    I made settings in Rel Gp screen (ticked te check box for overall rel) & also ticked the check box in the document type of PR.
    Pl guide
    regards
    VS

    Hi VS
    Am confused. You wrote 'Have created item-wise release strategy' and also asking 'Overall release'.
    If you have "made settings in Rel Gp screen (ticked te check box for overall rel) & also ticked the check box in the document type of PR", then you have configured Overall release.
    If PR does not get release strategy tab at header, it could be due to incomplete release strategies. No release strategy might have been triggered for your PR data. Do you see release strategy tab at item level ?
    Best regards
    Ramki

  • Workflow for release strategy

    Dear All,
    PLz let us know the step by step procedure for worflow for release strategy.
    Regards,
    Arati.

    Hello Arati,
    Please see that you have maintained the release strategy and the same is getting affected in the PO.
    In PO -> Header Data -> Release Strategy (Last Tab) please check the Release Strategy and Release Grp.
    Now go to T - Code /nPFAC .. and enter the ID as 90100005 (PO Approver) and click on display.
    After this on the new screen there are different tabs.. in that click on last (fourth) tab: Responsibilities.
    There you will find responsibilities IDs assigned to each release strategy and Release grp.. of you cant see the same please adjust the layout.
    once you get the responsisbilities ID there for the referenced Release Strategy and Release Grp then go to T - Code /nPP01.
    There you need to do the maping. in the first field it please enter Responsibility and second tab you can put the same responsibility ID whihc u obtained from /nPFAC.
    Then select on applications and then click on new.. n there you can assign the user as a approver. Please check that proper authorization si also given to a user who is mapped for the release strategy...
    Let me know if any confusion ...
    Thanks And Regards,
    Krupesh Kothari.

  • Upload Release strategy into T16FW table

    Hi Guys
    I am trying to uplad data into T16FW table for release strategy but this program is not working , I would be thankful if anyone correct it please.
    *& Report  Z_UPLOAD                                    *
    REPORT ZUPLOAD.
    INCLUDES                                            *
    *INCLUDE ole2incl.
    *&   TYPES                                            *
    TYPES: BEGIN OF ty_t16fw,
           frggr TYPE T16fw-FRGGR,
           frgco TYPE T16fw-frgco,
           WERKS TYPE T16fw-werks,
           otype TYPE T16fw-otype,
           objid TYPE T16fw-objid,
           END of ty_t16fw.
    TYPES: BEGIN OF ty_titles,
           title(20) TYPE c,
           field(20) TYPE c,
           END OF ty_titles.
    *&   INTERNAL TABLES                                  *
    DATA: t_t16fw TYPE STANDARD TABLE OF ty_t16fw,
          t_titles TYPE STANDARD TABLE OF ty_titles.
    *&   FIELD-SYMBOLS                                    *
    FIELD-SYMBOLS: <fs_t16fw> LIKE LINE OF t_t16fw,
                   <fs_titles> LIKE LINE OF t_titles,
                   <fs> TYPE ANY.
    *&   VARIABLES                                        *
    DATA: w_tabix TYPE sy-tabix,
          w_titles TYPE sy-tabix,
          w_line TYPE sy-tabix,
          w_field TYPE string,
          filename TYPE string,
          path TYPE string,
          fullpath TYPE string.
    DATA: data_titles TYPE REF TO data.
    *DATA: e_sheet TYPE ole2_object,
         e_activesheet TYPE ole2_object,
         e_newsheet TYPE ole2_object,
         e_appl TYPE ole2_object,
         e_work TYPE ole2_object,
         e_cell TYPE ole2_object,
         e_color TYPE ole2_object,
         e_bold TYPE ole2_object.
    *&   SELECTION-SCREEN                                 *
    SELECTION-SCREEN BEGIN OF BLOCK b1.
    PARAMETERS: p_file TYPE rlgrap-filename,
    p_objid TYPE t16fw-objid. "no-extension no intervals OBLIGATORY,
    SELECTION-SCREEN END OF BLOCK b1.
    *&  START-OF-SELECTION                                *
    START-OF-SELECTION.
      PERFORM get_titles.
      PERFORM get_data.
    *& AT SELECTION-SCREEN                                *
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL METHOD cl_gui_frontend_services=>file_save_dialog
        EXPORTING
          window_title      = 'Select archivo'
          default_extension = 'xls'
          file_filter       = '*.xls'
        CHANGING
          filename          = filename
          path              = path
          fullpath          = fullpath.
      IF sy-subrc EQ 0.
        p_file = fullpath.
      ENDIF.
    *&      Form  get_titles                              *
    FORM get_titles.
      CREATE DATA data_titles TYPE ty_titles.
      ASSIGN data_titles->* TO <fs_titles>.
      <fs_titles>-title = 'Grp'.
      <fs_titles>-field = 'FRGGR'.
      APPEND <fs_titles> TO t_titles.
      <fs_titles>-title = 'Code'.
      <fs_titles>-field = 'FRGCO'.
      APPEND <fs_titles> TO t_titles.
      <fs_titles>-title = 'Plnt'.
      <fs_titles>-field = 'WERKS'.
      APPEND <fs_titles> TO t_titles.
      <fs_titles>-title = 'Ob'.
      <fs_titles>-field = 'OTYPE'.
      APPEND <fs_titles> TO t_titles.
      <fs_titles>-title = 'AGENT ID'.
      <fs_titles>-field = 'objid'.
    ENDFORM.                    "get_titles
    *&      Form  get_data                                *
    FORM get_data.
      SELECT frggr frgco werks otype objid
      INTO TABLE t_t16fw
      FROM t16fw
      WHERE OBJID EQ 'GAIW'.
    objid eq p_objid.
    ENDFORM.                    " get_data
    Regards
    Chris

    Hi paedro,
    I think coresponding events are triggered by SAP automatically when you release/create a PR. What you need to do is just do Event Type Linkage of those events with your Workflow .
    For this you can use transaction SWETYPV
    Also see
    Please check the configuration for Release groups (Path SPRO->Materials Management->Purchasing->Purchase Requisition->Release Procedure->Procedure with Classification->Set up Procedure with Classification->Release Groups). In this, you should check 'OverReqRel'.
    Check if you are using workflow template WS20000077 (Workflow for overall release of requisition) with object type 'BUS2105'.
    Workflow template WS00000038 (Workflow for requisition release) with object type 'BUS2009', is used for releasing at the item level.
    regards,
    Hareesha k

  • Relation between Version and Release Strategy at Purchase Order level

    Our requirement is as follows:-
    Case: "Document Type" + "Purchase Group"+ "Price-A" ==== Release Strategy "XX" , and it got release by approving authority "YY"
    now, if i edit the vallue of above case to "Price-B", in such a case a new release strategy should trigger and it should go to approving authority "ZZ" in all the cases
    Price-A can be equal to Price- B, Less than or greated than.
    I come to know that, to acheive this we need to activate the version management, MM>>Purchassing>>Verion managemet>>for external document ( Here i have maintaned the veriosn for "F", and "Dcoument type" for "Purchase Org"
    Now the issue is when i created the version with REVNO and CEKKO table, and when i maintain the version for the release strategy , system dont show the tab of release strategy in PO screen, means release strategy is not getting applied on the PO,
    and when i delete the version condition, we can see the release strategy tab in the PO.
    Thanks in advance,
    Vikas Rander.

    Our requirement is as follows:-
    Case: "Document Type" + "Purchase Group"+ "Price-A" ==== Release Strategy "XX" , and it got release by approving authority "YY"
    now, if i edit the vallue of above case to "Price-B", in such a case a new release strategy should trigger and it should go to approving authority "ZZ" in all the cases
    Price-A can be equal to Price- B, Less than or greated than.
    I come to know that, to acheive this we need to activate the version management, MM>>Purchassing>>Verion managemet>>for external document ( Here i have maintaned the veriosn for "F", and "Dcoument type" for "Purchase Org"
    Now the issue is when i created the version with REVNO and CEKKO table, and when i maintain the version for the release strategy , system dont show the tab of release strategy in PO screen, means release strategy is not getting applied on the PO,
    and when i delete the version condition, we can see the release strategy tab in the PO.
    Thanks in advance,
    Vikas Rander.

  • PR release strategy-characteristic values

    Hi All
    Is there any data base table in which Release strategy characteristic values are stored.
    Gobinathan G

    Hi Gobinathan,
    Go through the following link for complete procedure for PR Release.
    http://www.sapstudymaterials.com/2008/08/purchase-requisition-pr-release.html
    Check table CAWN.
    Regards,
    Nani.

  • USRC1, USRC2 in CEKKO table for Release Strategy.

    Hi all,
    Can anybody shed some light on how i can make use of USRC1 and USRC2 in CEKKO table for Release Strategy?
    I see it in the table but i have no idea on how to use them.
    Thanks all.

    Hi,
    SAP has given user defined fileds in CEKKO communication structure which you can use by using user exits to fill in CEKKO.
    These fileds you can use as characteristics for release strategy.
    Details of user exit:
    M06E0004  Changes to communication structure for release purch. doc.
    EXIT_SAPLEBND_002, Changes to Communication Structure for Release of Purchasing Documents
    Description: User exit that control the values in CEKKO for the Release Strategy.        
    Regards,
    Shailesh Mackwan

  • Standard Item overview tab to copied in custom tab - VL31N/VL32N/VL32N

    Hi all,
    I have created a custom tab in tcode VL32N and VL31N and VL33N.This custom tab is displayed after the tab "ITEM OVERVIEW".It has to be exact replica of the tab ITEM OVERVIEW but only with 2 custom fields in the table control for Item details.
    Now my query is:
    When i delete a row (Item)under the std tab ITEM OVERVIEW (which is not  yet saved but only chnages are displayed on screen),i want the same deletion to happen for my table control under my custom tab alkthough the changes on the std tab are not yet saved.
    How do i do this?

    Hi Experts,
    Any suggestions?

  • Rename Custom tab in IW31 transaction

    Hi Friends,
    Anybody has idea of how to change the custom tab name for transaction IW31?
    I have created custom tab using enhancement IWO10018, By default it has come as <b>'Enhancemnt'</b>. How can i rename this to my own name.
    Thanks,
    Satish

    Have you tried editing the screen directly?  The enhancement uses screen 1180 of program SAPLCOIH.  This includes an element CUSTSCR1 for your custom screen area, which appears to be screen 0900 in SAPLXWOC.  Somewhere in one of these two screens you should be able to edit the tab name through screen painter (transaction SE51).  I hope this helps.
    - April King

  • Purchase requisition release strategy tab missing

    Hi all
    I configured purchase requisition release strategy and ME51N is working issuing no error but it is not displaying Release Strategy Tab , please help me where i am wrong.

    hi,
    check few reasons:
    1. There might be more than 1 release strategy using the same class, due to which it is not possible for sap system to determine the unique rel. strategy..this normally happens when you copy the exsisting class and assign it to own new one...
    2. check the release strategy OMGSCK, is there any problem with your release strategy...
    3. Check whether you have maintained all the classified field in the document or not..
    4. check whether the release is assigned to any workflow...if so, then check the inbox pls...
    regards
    Priyanka.P

  • ME52 & ME52N - Release Strategy

    Hi Experts,
    My requirement is to hide release strategy tab for some particular POs depending on the total PO quantity. Through configuration we can remove for all POs, but requirement is to remove release strategy only for some POs in ME52 and ME52N. Are there any user-exits or BADI to do this.
    Please help me in this asap.
    Thanks in Advance.
    Siva Sankar.

    Hi,
    You need to use Transaction Variant SHD0 to achieve what you need.
    Check the details in this link
    http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm
    Regards
    Kiran Sure

  • Why we Maintain the data in Trxn  # CL20N  / CL24N for Release Strategy ?

    Dear All Gurus,
    Please resolve my Query , that during maintaining the Release strategy for a P.O , i used to create characteristics for defined values such as plant , currency , doc. type etc, then creating class and assigning these characterstics with this class created.
    Now after this i had create Release Group , Release Code and Release Strategy and assigned the Rel. Code with the Rel . Str and in Classification tab i had manually mentioned all those created Characterstics in CT04 and finally saved this Process.
    Till now i had not at all made any entry in Trxn # cl20n.
    But when i had create a P.O with all  the values as same as defined in characteristsc , the Rel Str got triggered succesfully.
    My Question is that , what is the use of mainiating data in Trxn # CL20N & CL24N ?
    Please clarify my doubt.
    Many Thanx in advance.
    Rgds
    sap11
    Edited by: Rajeev Chaturvedi on Jan 20, 2011 5:08 PM

    it is just another way to maintain the same thing in the same tables. Classification notspecific to release strategies, materials and batches, vendors and customers can be classified too.
    You can do this from withion those objects, or from the central classification menu using the classification transactions.
    People here recommending this for production system after you have transported the strategy from developement to production. Becaues classification is master data and cannot be transported the usual way. And many here do not know how this can be done with ALE

  • PR Release Strategy tab processor field is not getting displayed

    Hi Experts,
    While creating Purchase Requisition, In the Release Strategy tab processor field is not getting displayed which should be showing the name of the user id which has been configured in the SPRO.
    SPRO--> Rel Proc for PR > Rel Group> Rel Code--> Object type (US) and --> Agent (User id who has to approve the PR).
    release strategy - Release code  -work flow 1
    That processer name is not displaying
    Thanks
    chandoo

    This is the workflow forum.

  • Release Strategy Processor Names under Release Strategy tab for a PReq

    Hello Experts,
    We have situation in Release Strategy for Purchase Requsitions in which we need to display all approvers names under the Release strategy tab for a Purchase Requisition.
    Senerio work as follows.
    Based on the Release strategy customization settings,Purchase Requisition subjected to release strategy selects the approver names from a custom table.
    In the Custom table we have names of the approvers with release codes.
    Purchase Requisition displaying the names of the approvers according to alphabetical order.Hence it displays First one user or approver name under the release strategy according to the approver alphabetical order from the custom table.
    Can we display name of all approvers in one line according to initial investigation there is room for 40 characters under the release strategy tab.
    Let me know if any Standarad OSS notes available for this.
    Amogh

    Hi amogh if you configure with workflow the strategy and the name of the persons are in transaction SU01, you don´t need to put nothing. The release strategy shows the names of the persons that release the document, but if you change one person in the release strategy, the system don´t save history for this, all old documents that have been released for this person, release strategy is blank. You have to do a non standard report that shows what person releases what document.
    I hope that this information help you
    Rose

  • Release strategy tab is not coming in SES

    Hi All,
    I am facing a issue where I have created an SES, and release strategy is assigned to this SES. Problem is somehow the user is not able to see the release tab when he go wants to release the SES. The release tab is missing from the SES.
      Am sure somebody has faced this kind of issue and have any idea how to correct this.
    Thanks

    Hi,
    The direct reason that there is no release icon available in ML81N           
    is inconsistency in the field ESSR-FRGRL for affected SES's.                                                                               
    This field should be filled with 'X' as all those SES are subject            
    for release.                                                                               
    Have you changed customizing for involved release strategy recently ?        
    If a relase strategy is created with a certain name and documents are          
    created with respect to it afterwards, this release strategy should be         
    changed then IF AND ONLY IF a NEW name is assigned to it as well. In           
    other words, if such a strategy is already use, it should be RENAMED           
    before applying the desired changes.                                                                               
    Otherwise you will run into the observed inconsistencies when trying to        
    edit documents which were created BEFORE the strategy was changed              
    (since the system at some point always checks the NAME of the strategy         
    to be changed, NOT the content).                                                                               
    So if this case happens only for already created SES a good solution           
    for it is to delete affected SES and create a new one with changed             
    release strategy.                                                              
    I would delete affected SES and create it again.           
    It seems to be the fastest way to resolve this issue.      
    If you need a correction for this inconsistency issue, please open a SAP ticket for your problem.
    Regards,
    Edit

Maybe you are looking for