Regarding the SAP way of LOGIN

HI ,
CAN anyone let me know how does a SAP SRM  login to my Catalog application. I have developed my application in PHP.
to move further in my development i need to know this ,..
Thanks
Ajai

Hi,
You can find the Catalogs Call Structure within the SPRO customizing setttings if you were not sure of this:
-> SPRO
-> Supplier Relationship Management
-> SRM Server
-> Master Data
-> Define External Web Services..
Then in here you will see the list of catalogs. It will be either in the Standard Call Structure or the Integrated Call Structure.
I hope this helps,
Lisa

Similar Messages

  • Regarding the SAP Query

    Hi I have an SAP query ZGIINOP.
    Which i have created using the Transaction SQVI. It worked fine in development client.
    Now, I have transported it to Quality client were no problems while transporting.
    But when i Executed it in Quality system. It is not working exactly the way it should. It is giving wrong results and it is taking so
    much time to execute and give output.
    Could any one please help me in this issue.
    Thanks and Regards,
    Venki.
    Edited by: Venky Naga on Jun 29, 2009 4:10 PM

    Hi,
    Using the FM : RSAQ_GENERATE_PROGRAM try to generate/activate the SAP Query in the Quality system.
    If  you have access to the SAP Query, Try to adjust the query in SQ01
    SQ01-Menu->Query->More functions->Adjust/Generate Program/Activate
    Hope this helps
    Regards
    Shiva
    Edited by: Shiva Kumar Tirumalasetty on Jun 29, 2009 7:47 PM

  • Regarding the SAP big tables in ECC 6.0

    Hi,
    We are having SAP ECC 6.0 running on Oracle 10.2g database. Please can anyone of you give fine details on the big tables as below. What are they? Where are they being used? Do they need to be so big? Can we clean them up?
    Table          Size
    TST03          220 GB
    COEP          125 GB
    SOFFCONT1      92 GB
    GLPCA          31 GB
    EDI40          18GB
    Thanks,
    Narendra

    Hello Narendra,
    TST03 merits special attention, certainly if it is the largest table in your database. TST03 contains the contents of spool requests and it often happens that at some time in the past there was a huge number of spool data in the system causing TST03 to inflate enormously. Even if this spool data was cleaned up later Oracle will not shrink the table automatically. It is perfectly possible that you have a 220 GB table containing virtually nothing.
    There are a lot of fancy scripts and procedures around to find out how much data is actually in the table, but personally I often use a quick-and-dirty check based on the current statistics.
    sqlplus /
    select (num_rows * avg_row_len)/(1024*1024) "MB IN USE" from dba_tables where table_name = 'TST03';
    This will produce a (rough) estimate of the amount of space actually taken up by rows in the table. If this is very far below 220 GB then the table is overinflated and you do best to reorganize it online with BRSPACE.
    As to the other tables: there are procedures for prevention, archiving and/or deletion for all of them. The best advice was given in an earlier response to your post, namely to use the SAP Database Management Guide.
    Regards,
    Mark

  • Regarding the SAP Business objects Server configuration

    Hi Experts ,
    I was newly entered in to SAP Business Objects .Kindly i am requesting can you please let me know the follwing details .
    1) Latest server configuration of the SAP Business Objects .
    2) Latest version of the Crystal reporting / Desktop Intelligance / Web Intelligance / Universe.
    3) And also if do you have any document releated to the server configuration of the SAP Business objects kindly can you aatch the mail.
    Thanks and Regards,
    Vijay.

    The latest available version of the BO Server/Web Intelliggence /Dekstop Intelligence is XI 3.1 SP3 with FP 3.4.
    The latest available version of CR is CR 2008 SP3 with FP 3.4.
    You can find the latest documentation for Business Objects here:
    http://help.sap.com
    Regards,
    Stratos

  • Regarding the SAP PI 7.1 ....installation...!

    Hi All,
    Can any one give me any links or Documents where i can find information about what all one needs to get the Access for the SAP PI and ESR to Run in the System ....! with an example scenario ...!
    Thanks ,
    Aziz khan

    Hi Aziz,
    please check given link maybe useful for you .
    http://service.sap.com/installNWPI71
    Regards,
    Amit

  • Regarding the SAP PI 7.0  and MDM 7.1 ....!

    Hi All,
    As i was going through the Documents on the SAP PI 7.1 ...where i came to know that we have a seperate MDM Adapter which is used to Exchange Data Between SAP PI 7.1 and MDM 7.1 ....then i was wondering that how can we use SAP PI 7.0 to connect with SAP MDM 7.1 ?    IF SO , then are what all we need to Do in SAP PI 7.0  ? and is there any restrections that we need to look for while connecting between  SAP PI 7.0  to MDM 7.1 ?
    I hope i may get some answers ....!
    Thanks in advace
    Aziz khan

    >
    Aziz khan wrote:
    > Hi All,
    >
    > As i was going through the Documents on the SAP PI 7.1 ...where i came to know that we have a seperate MDM Adapter which is used to Exchange Data Between SAP PI 7.1 and MDM 7.1 ....then i was wondering that how can we use SAP PI 7.0 to connect with SAP MDM 7.1 ?    IF SO , then are what all we need to Do in SAP PI 7.0  ? and is there any restrections that we need to look for while connecting between  SAP PI 7.0  to MDM 7.1 ?
    >
    > I hope i may get some answers ....!
    >
    > Thanks in advace
    > Aziz khan
    https://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/604b3c0c-5b6c-2b10-cc83-a7af75c70eaf&overridelayout=true

  • Experience regarding the "SAP Associate Enterprise Architect"certification

    Hi
    I would appreciate some input from someone who has taken the above mentioned certification.
    Is the Curriculum sufficient and (roughly) how much preparation is needed before besides the various courses before the certification?
    Kind regards
    Simon

    passing for this exam requires a broad and thorough understanding of various aspects of eSOA and SAP-products combined with essential architecture skills. it is a pretty new exam, first announced at TechEd 07. too many failed the exam here in the Netherlands, earlier this year. SAP gave those people a second chance.
    Edited by: Mendel Koerts on Apr 7, 2008 3:23 PM

  • Urgent Regarding the SAP Script

    Hi all,
    I am developing a SAP-Script in which there is table like
    Description Resuts Parameters
    uline
    values values values
    My doubt is using the driver program the values has to be printed. Can anybody provide the piece of code for these requirement.
    Another doubt is in this script there 2 pages . But in the print preview i can see only 1 page . In the page setting i have given the next page as page2 . But still i m facing the same problem. In page there is no main page only footer, page no, and some std descptn window is available.
    Depending on the 1 field i want to print the send field value i have change these things in the driver program so that the correct can be printed in the form.
    With Regards,
    Srinivas.

    hi,
    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system
    1. First save the file as BMP
    2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and
    make it Zoom as 100% and save as *.TIFF
    3. Open SE38 and execute program RSTXLDMC
    4. Give your TIFF file path name
    5. Select Bcol (for Color)
    6. TEXT ID will be ZHEX-MACRO-*.
    7. Inplace of * write your own logo name (ZCOMPANYLOGO)
    8. Execute the program
    9. Now Goto SE71 create your ZFORM
    10. Create logo window
    11. Goto text element of logo window
    or
    In 4.6x :-
    1. Goto SE71 Change the mode to GRAPHICAL
    2. Choose the Graph Tabstrips
    3. Now type in some name for the LOGO WINDOW
    4. Press the IMPORT BUTTON (third button from left) and then IMPORT the BMP file from your DESKTOP
    5. The code will be written automatically. You just need to drag and drop wherever you want
    the graphics to be.
    /: INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN
    Message Edited By ,
    Vani

  • " Query regarding the SAP BO "

    Dear  guys,
                    Can anyone tell me the  version of data integrator ,we are using now-a-days .
    waiting for ur result .

    What do you refer to as BO ? SAP Business One could be simplified as SBO or B1.  Only Business Object could be BO.  Post your question there if that is true.
    Thanks,
    Gordon

  • Regarding the BPM(Business Process Mgt)

    Hi everyone,
    i am new to this SAP-PI, I'm unaware of few concepts can anyone suggest me abt BPM  what is about? n its usage etc n its play role, since when i was attending the interview regarding the SAP. They asked me this question......

    This is not a right place to discuss about interview questions stuff.
    if you wnat to know ccBPM search in google/sdn.
    Regards,
    Raj

  • Difference between the way of login with ip address and SAProuter when checkin original file

    Hi, experts
    We found out:
    ① Login with ip address, check in a file with file name less than 22 Chinese character, OK.
    ② Login with ip address, check in a file with file name more than 22 Chinese character, error message 26253 appeares: Error while checking in and storing: &
    ③ Login with SAProuter, check in a file with file name more than 22 Chinese character, OK.
    What casues error in condition ②? The only difference between ② and ③ is the way of logining to SAP system.
    Best Regards
    Yemi

    Hi Yemi,
    based on your description I would kindly ask you to check the application log transaction SLG1 after getting the error message with your userID. Here normally further background information is listed that might help to get a hint what is going wrong.
    Best regards,
    Christoph

  • What is the best way to find and apply the samples in the sap library

    I am a fresh man in the process of learning sap .
    Mainly aim at the MM and SD model .
    They all say that the best way to accomplish the task is to follow the sap on-line help.
    because i don`t know the struts of the library , so to find what i need in the library becomes impossible for me as the library includes a lot of files .
    so please some one help me to direct the struts of the library and teach me the way how to find what i want ?
    thanks

    Hi,
    This forum is for BPX. Post Solution related quries in SAP Solution Forums.
    You can access MM and SD help at:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/80/ea89395eb58c4f9d0c3e837cf0909d/frameset.htm under Logistics
    or http://help.sap.com/ -> SAP ERP -> Choose Release (for example SAP enhancement package 2 for SAP ERP 6.0) -> SAP ERP Central Compoennt (MM and SD under Logistics)
    From Materials Management Link you can navigate further to Purchasing, Inventory Management etc. From Sales and Distribution you can naviate further: Sales, Billing etc.
    For example to see help regarding Purchase Orders:
    You would first expand Logistics and choose Materials Management in Help Link for ERP Central Component. Here, choose Purchasing Node which will take you Purchasing Help screen -> Click and Purchase Orders Node and Expand the same for more information regarding Purchase Orders.
    You should be comfortable with SAP help link.
    Regards,
    Naveen.
    Search the forum with keywords before posting the query.

  • What is the best way to build a career path where I can evolve into an SAP role instead of one that is Customer Service based?

    In October 2011, my previous employer converted to SAP, as the rest of the worldwide entities were already using SAP. At that time, I was an Order Coordinator, where my job role was to process all of the Inside/Outside Sales Representatives orders for the US. Because of my keen attention to detail, the speed in which I learn new roles and general IT knowledge, I was asked to be the SAP SuperUser for our Financial Operations team. I quickly began to learn the roles of Order-to-Cash, Customer Master Data, Pricing Conditions, Contracts, some Material Master Data, and even Customer/Material Pricing Audits. I also performed manual customer billing in SAP until the automatic modules were implemented. Knowledge of these roles created a need for me to become a trainer to my team, where the SAP Consultants left off. After only working in SAP for the few months after the conversion started, I evolved out of an Order Coordinator rights of access and was given a not-so-typical role as an "analyst". I had more than a firefighter role in SAP, as my normal log in credentials gave me full rights to all of these modules and even special reporting. Our parent global company realized necessity for my role and followed proper protocol to authorize the access changes to still meet the SOx regulations. Prior to using SAP, I never thought I'd fall in love with it and enjoy my job so much, but it happened! Despite my previous employer's less than perfect data that was copied into SAP, we managed to have an efficient ongoing process to clean it all up.  I became more of a liaison between Financial Operations and our IT Dept/SAP Consultants. I "translated" the technical steps that IT/SAP Consultants were trying to teach everyone and trained my Financial Operations team in a way they would understand. I truly enjoyed my job, even at our most difficult moments.
    However, after all of the fun I was having while working in SAP and truly gaining a ton of useful experience and knowledge, "life" happened and I had an opportunity to move from Atlanta, GA to southern California. I've searched for months to find a new career here in California with a company that I could continue my learning experiences and become more proficient in SAP, but I'm a little lost. My search to find jobs have only given me possibilities in Customer Service positions or ones that are SAP sales/programming based. I'm floating in limbo and looking for help from the SAP community on where I can go from here to get back into a career path with SAP.
    I'm 28 years old and I'm currently finishing my Associate degree in Business Administration. I'm a Microsoft Certified Professional (MCP), certified with the Help-Desk Institute as a Support Center Analyst, and also completed my previous employer's Quality Advocate Certification which focused on Six Sigma and Lean concepts. Prior to leaving the company, I was being considered for a company sponsored training in the Six Sigma Green or Black Belt program. I've recently started working a contract position as a Customer Service Rep, processing orders, but the company will be completing an SAP conversion in May 2013; so only a few months away. The problem I have in this position is that I feel frustrated in learning their current software when their entire team seems to have their own personal ways of doing their job. I prefer to have structure and perform job duties the right way, then building on that to make the job more streamlined. I spoke with my recruiter but he feels I may be a bit premature on feelings about working in this contract position. I may be just feeling a little impatient in having to wait another 3 months to see if the company may even hire me on permanently and what role I would have with SAP, beyond Customer Service Rep. I'm hoping to get some direction from the SAP community on where I might focus my attention in learning SAP. My hope is to find a position working with SAP like the one I enjoyed so much back in GA. I'm even considering options to learn the programming side. I think SAP is a great software package once people understand how it's designed, or can be designed, to work.
    Please help!!
    I'd be happy to provide my resume to anyone willing to review it and give me some pointers. Any advice would be greatly appreciated!

    I appreciate the length and detail of your post. I struggle answering questions from folks who give too little info. It's refreshing to have too much info for a change.
    I'll summarize your post and give suggestions:
    You have very strong end user experience, almost bordering on support level SD knowledge. You have experience with the way that at least one company implemented SAP SD but don't have many years of experience with different approaches, so you can't pitch yourself as someone who's "been-there, done-that" outside of the SD world and you can't bill yourself as having SD functional knowledge to the extend that you could be a consultant for SAP SD.  (See FAQ: Different Career Paths in SAP for descriptions of different traditional SAP career paths.)
    You've moved to Southern California, which is chock full of companies using SAP, by the way, and you're having a hard time finding the right job. Your education is probably going to be problematic at this point. Most SAP related jobs require a Bachelor's Degree at a minimum. Definitely keep on going with your degree. I don't know where you're doing your associate's degree, but you might want to look in to Cal State Fullerton, which has an *excellent* SAP focused business degree program. (http://business.fullerton.edu/).
    You've found work at a company but had to start over at a lower level of responsibility. Since the job you just landed will be transitioning to SAP in 3 months, you have an opportunity to repeat your previous rise by volunteering to be a super-user again. Alternatively, you could talk to the group within your company and express your desire to help out supporting the system from the back end. Traditionally, companies lose a few folks immediately following an implementation, so there's a good chance that if you make your desires and skills known, that you'll be able to move onto the support team once a position opens up.
    All of the above assumes that you want to continue on the functional side of SD. You didn't mention any aptitude or preference for programming. It is certainly easier to get programming jobs than functional jobs (see How did you get your start in SAP?), but it seems like you really enjoyed the functional side of SAP. I do *not* recommend learning an SAP skill for which you have no desire simply to get a job, hoping that you can switch later. Use the skills you have to get the job you really want, doing something that really excites you. It's far to easy to fall into a job simply because it's there and get trapped and burned out.
    Hope this helps!
    Best regards,
      --Tom

  • Parallel How many times user can login to the SAP system through ITS

    Hello all
    We are using the ITS ---620 and following 46D R/3 system 
    R/3 system details:
    Kernal :
    kernel release :46D
    O/S :SunOS 5.8 Generic_108528-05 sun4us
    We would like to now, At a time How many times user can login to the SAP system through ITS
    Kindly letus know  if any one have idea about parameter which can restrict the end users to u201CNu201D times/ sessions.
    Transaction SITSPMON/SMICM are not working in R/3 system as it is 46D.
    We found that parameter u201Clogin/disable_multi_gui_loginu201D works with SAPgui logons.
    System logons using the Internet Transaction Server (ITS) or Remote Function Call (RFC) are not affected by this Parameter u201Clogin/disable_multi_gui_loginu201D
    I need similar parameter u201Clogin/disable_multi_gui_loginu201D for the ITS users.
    Thanks

    I have searched all docs and notes.
    Everytime the answer is PArameter for multi_gui_logonis not applicable for SAP Gui for HTML ( Browser )
    The functionality does not exist for SAP Gui for HTML.
    Regards,

  • What's the best way for a web app to handle logins and sessions?

    I'm deploying in JBoss, using JSF. As is often the case, I keep User information in an entity bean. My question is, what's the best way to handle this bean?
    My inclination is to create a login page with a LoginBackingBean atached to it. When the user attempts to log in, it will see if there is a User entity bean that corresponds to the given name and password. If there is no User bean that matches, obviously we show an informative error screen.
    But what happens if there is a valid user?
    In the plain old Servlet world (without EJB / J2EE) I would just put the User object (it's an object, not an EJB) into the HttpSession, and I would create a Filter that would check for the presence of that User object, and I would map the filter to something like /members/*, and that would be it. I would use Hibernate to persist the User object, and there would also be a filter that creates a Hibernate session and stores it in the Request so that the User object would work and persist.
    How do I do this within the J2EE / EJB world?
    My first thought would be to just do the same thing. Install the User bean into the HttpSession, and create a filter and do all the same stuff. Is that the right way to do it? It would work pretty well with JSF because I could just access things in the normal JSF way: #{user.firstName} would find the "user" object in the HttpSession scope. So that's good.
    One question that comes up from that is if the user makes some change to the User object that is in the Session scope, will the EJB automatically do the right thing and make those changes persistent? Is there anything else I need to do?
    I'm new to the EJB world, but from what I can see so far, it seems like it's the best way to think about a web application.
    Thanks

    hi ,
    i think the best way is to create java beans ,in that bean call your EJB ,
    and check the validation over there.
    and make that bean scope to session.
    in each and everypage try to check the session ,if it is not valid then forward to your login page...
    otherwise continue to give access to him like guest
    Regards,
    AfTaB

Maybe you are looking for

  • Can't find answer to Query Of Queries runtime error

    Not only I browsed this forum but also googled this problem but unfortunnately I have no luck in finding the answer. All I did was writing this simple query: <cfquery name="test" dbtype="query"> select SSN,BirthDate from myquery where SSN <> '' OR Bi

  • Script in template using SOAP: Works in designer preview, not in rendering from LC Output

    I did a script in a livecycle ES2 Template in the event layout::ready. It call a web service using the SOAP method to get a base64 image from another server. The code is (the service called is fake, but it is not the problem): var sOptions = ""; var

  • SBO 9.1 highlights power point presentation in italian

    Hello, I am looking for any material in ITALIAN about the new SAP Business One 9.1. release! Better if it's a power point presentation, like the one with all the highlights available in english and german. Is it available? Or is there an italian part

  • Update iPhone system in an Apple store?

    This may be a stupid question and/or have been asked before, but I could not find such a thread. As has just been announced, the new iOS 4 will be available on the 21st of June. Unfortunately, I will start my holiday on the 20th and therefore away fr

  • Problem in displaying POPUP_KEY_LOV item automatically filled in

    Hi, On page 1, I have an html region where I have an item P2_CUSTOMER_ID of type POPUP_KEY_VALUE based on a LOV on Customers table. When the user selects an existing customer from that LOV, the field is correctly filled in with the customer name (whi