How i can find flag for edit/display in CO01?

hi,
how i can find flag for create/add in CO01 ?
please note that we don't want to use the sy-tcode for checking.
please revert back if you have any clue.
thanks,
sanjay

Thanks for that reply.
To get TRTYP we need to pass the TCODE which we don't want.We wanted to avoid using TCODE since our code gets executed from several TCODEs and during the process for few TCODEs it actually looses the actual TCODE..
So the alternate solution is a check on the if AUFK-AENAM is INITIAL....this field will be empty only at the first instance(when the prod order gets created) and later you can't find this empty in the whole life cycle of this prod order as this will be filled by the value "Last Changed by"..
Hence this covers our requirement.

Similar Messages

  • HT1937 How I can find carrier for iPhone 4

    Hi I want to activate iPhone 4 which I bought it from eBay I got no idea how to find carrier please help me with this matter thanks

    Ask whomever sold it to you

  • HOW I CAN FIND WICH IS THE CARRIER FOR MY IPHONE WITH IME NO

    how i can find wich is original carrier for my iphone i have ime no only

    Settings > General > About > Carrier
    (if you still have access to the phone)

  • How I can find standard SOA services for SAP HR?

    How I can find standard SOA services for SAP HR?
    There is a list of services?

    how about tcode SOAMANAGER ?
    Good luck.

  • TS4268 how i can download facetime for my iphone4s.i couldn't find out it in apple store also.please help me....

    how i can download facetime for my iphone4s.i couldn't find out it in apple store also.please help me...

    You don't download it.  it is built in to your iphone, unless it was originally purchased from one of the Middle eastern countries where it is not allowed.
    You should not leave your e-mail on a public forum.
    iPhone User Guide (For iOS 6 Software)

  • How we can find all policies for a subject?

    Hi
    Thank you for reading my post
    how I can find which policies are assigned with a subject ?
    (What are/is a subject permissions)
    thanks

    hi,
    use this function module SXV_GET_CLIF_BY_NAME
    function sxv_get_clif_by_name .
    ""Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(NAME)
    *" VALUE(PREFIX) TYPE SEEX_CLIF_PREFIX
    *" EXPORTING
    *" VALUE(CLIF) TYPE SEOCLSNAME
    call function 'SXV_ADD_PREFIX'
    exporting
    name = name
    prefix = prefix
    importing
    new_name = clif.
    endfunction.
    debug the function module you will get name of bapi  , badi  used for transaction  which ever operation you perform
    it will call this function module and will give you name 
    regards
    Deepak.

  • How we can find BAPI's for a transactions?

    hi
    how we can find BAPI's for a transactions?
    thanks in advance

    hi,
    use this function module SXV_GET_CLIF_BY_NAME
    function sxv_get_clif_by_name .
    ""Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(NAME)
    *" VALUE(PREFIX) TYPE SEEX_CLIF_PREFIX
    *" EXPORTING
    *" VALUE(CLIF) TYPE SEOCLSNAME
    call function 'SXV_ADD_PREFIX'
    exporting
    name = name
    prefix = prefix
    importing
    new_name = clif.
    endfunction.
    debug the function module you will get name of bapi  , badi  used for transaction  which ever operation you perform
    it will call this function module and will give you name 
    regards
    Deepak.

  • TS1389 does anybody know how i can find out the answers to my security questions or change my security questions?  thanks for any help you may be able to give me.

    does anybody know how i can find out the answers to my security questions or change my security questions?  thanks for any help you may be able to give me.

    Didn't the link to contact the iTunes Store staff in the 'Additional Information' section of that article work for you? If you don't already have a valid rescue email address, only Apple itself can reset the questions; nobody on these boards can.
    (90863)

  • How to programatically select text for editing in an af:inputText control?

    Hello, I am new to jdeveloper 11.1.1.3.0 and have searched and searched for info. I must be using the wrong terms as I cannot find any info or example on how to programatically select text for editing in an inputText field.
    My request is to change an existing app so when the user presses a button, control should go to the inputText control (this part works, see existing backing bean code from another developer below) but automatically select the text within for editing by the user (saving the user from having to select the text first before editing).
    Backing bean code to set the focus to an inputText field:
    * sets the cursor to the given component id
    * @param  componentId of item on page
      public void setFocusOnUIComponent(String componentId) {
        FacesContext facesContext = FacesContext.getCurrentInstance();
        ExtendedRenderKitService service =
          Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
        UIComponent uiComponent = facesContext.getViewRoot().findComponent(componentId);
        service.addScript(facesContext,
          "Component = AdfPage.PAGE.findComponentByAbsoluteId('" + componentId + "'); Component.focus();");
      } I hope this isn't a dumb question and would appreciate it if someone can steer me in the right direction.
    Thank you for any info,
    Gary

    Hi,
    not a dumb question at all. Before answering it, here some comments on the code you pasted in your question
    1. UIComponent uiComponent = facesContext.getViewRoot().findComponent(componentId);
    This code line is not used at all in your method. So it seems you can get rid of it
    2. "Component = AdfPage.PAGE.findComponentByAbsoluteId('" + componentId + "'); Component.focus();");
    I suggest to change it to
    "var component = AdfPage.PAGE.findComponentByAbsoluteId('" + componentId + "'); component.focus();");
    as it is better coding practice to have variable names starting with a lower case letter and being flagged with the "var" identifier
    For pre-selecting text in an an input component, there is no API available in ADF Faces, which means you need to reach out to the rendered HTML ouput. To access the markup for the rendered component, you can try
    var markup = AdfRichUIPeer.getDomContentElementForComponent(component)
    If this markup returns the HTML input component then you can use JavaScript you find on the Internet to select the area of it. If it does not return the input component then you may have to use
    document.getElementById(componentId+'::content')
    Note however that working directly with generated HTML output bears the risk that your code breaks when - for whatever reason - the ADF Faces component rendering changes in the future
    Frank
    Frank

  • How we can find payroll of employee is it normal payroll or off cycle payro

    hi
    experts
    when a payroll is run for a employee
    how we can find payroll of employee is it normal payroll or
    off cycle payroll

    Hi Naresh,
        With reference to the payroll results in 'PC_PAYRESULT' 
        transaction ...
        For identifying a Normal payroll run:
        For-period(FPPER) and In-period(INPER) Should have the
        same values.
        For Identifying a Offcycle:
        For-period(FPPER) and In-period(INPER), both will be blank
        and their Payment date(PAYDT), Start/FP(FPBEG) and
        End/FP (FPEND) will have the same date i.e., the date for
        which an offcycle is ran.
         Please reward points if this answers your question.
    Regards
    Nanda
    Edited by: Nanda C on Feb 20, 2008 11:41 AM

  • Shared services and workspace architecture(How we can find out req &respon)

    Good morning Hyperion folks,
    Does any body have any document or PDF about workspace and shared service architecture...How these both components are communicate each other..any idea or any document..while communicating of these if anything goes wrong,,where we need to check, what is exactly the problem (any suggestible logs)...
    Company are doing big mistake by using this hyperion tool ..These guys are not supporting and even they don't know much about the tool apart Product dev team..and that too they are not disclosure any documents related product...
    **Does anybody found any kind performance tunning guide or lab guide about workspace and shared service HFM,Planning...** I have never seen component wise documents and tunning guide and recommendations.
    I am strong opnion about hyperion is,we would not get any support from oracle and documents so He can migrate Cognos TM1 and Finance management etc........
    Edited by: 888154 on 29/09/2011 02:55

    Thanks john For ur reply ..i have seen these documents long ago ..i am asking about Shared services and workspace architecture and how these are functioning and where we can find out communication error and slow login issue with workspce and shared services.. How authentication is log on ..is there any machanisam they are using for authencation ...We are using OpenLadp ...
    Ex :1.Per suppose log on to workspace that request goes to shared services directory and it will check whether that user is exists or not on Shared services tables ...here what kind of alogirtham using to aunthenticate user...How we can diagonse this process taking to much time,,,is there any specific logs related this (If logs are exsits how we can find out)...
    2.Once authencation done successfully and responce send to workspace and populate workspace home page...then i click on application button (FM application) and it's taki ng to much time to load HFM page.To this where we need to look whta excatly problem? what are logs file helpful to us to diagonse..

  • How to Lock a Transaction for Editing AND VERY minor tab cont. help

    Just two things I need to ask about
    <b>1. How to Lock a Transaction for Editing</b>
    I am currently using the fcode ENQUEUE_E_TABLE. The function works as once the transaction in opened, another cannot access it.
    However, I have two modes in my transction (Display and Edit). <u> What I need to do is If another user has already opened the transaction, the other user can still access the transaction but cannot access the edit mode.</u>
    <b> 2. VERY minor tab cont. help </b>
    I noticed in a table control is being used in a transction you can resize a colunm. <u> How do you disable this </b>?
    and <u> how do you resize the horizontal scroll bar </u> so that you can limit scrolling upto the point where there are field columns?
    Thanks for you help ppl and take care

    Hi chad,
    This link will help u know abty different types of locks that are available:
    http://help.sap.com/saphelp_erp2005/helpdata/en/7b/f9813712f7434be10000009b38f8cf/frameset.htm
    For resizing all u can go to the table settings and u can do it.
    Hope tis helps u,
    Regards,
    Nagarajan.

  • How to create authorization role for just displaying query prefix Q and X.

    Hi Expert,
    I hope someone can help me on how to create authorization role for just displaying and executing  BEX  Queries prefix Q and X. I'm currently using SAP BI 7.1.
    Actually, I already created one role called : Z_FORINDO_ONLYDISPLAY_QX
    where I only put in the Authorization Component (in the Role Maintenance - Tcode 'pfcg'):
    -->Manually Business Information Warehouse
        --> Manually Business Explorer - Components
    Activity : Display, Execute, Enter, Include, Assign
    InfoArea : *
    InfoCube : *
    Name(ID) of a reporting component : *
    Type of a reporting component : Calculated key figure, Restricted key figure, Template structure
        --> Manually Business Explorer - Components
    Activity : Display, Execute
    InfoArea : *
    InfoCube : *
    Name(ID) of a reporting component : Q* , X*
    Type of a reporting component : Query
    But, the problem is I still can make changes on that queries (Q* and X*). Even, I still can run query with prefix Z. I use S_RS_RREPU Tamplete for Query Display and execution.
    Please assist. Very much appreciate your help. Thanks.
    Edited by: nadiyah salleh on Mar 18, 2008 11:22 AM

    Question close. This issue has been resolved.

  • I activated an iTunes gift card, my iPod showed the amount available ($15) and after downloading 2 songs all I had left was $.04.  Any ideas on what happened to my funds or how I can find out where the rest of the money went?

    I activated an iTunes gift card, my iPod showed the amount available ($15) then after downloading 2 songs my balance was $.04.  Any ideas on what happened to the rest of my funds or how I can find out where the rest of my money went?

    - Have youwent to yur iTunes account looked at your puchase history for purchases thant y might have forgotton?
    - Maybe you had an unpaid balance before redeeming the card.
    - Contact iTunes
    Apple - Support - iTunes - Contact Us

  • I just used stickie notes on my desktop Mac and I don't know where it went or how I can find it.

    I just used stickie notes on my desktop Mac and don't know where it went or how I can find it.

    Assuming you are using a relatively recent version of OS X, click the folder Applications in the Dock, then look in the window that opens for an item named Stickies. Click it. Your stickie note should then be available.

Maybe you are looking for

  • Payment Block Type

    Dear all, Can anyone help me to understand what is the difference between payment block "A", "B" and "R"? How does the system triggered or determined which payment block to be used automatically upon posting of invoice verification? Is the type "R" s

  • Variable Text not appearing in Report

    Hi All, I have created one BEx Query in which in selection criteria i am giving verson (100) , Year (2008) , Posting Period (10 - 12) i have one key figure is Total Value in GC  . Now my req. is when i run the report , in keyfigures these values like

  • Pc to mac change and what a mess

    I've had my iPod for quite some time and have purchased thousands of dollars of music from itunes. I bought an iMac on Friday and when I went thru the set up it gave me a .mac address and said it would change my itunes to that. That made me nervous b

  • Counter 1 - Measure Frequency & Counter 0 - Generate PWM POSSIBLE?

    Is this POSSIBLE with a NI-6025E DAQ card? Can I use the two counters to generate % control a TTL PWM signal and at the same time measure frequency from a circuit? This is my connection. GPCTR1_SOURCE - connected to find frequency circuit GPCTR1_OUT

  • Make sure your computer hard drive has enough space before attempting to update your iPhone!

    I made the mistake of updating my iPhone 4 last night to 4.3.3, after almost 40 mins of download, updates and veryfying a warning popped up that there was a problem with my phone and that I had to restore it to the factory settings. I did this, then