Help in SPRO Tcode

Hi all,
       Can any body help regarding , how to Define the
validation in the Tcode SPRO.
You will get this using following seq.
Financial Accounting --> Financial Account Global setting -> Document-> lineitem ---> define validation for posting.
From here what should i do.i.e how to configure this ?
This validation how we can use i.e for what purpose?
Plz Reply,
Thansk & Regards
Prashanth

Hi Pra,
<b>Validations and Substitutions</b>  are part of SAP Enhancements .
Tcode : OB28 .
in validations u have to create steps / levels ,
say step 1.
step1-> pre.requi->
if Username  = 'Prabhu'
step1->checks->
Company Code = 'PIH'.
step1->message->
here u have to give message class / message type (I/W/E...)and messag text 'prabhu is from PIH'.
after that activate this validations , u Can call this Validations at Tcode level.
let me know if u need more inputs on Ob28.
regards
prabhu
[email protected]
Njoy SAP

Similar Messages

  • Bdc recording for spro tcode

    Hello ALL,
    Im doing teh recording for one img activity in Spro Tcode , recording is created sucessfuly but wen i run tht recording it doesnt goes in the dropdown in the spro.
    it just shows the spro first screen thn it shows error tht "screen -
    doesnot exst" means its not goin inside tht path to perform img acitivity.
    so any one knw how to capture tht drpdwn in spro tcode.?
    Thnks,
    Sunny

    hai friend,
    ther is no nessery to record spro tcode for legacy migration, better you can try with some other tcode like mm01 and va01 etc....
    reward if helpful...
    regards,
    jai.m

  • Can any budy tell me details of SPRO tcode.

    hi,
    Can any budy tell me details of SPRO tcode.
    Thanking you in advance.

    Hi,
    SPRO ---> SAP PROJECT REFERENCE OBJECT
    SPRO is taken from german text : Projektbearbeitung
    in english : treatment of projects
    So its SAP PROjektbearbeitung : SPRO
    remember guys Its German s/w translated to English.
    SPRO stands for SAP Project Reference Object. It is used to configure the setting as per your client requirement by using the standard setting present in the system. This where you can do all the SAP configuration work.
    Regards
    Sudheer

  • Need help in finding tcode - in user exits

    hi experts
    in user exits, i can find many exits name using <b>SPRO </b>or <b>SMOD</b>. and by this i can find the package also.
    my question is how to know where these exits are exactly used, ie., in which transaction these exits are used.
    is there any way to find out the tcode, if we know exit name.
    thanks
    akila

    Hi
    User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a function module. The code for the function module is written by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.
    The naming standard of function modules for functionmodule exits is:
    EXIT_<program name><3 digit suffix>
    The call to a functionmodule exit is implemented as:
    CALL CUSTOMER.-FUNCTION <3 digit suffix>
    To find a Exit.
    Goto Transaction -- Find The Package
    SMOD >f4>Use the Package here to Find the Exits In the Package.
    Else if you Want to search by Application Area wise ,
    There is one more tab to find the Exits in the Respective Application Area.
    Implementing the Exit-- CMOD Create ProjectsAssgn your Component .
    Now Run ur Transaction to Check if it Triggers.
    Thats it..
    Suppose you need to find out all the user exits related to a tcode.
    1. Execute the Tcode.
    2. Open the SAP program.
    3. Get the Development Class.
    4. Execute Tcode SE84.
    5. Open the Node 'Envir. -> Exit Techniques -> 'Customer Exits -> Enhancements'
    6. Enter the Development class and execute.
    Check out this thread..
    The specified item was not found.
    1. Type the transaction : system->status-> <PROG. NAME>
    2 open SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.
    3. Open CMOD utilities->SAP enhancements
    EDIT->All selections
    4.type the function module name obtained in step 2, in fields 'component name' in 'additional selections' block. and execute.
    5. The displayed list contains the enhancements names for the transaction You were looking for.
    6. Create a project in CMOD and the code in default include->activate.
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    which gives the list of exits for a tcode
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm
    For information on Exits, check these links
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.planetsap.com/userexit_main_page.htm
    User-Exits
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/ab038.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.sap-basis-abap.com/sapab013.htm
    http://sap.ittoolbox.com/documents/popular-q-and-a/user-exits-for-the-transaction-code-migo-3283
    These links will help you to learn more on user exits.
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    http://www.planetsap.com/userexit_main_page.htm
    http://www.allsaplinks.com/user_exit.html
    www.sap-img.com/abap/what-is-user-exits.htm
    Also please check these threads for more details about user exits.
    Re: Screen exit
    user exit and customer exit
    user exit
    1. Document on UserExits in FI/CO
    http://www.ficoexpertonline.com/downloads/User%20ExitsWPedit.doc
    2. Finding User Exits...
    http://sap.ionelburlacu.ro/abap/sap2/Other_Useful_Tips.html#Finding_User_Exits
    3. List of all User Exits...
    http://www.planetsap.com/userexit_main_page.htm
    Reward points for useful Answers

  • F1 help documentation for TCODE

    Dear all,
               I have installed ECC6 IDES and   F1  help documents on any of the tabs/Transaction in SAP menu its not giving any functional description . For only few Tcodes its showing document of Functional description and in most of the Tabs/Tcodes im getting error like "No documentation exists" Message no. BMEN355
    . Can anyone kindly suggest for configuration for this F1 help for TCODEs.
    Regards
    Vinay

    Hi Flavia,
              Thanks for your response.
                  Do i hav to configure SAP LIBRARY with HTML help in SR13???.. for F1 help??.
    Regards
    Vinay

  • Want help in understand Tcode

    Hi,
    I am new to SAP BASIS . I want to understand the Tcode functionalities . is there any books or links to study ..
    For example in DB02 i can see many buttons like Space statistics ,Current sizes etc...
    Please help me

    first you will have to digitize the stream, then cut it up into packets of handlable size, then you just sent them out over a valid socket connection.
    Yes, I know this is very simple, what part are you having toubles with?

  • Attaching F1 help for the tcode.

    Hello Dear,
    I want add f1 help for tcode of bdc. so when user clicks on help button he will get information of how excelsheet will look like.
    Please guide me in doing that. when we run that t-code, on initial screen when we press help (f1) button lookin like (?), that should give me t-code info.
    Thank u.

    the standard way of doing it is just to create a documentation for the program behind the transaction.
    in SE38 select "Documentation" radiobutton and click on "change" button
    when you run the program, if a documentation exists then an icon "I" (information) appears in the toolbar, click on it to see the help
    now if you want to display help when clicking on another icon (for example the Help) then you have to change the status in SE41 so that the user-command of this icon corresponds to the "I" button - this is user-command "DOCU"

  • Help on HRAST_DT tcode

    Hi,
    I am new to ISR framework and adobe form, I dont know about the Tcode HRASR_DT, my client want to impelnet the HCM process using this Tcode, can anyone provide me some good tutorial on the above tcode that actually expalin how to use this.
    Thanks in advance.
    Pooja

    Oooooo....your CLIENT?!?!?
    Honestly, I would tell them to find someone else. If you are new to HCM Processes and Forms, you have quite a LOT to learn, and it won't happen overnight and shouldn't happen at your client's expense. You can spend the next month pouring through everything, and you will only then BEGIN to probably understand it all.
    Start reading any and all documentation you can find on HCM Processes and Forms starting with the help.sap.com doc for your particular SAP ECC EhP level under the "HR Administrative Services" section. There is a good tutorial in there. Look at SAP's examples as reference (but never try to use in production!). Read forum posts here. Read blogs. And THEN you will just be getting started. haha
    Good luck with it!

  • Document Management in SPRO TCODE

    Hi friends,
        i have one problem regarding to document management(in SPRO- cross application-control data ).
    i have to create screen(object) for rbkp table for uploading the  document.
    in function group CV130 there are lots of standerd objects(screens). but not for RBKP table. i have to create object for same i have to add one more screen and its flowlogic in function group CV130
    would it be possible. if yes, then give me the procedure, if no tell me other way to
    upload the document.
    thanks in advance.
    Vinod PArhad

    Hi Sabita,
      Did you check this article on Content Life Cycle Mngt supports all SAP GRC products. Check the link for detailed article and I hope this would be right direction for your company to go.
    http://www.sdn.sap.com/irj/bpx/go/portal/prtroot/docs/library/uuid/e0431d8f-2298-2e10-5fb0-87840e285f4c
    warm regards,
    Asok Christian

  • Help needed in Tcodes

    I am working in SRM . In SRM portal we have somany options like : creating shopping cart,approving,sourcing cockpit. for every option there shoud be a T.code so i want to know the T code for BBP Bid Invitation Cockpit.and please let me know how to find out this.
    Thanks in advance
    Regards
    Uday

    Hi uday,
    Go through the links,
    http://www.equitytechgroup.com/
    http://www.equitytechgroup.com/classic_matrix.htm
    http://www.sapcookbook.com/sap_srm/ebp.html
    Regards,
    Azaz Ali.

  • Help reqd for Tcode - Customer master

    Hi all,
    What is the t-code to get all the datas of Customer Master available in my SAP system.So that, i can export the same into my excel sheet file.
    i tried in XD03 and table KNA1...both are not working out.
    in KNA1 it's loading the datas to excel by screen/list wise which is showing in the
    table list screen.
    I want all the datas in can be viewd in the system and same also be loaded into excel file. (like MM60 for materials and MKVZ for vendors).
    Pls do the needful.
    thanks & regards
    sankar.

    Dear Sankar,
    Kindly use T.Code "S_ALR_87012180" to get the customer master data.
    Regards,
    Bijal Shah

  • MM03 Search  Help

    Hi,
      I want add some fields in the standard transaction mm03 search help "sale material by descriptions".  Which way should i go??
    Regards,
    kit

    goto spro tcode ie sap img ( implementation guide) there goto click of img->logictics-general ->material master-> define match code object.
    first u create search help with the required condition in help view and attached to the searchhelp elementary .
    add this elementary search help in spro tcode which i had given above ( click on interfacemethods).
    Regards.

  • F4 to screen

    Hi,
    I am trying to change the F4 search help to an SAP Screen.
    It seems that SAP allows modification to the seach help ( without the need to enter the access key). Is this a good practice?
    If it's not, what is the better way to change the search help?

    hi,
        you ca surely change the search help of sap standard screen because they have provided some enhancements(in the form of hooks) using exits.
    procedure.
    1. create Zview  based on some condition(SE11).
    2.create Zsearch help, attach your Zview(SE11).
    3.Attach your Zsearchhelp to standard search help through SPRO(tcode).
    Please Reward if found helpful.

  • How to work on ESS and the TCode SPRO?

    Good Morning All,
    Can anyone tell  how can i develop ESS to my organisation in an efficient and good manner and the procedure involved in working  on SPRO TCode and kindly Provide screenshots of it if you have.
    Thanks and Regard,
    Sam

    Hi Sumankumar,
    FOr successful Implementation and Working on ESS and MSS refer to this Forum Question .
    [ESS packages and implementation|ESS and MSS packages information;
    If you need further screenshots and related documents on ESS , provide me your mail id for the same.
    Reward Points if helpful
    Regards,
    Shailesh Nagar

  • F4 help for the batch field in VL02N transaction

    We have upgraded our system from 4.6 to ecc 6.0 .In 4.6 the f4 help for the batch had " Batch selection via plant/Material/Storage location/Batch " which is not there in ECC 6.0.
    Please tell us the procedure to add in the existing  search help H_MCHA in ECC 6.0
    Thanks
    Aruna

    Hi Aruna.
      Create ur own search help using se11 tcode for required fields.
      Thanks & Regards,
    Kiran.
    Plz give rewards if and only if it is helpfull.

Maybe you are looking for