user admin

3
Use TCODE, SE16 to view required table in the Database. You can view all table names in repository of your database by the same Tcode SE16.in the transaction window....Instead of entering any table name just press the browser button next to the text box. In that you get the object last visited. There you click the Information system. Now you get a window, here you give * in place of the tablename and enter 9999 in place of maximum number of hits. you will get names of the Tables in your Repository Information System. Use Tcode SE16 to view table DD02L. This table contains the name of all tables. Use DD02T We have a 4.6B R/3 setup on HP True64 Unix. On performing a system copy from production system, we have changed all necessary SID in all needed files. The listener, database as well as the SAP system is working fine.... However, DB13 actions fail with error message: Ora-12547: TNS lost contact. Fatal error: The library libmo9.so could not be found. On executing odump -D $ORACLE_HOME/bin/oracle we can see an entry like: RPATH: /oracle/PRD/.whereas our SID is not PRD but it is TST. We have changed all links and also executed "relink all" many times but to no effect! Please hlp in providing a solution! I am new to validations, so perhaps you could help me. I have to make a validation for field bseg-sgtxt. I must get number of vendor which the user enters on the first screen in the field RF05A- NEWKO. This value is also on the second screen in the field LFA1-LIFNR. On this screen is also the field which I have to validate. Is it possible to make such validation? Yes! you can do that validation. This is usually a customizing task since it involves document integrity checks. For this task you might need some customizing authorization. The validation is made through transaction OB28 . Once in there you should specify for the society you need where there is position/header/complete document rule. Choose

Upload: pareshvlohar

Post on 18-Jul-2016

215 views

Category:

Documents


1 download

DESCRIPTION

basis

TRANSCRIPT

Page 1: user admin

Use TCODE, SE16 to view required table in the Database.You can view all table names in repository of your database by the same Tcode SE16.in the transaction window....Instead of entering any table name just press the browser button next to the text box. In that you get the object last visited. There you click the Information system.  Now you get a window, here you give * in place of the tablename and enter 9999 in place of maximum number of hits. you will get names of the Tables in your Repository Information System.

Use Tcode SE16 to view table DD02L.  This table contains the name of all tables.Use DD02T

We have a 4.6B R/3 setup on HP True64 Unix. On performing a system copy from production system, we have changed all necessary SID in all needed files.  The listener, database as well as the SAP system is working fine.... However, DB13 actions fail with error message:Ora-12547: TNS lost contact. Fatal error: The library libmo9.so could not be found.

On executing odump -D $ORACLE_HOME/bin/oracle we can see an entry like:RPATH: /oracle/PRD/.whereas our SID is not PRD but it is TST.

We have changed all links and also executed "relink all" many timesbut to no effect!

Please hlp in providing a solution!

I am new to validations, so perhaps you could help me.

I have to make a validation for field bseg-sgtxt. I must get number of vendor which the user enters on the first screen in the field RF05A-NEWKO. This value is also on the second screen in the fieldLFA1-LIFNR. On this screen is also the field which I have to validate.

Is it possible to make such validation?

Yes! you can do that validation. This is usually a customizing task since it involves document integrity checks. For this task you might need some customizing authorization. The validation is made through transaction OB28 . Once in there you should specify for the society you need where there is position/header/complete document rule. Choose position for your need. There should be one created already (unless your installation is barely beginning). You should add one step to this existing rule and complete the required fields. It would help you to look into other steps to copy if it is the first time you do this. Keep in mind that there must be a way to recognize the position you want to validate, otherwise the validation will occur for every position (not a desirable thing ;o) ).I know this explanation is very short and not very specific but give it a try and if you need any more help just ask and you will be answered.

Page 2: user admin

i am making a new role and adding transactions to this new role. i go to PFCG , select that role. go to menu tab , then select transaction regenerate profile...and it works. But what happens is that when a user who has that role logs in, he sees all the transcactions that i added on the left hand side on sap menu screen....but i don’t want all those transactions to appear when a person logs in...

Can you please help me on this??

Deactivate SAP menu, all user menus and Workflow. You can deactivate the menus for the wntire system by creating or changing records in the global settings table SSM_CUST in the=20 View maintenance transaction SM30.=20 To globally deactivate the SAP menu, enter a record=20 "SAP_MENU_OFF" "YES" in upper-case letters.=20 To globally deactivate all user menus enter a record ALL_USER_MENUS_OFF" "YES" in upper-case letters.

Thanks for your reply...Actually i am new to the entire system, so would request you to please explain me a few more things, when i go to pfcg and entire a role and add transactions to that role it gets added under the header role menu...and when the user who has that particular role logs in the system, he says all those transactions under user menu for (name of that user) so i don’t want that to happen. Because its not required and also if he has 100 transaction access, that should not be displayed on left side>whenever he logs on 20 also one more thing, now in that role if I want to add an area menu. I an add that by going to pfcg, and under menu tab we have an option 'from area menu’, so I can add that area menu (for example, qooo is a area menu)... Now I want the contents of this area menu to come on the left side when user logs in because it helps the end user to navigate instead of remembering the transactions...so how do I do that?

Manipulate PFCG with the desired role, goto MENU-TAB and remove all transactions there.Then go to AUTHORIZATION-TAB, do a display (or change in your case) authorization data.

Go to utilities and put on technical names on, there look for cross application authorization objects, AAAB, open this and then search for S_TCODE. Here u can put all the TCodes u want to give to the role. When u deleted all the entries on the menu-tab, u deleted the Tcodes from the SAP-menu.