Parameter ID of tcode SE01

hi
please tell me the Parameter ID of tcode SE01
thanks all.

Gaurav,
Hope the followin documentation will be some help to you.
To fill the input fields of a called transaction with data from the calling program, you can use the SPA/GPA technique. SPA/GPA parameters are values that the system stores in the global, user-specific SAP memory. SAP memory allows you to pass values between programs. A user can access the values stored in the SAP memory during one terminal session for all parallel sessions. Each SPA/GPA parameter is identified by a 20-character code. You can maintain them in the Repository Browser in the ABAP Workbench. The values in SPA/GPA parameters are user-specific.
ABAP programs can access the parameters using the SET PARAMETER and GET PARAMETER statements.
To fill one, use:
SET PARAMETER ID <pid> FIELD <f>.
This statement saves the contents of field <f> under the ID <pid> in the SAP memory. The code <pid> can be up to 20 characters long. If there was already a value stored under <pid>, this statement overwrites it. If the ID <pid> does not exist, double-click <pid> in the ABAP Editor to create a new parameter object.
To read an SPA/GPA parameter, use:
GET PARAMETER ID <pid> FIELD <f>.
This statement fills the value stored under the ID <pid> into the variable <f>. If the system does not find a value for <pid> in the SAP memory, it sets SY-SUBRC to 4, otherwise to 0.
To fill the initial screen of a program using SPA/GPA parameters, you normally only need the SET PARAMETER statement.
The relevant fields must each be linked to an SPA/GPA parameter.
On a selection screen, you link fields to parameters using the MEMORY ID addition in the PARAMETERS or SELECT-OPTIONS statement. If you specify an SPA/GPA parameter ID when you declare a parameter or selection option, the corresponding input field is linked to that input field.
K.Kiran.

Similar Messages

  • Can PID (Parameter ID) be set as a default by TCODE or Role Level

    Hi, Any one has any idea if PID (Parameter ID) and its value can be set as a default at TCODE or at Role Level?
    Thanks in advance.
    Syd.
    Addendum:
    Re: Can PID (Parameter ID) be set as a default by TCODE or Role Level
    Posted: Oct 17, 2006 9:38 AM        Reply      E-mail this post 
    Thanks for the reply, you have mentioned try creating a Transaction variant or a Transaction parameter.
    Here is my question?
    1. Can we set a default Parameter ID at TCODE level so, if any user execute a transaction who has access to execute it, he will have Parameter id and its value as a default?
    2. Can PID be set as a default for SAP TCODE or Custom TCODE, or can be done for both, if it can be done then, How?
    3. Can PID be set as a default for a particular Role or profile?
    Message was edited by: Syed Alam
    Message was edited by: Syed Alam

    Hi JC,
    Yes, I agree.
    A small disclaimer however is that we dont know which transaction is being refered to.
    Creating a transaction variant with the parameter set for it could enable the use to navigate further and back again and in doing so "shed" the screen which the transaction (initially with variant parameter and skip screen) originally gave them.
    Using a user-exit to set the parameter can in some cases be closer to the functionality (irrespective of how the user gets there) and be more reliable. But in this case an adventurous user will be likely to trick it anyway if they want to.
    If the decision is made to use PIDs in the coding, then it is a decision that the user can influence the value (in my view). If coding makes insecure use of PIDs, then it is a design error in the coding.
    Cheers,
    Julius

  • Difference between parameter id SAG and VRT

    Hello ABAP Experts,
    I just want to know your insights why when i set my parameter id to vrt it will not skip the first screen of tcode me39 but when i set it to sag it will skip the first screen of me39. When i check the parameter id of tcode me39 it was set to vrt only and sag is not displayed.
    CAn anyone enlightened me with this? thanks
    Rewards will be given.

    I am working on ECC6.0
    when Using the Parameter id VRT it is working fine for me. and other SAG is also working fine.Ideally we should use VRT , since it is directly linked it should work.
    The reason is check this,,, in the iclude
    MM06EO0D_D0205_GET_PARAMETER
    MODULE D0205_GET_PARAMETER OUTPUT.
    * Belegnummer über Parameter-Id nur holen, wenn noch nicht anderweitig
    * vorbelegt ist (z.B. in ME38-Aufruf aus ME57)
       CHECK RM06E-EVRTN EQ SPACE.                                "4.0B TK
       CASE T160-BSTYP.
          WHEN BSTYP-KONT.
             GET PARAMETER ID 'CTR' FIELD RM06E-EVRTN.
          WHEN BSTYP-LFPL.
             GET PARAMETER ID 'SAG' FIELD RM06E-EVRTN.
          WHEN SPACE.
             GET PARAMETER ID 'VRT' FIELD RM06E-EVRTN.
       ENDCASE.
    ENDMODULE.                 " D0205_GET_PARAMETER  OUTPUT
    Regards
    Vijay babu Dudla

  • SU53 - Tcode for offending transaction missing

    Hello,
    When an authorization error occurs (rel. 6.20), the data concerning the error are kept in SPA/GPA parameters. Transaction SU53 GETs the info and display it together with info from user-authorizaton. It's very nice, but we miss Tcode for the offending transaction. (In some cases Tcode is a part of error-msg, but we want the Tcode in all cases.)
    The data is set by basis ('AUTH_CHECK_TCODE' and others), and here we cannot modify.
    We are developing ZSU53 (copy of SU53) as a part of an authorization utility.
    Have You any idea on how to get <u>the offending Tcode</u> in SU53 / ZSU53 ?     
    Can anyone understand why this is not included in standard SU53? It would be so easy to SET a new parameter with SY-TCODE in the right place ?
    Regards Lars

    "Can anyone understand why this is not included in standard SU53? It would be so easy to SET a new parameter with SY-TCODE in the right place ?"
    I think your answer is simply that SAP expects you to speak to your users.
    Issues of security should be handled on a case-by-case basis... not resolved through automation.
    If you are cloning SU53, then you have your solution.  You will need to store off sy-tcode.

  • Relocations in SE01, SE09, SE10

    Hi All,
    There is an option RELOCATIONS in the tcodes SE01, SE09 and SE10 (Transport Organizer). Please provide information regarding this option.

    Hello Arun,
    Basically every object in a SAP system has a 'source' system where the original version of the object is held. You can only change that object in the original system. This is supposed to prevent that object from being changed in two different systems.
    E.g. You have systems XX1 and XX2. Both systems transport into XY1.
    If you would be allowed to change a certain object in XX1 AND XX2 changes done in the object in XX2 will overwrite changes made to the object in XX1 if the change from XX2 is transported after the one from XX1.
    To avoid this an object has a source system and only there the original can be changed. If you want to transfer the original from one system to another, then you would use a relocation.
    In the above example assumed that the original of the object is XX1, but for whatever reason you want the original of that object to be in XX2 you would have to relocate that object from XX1 to XX2 which would overwrite the XX2 version with the XX1 version and sets the original of the object to XX2.
    Hope that helps,
    Michael

  • How to find out the activation log for a info* from Business content

    Hi,
      I work in a BW 3.5 environment where a lot of projects are being done simultaneously and a lot of Business content are getting activated. BW often activates a lot of other objects when a certain section of seemingly unrelated Business contents are activated without much caution.
      When I look into some of the objects related to my area of the Business content, I find them already activated.
      How do I find the activation( who, what time etc ) log history of certain objects like info objects, cubes, ODS, Infosource etc..
      This will help me immensely to communicate with various people( who inadvertently activeted them)  and find issues quickly.
       Thanks
    Arun

    Hi,
    The tables in which application logs are stored are:
    BAL_AMODAL                     Application Log: INDX table for amodal com
    BAL_INDX                       Application Log: INDX tables             
    BALC                           Application Log: Log or message context  
    BALDAT                         Application Log: Log data                
    BALHANDLE                      Application Log: Lock
    object dummy table 
    BALHDR                         Application log: log header              
    BALHDRP                        Application log: log parameter           
    BALM                           Application log: log message             
    BALMP                          Application log: message parameter       
    BALOBJ                         Application log: objects                 
    BALOBJT                        Application log: object texts            
    BALSUB                         Application log: sub-objects             
    BALSUBT                        Application log: Sub-object texts
    Within Tcode SLG1 you can query systemwide object activation on various selection criteria.
    Ofcourse furthermore for objects already once transported to PRD you can search transport requests or object lists via Tcode SE01.
    Kind regards Patrick Rieken

  • Reg: Open goods receipt

    Hi,
             Can anybody explain me the difference between we101 and we103 selection parameter in ME2L tcode as both having the same discription as " open good receipt" . Please help me in this issue.

    HI
    We have 2 methods of doing GR
    Mov Type 101
    Mov Type 103-105
    You can use we103/we104 to track GR103
    And use we101/we102 GR 101 and GR105
    Just take in mind that we103 will show all open GR ... so will we101
    if u follow just GR101 ... then go for we101/we102 .. thts it
    if u follow GR103-105 then only we103/we104 come into picture.

  • Storage location missing in purchase order

    Hi all, I'm struggling to find why the storage location is not copied from purchase requisition to purchase order using ME21n.
    Further this happens only for one buyer, the same PR's if converted in PO by other buyers, move correctly storage locations to PO.
    Only for one buyer the storage location comes up blank and he has to populate manually the field.
    I've checked his SAP profile and it's perfectly the same of all other buyers. Also he hasn't any particular personal settings in his ME21n.
    Apparently there aren't reason why it should happen but it does.
    Also searching on the web I haven't found any documentation or any other SAPer with the same issue
    Can someone give me some suggestion?
    thanks
    Luca

    There are 3 reasons for this issue...
    1. Authorization
    You have said that, all authorizations are same for this buyer compare with other.
    2. Personal settings in me21n.
    You have also said that there are no issues with the personal settings..
    3. User parameter..
    Check user parameter from su01 tcode. Is it showing same as other users..
    Also check again the personal settings, is there tick the option "Always propose" for storage location in me21n..

  • Messages stuck in SMQ2 Inbound Queue.

    Scenario: File->XI->Proxy
    When I put 50 files at the same time in a directory, channel is configured Exactly Once in Order and we have created queue with the name GATQUEUE. The messages are picked up from directory and sent one by one to BPM process. 31 messages out of 50 poccesed succesfully but 19 of them get stuck in the queue always. Though GATQUEUE is released lately but they are stuck in 'XBQO$PE_WS90000013' queue. This is seen in SMQ2 Inbound Queue.
    Could you please tell me how to release this message which are already stuck and what bit of configuration required so that it works for 1000s of files/messages at a time?
    Thanks
    K

    Hi Kiran,
    Just add the below parameter in XI tcode : SXMB_ADM
       Execure Integration Engine and Configuration.
      Click on Specific Configuration, go to change mode
       Click on New entries
      Category : MONITOR
      Parameter :QRFC_RESTART_ALLOWED
      Current Value : 1
      Save.
    Regards,
    Venu.

  • Alerts are not coming in Alert Inbox SLG1

    Hi Experts,
    We have SAP NW2004s PI/XI system.
    We have defined alert configuration step by step with following,
    http://help.sap.com/saphelp_nw04s/helpdata/en/3f/81023cfa699508e10000000a11402f/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    And I have checked configuration through many other threads, but don't why alerts are triggered.
    Logging Entry is checked,
    TCODE - ALRTCATDEF ->choose Settings->configuration , make sure you have the logging parameter checked.
    TCODE - SICF - AlertInbox and other services are active.
    But, I am not getting alert in Alert Inbox or SLG1 transaction.
    Error message can see through SXMB_MONI.
    When I do testing with report 'RSALERTTEST', it shows entry in both SLG1 and AlertInbox.
    Do we need to setup anything from triggering side?
    Pease help with this, it is urgent.
    Thanks,
    SamV.

    Hi Jean,
    are you looking at the SXMB_MONI on the XI system?
    Yes, It shows Mapping Error there...
    did you put your user on that alert when you configured it?alerts are asociated to specific users.
    Can you please tell me detail, I didnt get it.
    Thanks,
    SamV.

  • ERROR AT 1st step

    hello experts,
    i am getting the below error at the very 1st step of the process chain.
    21.01.2011     00:15:20     NO_MORE_SPACE: Can not create MTE: no more space: no more MESSAGE_CONTAINER slots available     S     RSAR     51
    please suggest what is the error and how to rectify the same

    Hello,
    To solve this issue, please check the below steps:
    1. Enlarge the value of parameter "alert/MONI_SEGM_SIZE" according to
        SAP notes 135503 and 731165.
    2. Please check the Parameter DAYS_TO_KEEP_LOGS in Tcode RZ21 and adjust
        it to a smaller value.
    Methods => Method definitions => Display => Search method
    RSPC_CCMS_AGENT (which is function module RSPC_CCMS_MA_UPDATE) =>
    Doubleclick => Parameters => DAYS_TO_KEEP_LOGS
    Best Regards
    Barry

  • Transportation of objects.

    Hi All,
    when we use  the  Transport connection  from RSA1 to transport the objects?But normally we go to SE09 or  SE10 Tr code to  release the task and then release the request to transport the objects from Dev system to QA system. which is most preferable and when?
    If request ID assign to saved object then we go to SE09 to release it.
    If you object saved in $TMP or local object then we to Tra connection in RSA1 to assign request ID and release.
    please correct me.
    Regards.
    hari

    hi Hari,
    we use rsa1 - transport connection - to collect objects in transport request.
    then go to SE09/SE10 to release the request.
    -- > so we need both, no preference (though we can also add/include object in SE09/SE10)
    and STMS in production to import the reqeust.
    other tcode : SE01, SE03 ...
    docs on transport
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3010ba90-0201-0010-2896-e58547c6757e
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e883de94-0501-0010-7d95-de5ffa503a86
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    Re: Transport Organizer---
    transport query (bex objects)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/5ee7377a98c17fe10000009b38f842/frameset.htm
    hope this helps.

  • Techical T Codes?

    Hi
    Give me the T code for the following. Need to extract the below information from the system which is related to MM.
    "Z" Reports
    Includes     
    Module pools     
    BDCs     
    Exits     Function exits
         Table exits
         SD User exits
         Menu exits
         Scren exits
         Field exits
    WorkFlows     Standard Rules
                         Standard tasks
                         Workflow templates
    SapScripts     Layout sets
                         Styles
    Classes     
    ALEs     ALE message types
         IDOC Types
         IDOC extensions
    Functions     Function group
         Function Module
    Data Dictionary     Domains
                         Data Elements
                         Transparent Tables
                         Structures (Plain)
                         Structures (Append)
                         Pool tables
                         Secondary Index
                         Match code objects
                         Type groups
    BADIs     Implementations
         Definitions
    Vijay
    Edited by: Vijay on Apr 6, 2009 3:14 PM

    Hi,
    If You want find Z reports go to SE38 and give Z* and F4,it will list all Z reports.
    Please find the list of tcodes
    SE01 Old Transport & Corrections screen
    SE03 Groups together most of the tools that you need for doing transports. In total, more than 20 tools can be reached from this one transaction.
    SE09 Workbench Organizer
    SE10 New Transport & Correction screen
    SE11 ABAP/4 Dictionary Maintenance SE12 ABAP/4 Dictionary Display SE13 Maintain Technical Settings (Tables)
    SE12 Dictionary: Initial Screen - enter object name.
    SE13 Access tables in ABAP/4 Dictionary.
    SE14 Utilities for Dictionary Tables
    SE15 ABAP/4 Repository Information System
    SE16 Data Browser: Initial Screen.
    SE16N Table Browser (the N stands for New, it replaces SE16).
    SE17 General Table Display
    SE24 Class Builder
    SE30 ABAP/4 Runtime Analysis
    SE32 ABAP/4 Text Element Maintenance
    SE35 ABAP/4 Dialog Modules
    SE36 ABAP/4: Logical Databases
    SE37 ABAP/4 Function Modules
    SE38 ABAP Editor
    SE39 Splitscreen Editor: Program Compare
    SE41 Menu Painter
    SE43 Maintain Area Menu
    SE48 Show program call hierarchy. Very useful to see the overall structure of a program. 
    SE49 Table manipulation. Show what tables are behind a transaction code. 
    SE51 Screen Painter: Initial Screen.
    SE54 Generate View Maintenance Module
    SE61 R/3 Documentation
    SE62 Industry utilities
    SE63 Translation
    SE64 Terminology
    SE65 R/3 document. short text statistics SE66 R/3 Documentation Statistics (Test!)
    SE68 Translation Administration
    SE71 SAPscript layout set
    SE71 SAPScript Layouts Create/Change
    SE72 SAPscript styles
    SE73 SAPscript font maintenance (revised)
    SE74 SAPscript format conversion
    SE75 SAPscript Settings
    SE76 SAPscript Translation Layout Sets
    SE77 SAPscript Translation Styles
    SE80 ABAP/4 Development Workbench
    SE81 SAP Application Hierarchy
    SE82 Customer Application Hierarchy
    SE83 Reuse Library.
    SE84 ABAP/4 Repository Information System
    SE85 ABAP/4 Dictionary Information System
    SE86 ABAP/4 Repository Information System
    SE87 Data Modeler Information System
    SE88 Development Coordination Info System
    SE91 Maintain Messages
    SE92 Maintain system log messages
    SE93 Maintain Transaction.
    SEARCH_SAP_MENU From the SAP Easy Access screen, type it in the command field and you will be able to search the standard SAP menu for transaction codes / keywords. It will return the nodes to follow for you.
    SM30 Maintain Table Views.
    SM31 Table Maintenance
    SM32 Table maintenance
    SM35 View Batch Input Sessions
    SM37 View background jobs
    SM50 Process Overview. 
    SM51 Delete jobs from system (BDC)
    SM62 Display/Maintain events in SAP, also use function BP_EVENT_RAISE
    SMEN Display the menu path to get to a transaction
    SMOD/CMOD Transactions for processing/editing/activating new customer enhancements.
    SNRO Object browser for number range maintenance.
    SPRO Start SAP IMG (Implementation Guide).
    SQ00 ABAP/4 Query: Start Queries
    SQ01 ABAP/4 Query: Maintain Queries
    SQ02 ABAP/4 Query: Maintain Funct. Areas
    SQ03 ABAP/4 Query: Maintain User Groups
    SQ07 ABAP/4 Query: Language Comparison
    ST05 Trace SQL Database Requests.
    ST22 ABAP Dump analysis
    SU53 Display Authorization Values for User.

  • Query regarding Call errors in webview

    We are running on UCCE 8.x comprehensive setup. On an average in a week we get around 20 call errors in the webview report. Also, I had read a Cisco document stating different scenarios for call errors. I would like to know what will happen to a particular call if it is incomplete, etc and how to minimize the call error by providing high customer satisfaction
    Regards,
    Dass

    Hi Bhargav,
    Do one thing just check in tcode - SE01
    and enter your TR No. in first tab..
    Now in the TR expand and double click on the task no.
    Here you will get list of objects to be transported to with this TR..
    Just whether you TR includes entry for your screen
    <b> OR</b>
    Incldue R3T3 PROG <UR_PROG_NAME>
    If both the case is not application...then the screen has slipped from the TR and has to be transported  in separate request..
    Just check TR and let me known ...based on ur response we can move ahead..
    Enjoy SAP.
    Pankaj Singh

  • How to unlock the request for a report and add the same query to new reques

    hi,
         how to unlock the request for a  and add the same query to new reques

    You can unlock in SE03 tcode.
    Goto tcode SE01, give the transport number --> display --> double click on the transport --> in the next screen select all the elements --> delete --> save.
    To attach it to another transport, In RSA1, click on transport connection> Choose Object types> query elements --> here you can find your query/ or you can search, which you can drag to right and attach to the transport (using truck button).

Maybe you are looking for

  • Reg RFC to JDBC scenario

    Hi Techies, This is inregard of RFC to JDBC Scenario. Iam having an old RFC to JDBC scenarion which is working fine. I want to call other BAPI programme using the same RFC connection. I have changed  BAPI and ABAP Programmes. But Still in my integrat

  • 2 level leave approval workflow.

    Dear Expert, I am trying to update the status for the leave request. I created a sampel program with the following code in SE38 and put in the following code. However, it seem that it does not work and the status did not get updated for that particul

  • Outbount delivery in Service procesing.

    Hi Gurus, From Service notification I have created repair request then I created Inbound delivery for the goods to be repaired then I created service order and service confirmation then I am trying to create outbound delivery from the sales order at

  • Can't find phone icon

    Help! My phone icon has dissapeared from the screen of my iphone 4S. How do I get it back? Chris

  • Does Curve 8520 have GPS

    I have a pink Curve 8250 the software has been updated and the faceook apt has been updated. However it wont let me log into facebook places it comes up with a message saying no GPS support. Iv been told many different stories about why this has happ