How to get user status in place of system status - B2C

Hi,
In our requirement for  B2C webshop, we need to replace the user stattus with the system status . In the standard B2C webshop, , we have only OPEN and COMPLETED orders, which related to system status - OPEN and COMPLETED.
I want to get user status in place of system status.
Please  help me how to proceed with the things.
Regards
Yaswanth.K

Done using Custom RFC and jsp modifications!

Similar Messages

  • How to recover user profile PSADMIN to its original status ?

    Folks,
    Hello. My user ID to login into Application Designer is "PSADMIN". I just set up PIA. "http://localhost/psp/ps/?cmd=login" can get to PeopleSoft signon page, and I use "PSADMIN" to login. I can open all of web pages after login. "PSADMIN" is access profile and user profile.
    But after I create a role "newUser" and assign a permission list to the Role, then link the role "newUser" to user profile "PSADMIN", I cannot open most of the web pages after login into PeopleSoft signon page using "PSADMIN". The system come up the message: " You have no access to the Navigation collection. Please contact your Portal Administrator".
    Can any folks tell me how to recover user profile "PSADMIN" to its original status so that open all of web pages after login ?
    Thanks.

    go into PIA using a root user like VP1 or PS and delete what u added to PSADMIN.
    if u have locked ur root user by any chance ... unlocked using back end.
    PSOPRDEFN TABLE , unlock root user using update acctlock .
    then login using that and make changes to PSADMIN. or else simply from the backend u can delete the added role from PSADMIN profile using same table.

  • How to get User input in JTextField?

    How to get User input in JTextField? Can u anyone give me some code samples? thanks

    read the API!!!

  • How to get user logged in to ironport web

    How to get user logged in to ironport web by  their username, time connected and the IP address?

    The onbox reporting can only show what web traffic is currently being surfed.  We can provide a near-real time view of this web traffic with a "Web Tracking Report".
    However, there is not a report available that depicts what you're describing.  (This information is best contained on the domain server).  The closes we could get with the WSA is displaying which credentials we are currently caching.  (Which users we've seen since within the surrogate timeout).  This is possible with the authcache command on the cli.
    ~Tim

  • How to Get user profile properties in provider -cloud hosted app in sharepoint online - office 365 using REST API?

    How to Get user profile properties in provider -cloud hosted app in sharepoint online - office 365 using REST API?
    any idea?

    Hi,
    From your description, my understanding is that you want to get user profile properties in provider-hosted app in SharePoint online using REST API.
    Here is sample code for getting user profile properties:
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    Here is a blog below about accessing data from the provider-host apps:
    http://dannyjessee.com/blog/index.php/2014/07/accessing-sharepoint-data-from-provider-hosted-apps-use-the-right-context/
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to get user input to keep in array in the form of int[]?

    I really want to know how to get user input to keep in an array. Or if it's impossible, can i use the value in "int" and transfer it to an array?

    What I understand is that you want to set an input from the user in an array of int.
    Here is how it work:
    1. Create a stream and a buffer to get and store the informations entered by the user:
    BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
    2. Set this input in a String:
    String input = stdin.readLine();
    3. Set this string in an int:
    int userInput = Integer.parseInt(input);
    4. Then you can put this int in the array.
    Warning this code throws IOExceptions and NumberFormatException ( when you try to set letters as int ). But you can catch them easily.

  • Not getting texts for infoobject 0CPR_STAT1 (cProject- System Status)

    Hi All,
    We are not getting texts for infoobject 0CPR_STAT1 (cProject->System Status), 0CPR_STAT2, 0CPR_STAT3. Even in source system r/3 there are no records and our function team doesn't  no how to get the records in that data source.
    DATA SOURCE NAME 0DPR_STSYS1_TEXT, 0DPR_STSYS2_TEXT, 0DPR_STSYS3_TEXT
    Can anyone suggest.
    Thanking you in anticipation.
    Regards
    Vandana

    Please check these links for the table names:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ea/1847ff9624314e9bc7601b890b662a/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/c71c047b24014aac52785bf42aee83/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b8/5cec634da16f4da2861aeb9e6f966e/frameset.htm
    Hope this helps...

  • How to get my new in-car entertainment system to recognise my old 20g iPod by usb connection

    how to get my new in-car entertainment system to recognise my old 20g ipod by usb

    Hi albri51!
    I have an article for you that can help you with that question. The article is about troubleshooting car stereo connections, and can be found right here:
    iOS: Troubleshooting car stereo connections
    http://support.apple.com/kb/TS3581
    Hope this helps. Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • How to find the Project and wbs Element System Status

    Hi all,
      How to find the Project and wbs Element System Status.
      We can find the system status in the CJ20n transaction but I want the table and field name where it is stored.
    Regards
    Raghavendra

    Hi,
    try table <b>jest</b> with key = prps-objnr
    Andreas

  • How to get user and system status for a trade promotion

    Hi,
    I have to develop a batch program to change user status and system status of all trade promotions which satisfy some criteria. This criteria checks some dates related to trade promotion(like Changed on,Pallett buying, buying horizon dates) also.
    I thought of first extracting all external ids from CGPL_PROJECTS table and then run trade promotion query. But how can I get current user & system status and all dates as these can be taken from relations "TPMStatusActiveRel" and "TPMDateRel". I don't know to take data from relations. Please help me with a piece of code.
    Thanks.

    Hello Shikha,
    You can use these relations here, as you are not in the Business Object layer anymore. As far as my understanding is, all the batch programs or reports should be done at the API layer. Try this code, to read the status of the Trade Promotion object.
    data: lr_appl_base type ref to CL_CRM_MKTPL_APPL_BASE,
            lt_sys_status type CGPL_ISTATUS_TEXT_T.
    lr_appl_base ?= CL_CRM_MKTPL_APPL_BASE=>GET_INSTANCE().
    " To read system status
    call method lr_appl_base->STATUS_READ
    exporting
    IM_MKTELEMENT_GUID = "your Trade promotion guid
    ET_TJ02T  = lt_sys_status.
    " To read user status
    call method lr_appl_base->STATUS_READ_EXTERN
    exporting
    IM_MKTELEMENT_GUID = "your Trade promotion guid
    ET_TJ02T  = lt_sys_status1.
    To change the user status, use the method STATUS_CHANGE_EXTERN of the same class
    To set the system status, use the method STATUS_SET of the same class.
    Hope this helps.
    Regards,
    Vinay

  • How to get users provisioned / enabled with all OIM Resources.

    Looking for help on java / sql query on how to get all the users in OIM (9102 BP 13) provisioned/enabled status only,
    with all OIM Resources available in System.
    Edited by: 907571 on Apr 18, 2012 4:12 AM

    select usr.usr_login, usr.usr_status, obj.obj_name, ost.ost_status, act.act_name
    from oiu, usr, ost, obj, usg, act
    where oiu.usr_key=usr.usr_key
    and oiu.ost_key=ost.ost_key
    and ost.obj_key=obj.obj_key
    and usr.act_key=act.act_key
    --and obj.obj_name in ('Resource Name')
    --and usr.usr_status = 'Active'
    and ost.ost_status in ('Enabled','Provisioned')
    -Kevin

  • How i get user info from ldap using java after authenticating user with SSO

    Hi
    I have one jsp/bean application as a partner application with SSO.
    It works fine.
    Now i need to get other attributes of user from LDAP who has logged into the application through SSO.
    using SSO java APIs i only get username, userDN, subscriber info.
    To get user's other attribute i have to user LDAP APIs for that i have to create on Directory Context, for the same i need userpassword.
    so here i my question, how do i get user password after he has logged in thro SSO.
    regards..
    and thanking u in advance
    samir

    Valentina,
    there's no way to get the password value from the directory (it's one way). Of course you can get the hashed (MD4,MD5,SHA-1) base64 encoded value (i.e. the value you see in OiD) but not the 'password'.
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Regarding addressFormular, How to get user's First Name & Last Name?

    Hi,
    I am trying to get user's first name & last name through
    AddressFormular addressFormular = (AddressFormular) request.getAttribute(ActionConstants.RC_ADDRESS_FORMULAR);
    addressFormular.getAddress().getFirstName();
    as it is shown in addresschange.jsp file. It doesn't work.
    Any ideas about addressFormular?
    Is there any other place to get user's first name & last name?
    Thanks,
    Harsha

    Hi,
    In Email Definition you can select required field values from Variables section.
    For example: User Profile Information and then select User Login.
    Thanks,
    Pallavi

  • How to get user ID and password in ADF using code?

    Hi,
    I am using JDev 10.1.3.3 with BC. Security is in OID (user and password) / JAZN.
    I am able to get the user ID, using getUserPrincipalName(),
    but how to get the password?
    I need to pass in a connection string to the Oracle Report Server to run a Oracle report.
    Thanks,
    Jim

    You can get the password by attributeBindings.getterMethodforPassword() where getter Method for Password field is created in your backing bean.
    But there is no defined method like getUserPrincipalName() for getting Password.

  • How to set a user status (complete) when ever system status is set complete

    Experts,
    We have configured status profile and few user status (say open, pre-release, complete) and assigned the status profile to the item category(zxxx).
    The problem we have is if we have a service order that is created with the item (item category zxxx) -- Say the header status is open and the item status is pre-release. Now end user comes and sets the header status to completed - then the item status is still set pre-release. It is not changing to complete as expected.
    Yes,  the Item system status is set to completed but not the user status. How do I configure to set a complete user status when the header and item system status are set to completed.
    Thank you
    Edited by: ram on May 4, 2010 8:51 PM

    I am not sure if this can be "reverse engineered" in Status profile.
    But here is some hint. You can use the BAdI CRM_ORDER_STATUS mehtod AFTER_CHANGE and actually break when the Header status is changed, and set the item status as desired.

Maybe you are looking for

  • The Remote Desktop administrator software failed to start due to an unexpected error...

    Hi all... Suddenly, I'm getting this error message when I try to open ARD. It was working a week ago and I'm not aware of changing anything. Any advice? This is the 3.6.1 version of the ARD admin and I have the 3.6.2 Client installed (that was the wa

  • Home Button not working properly after latest update

    After installing the latest update on my Iphone 4S, the home button immediately started to give me problems. It works sporadically.  Sometimes it allows me to close apps when I tap it twice, sometimes it won't do anything, sometimes it will go to the

  • How to change the posting period !

    Hello everyone I get the problem with posting period. I ready open the posting period for 2014.  The posting periods should be set per month and have erroneously been defined as per year. I ready follow the guide, but it is only successful in my test

  • Appropriate media transfer for mac app wont open o...

    Nokia media transfer application for "mac osx 10.4.11 and later" cannot be opened. My OSX 10.4.11 will not allow me to open the downloaded app. claiming I "cannot use this application with this version of MAC OS X" although it is supposedly adequate.

  • Up To Date Program with Refurbs?

    Hi, sorry if this is in the wrong place, I am new here. I just bought a refurbished MBP and was wondering if Apple's Up To Date program for Lion is applicable for it, does anyone here know? Thanks -Josh