VL10H - option Created By

Hi,
We want to use the Option 'Partners' tab as Created by to display the list of POs and sales orders by the person who created them, using the ID of that person in this field for partner function $1. It doesn't seem to work though...first I got errors saying the entry is missing in the table TPAR for $1-KU combination. After I made that entry, now I get all documents ins spite of restricting it to one particular user as 'created by' - can anyone give me any clue as to how to make this work?
Appreciate any responses or if I need to make something more clear, please let me know?
Many thanks!

Hi,
Please see your duplicate thread.
Created_by Column missing in GL_CODE_COMBINATIONS
Re: Created_by Column in some KFF Tables
Thanks,
Hussein

Similar Messages

  • Auth. obj. controlling options Create - Change of Table Entry for SE11

    Hello,
    Could someone please guide me to the authorization object/s which controls the options : Create - Change reached by trans. code SE11, Change, Contents (Ctrl + Shift + F10) , Execute (F8), Table Entry, Create - Change.
    Thank you in advance for your cooperation.
    Best regards.
    Reda Khalifa

    Hi,
    when you execute SE11 authorization object S_DEVELOP was check.
    S_DEVELOP has following nodes.
    Activity :    create,change,display
    Package :  z,y
    Object name : z,y
    Object type :  type of object i.e domain,table, index etc.
    Authorization group ABAP/4 pro : *
    now suppose you want to give user authorization for display only then
    Activity should have value 03 only.
    in future please post your authorization related thread in security forum.
    Security
    regards,
    kaushal

  • Urgent SAP Help menu not showing option "Create Support Message"

    Hi all,
    We are running SAP 4.6c landscape (dev,qa,prd), and have solution manager installed .
    Now when i want to create a support messge from any system in my landscape i dont get the option "Create Support Message" in the SAP Help menu, and we create a support message using Help->Feedback option . Is this the correct was or is there any other settings or notes i need to make/apply on my landscape to get this option.
    Message was edited by: Kamran Ellahi

    Hi guys,
    Thanks for your answers... But is it possible to call transaction NOTIF_CREATE from an external system?
    I have done something already so that those 3 fields will be automatically populated for a message sent from an external system.
    I changed the screen and called FM BAPI_NOTIFICATION_CREATE(a remote enabled FM which is the one being used by transaction NOTIF_CREATE to create a message) inside FM BCOS_SEND_MSG.
    I populated the category, subject and solution in the FM export parameters as well as the solution number in the sap data table. I put a destination also..
    This FM calls another FM DNO_OW_CREATE_NOTIFICATION which is the one being used from the external system but do not cater the functionality to send the 3 fields that we need.
    As you will notice, there are lots of standard objects that I've changed. =)
    My problem now is that the system data sent is the same with the system data if you create the message using NOTIF_CREATE. Some system that were sent when a message is sent from an external system is missing but at least the sap system and client ID is sent. There is no external reference number also. But hopefullly, the users will accept it. Can't find any other solution to this.
    Thanks,
    Eric

  • Where is the option "create update rule" in BW 7.3?

    Hi, all.
    We have updated our BI sandbox to BW 7.3. After installing cube 0PT_C01 from the BCT, I realized that infosource 0HR_PT_3 is not linked to the cube. So I was trying to manually create the update rule. But that "create update rule" option is nowhere to be found. Can you please advise?
    Thanks,
    Jonathan.

    Hi jonathan,
    you are implementing time and labour 0PT_C01.
    for that we have only 2 standard data sources
    1 is 0HR_PT_1
    2 is 0HR_PT_2
    in addition to the above data sources we can also use 0HR_PT_3 data source for the info provider 0PT_C01.
    PL check the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/18/3a8337fb02735ce10000009b38f8cf/content.htm
    regards
    venuscm

  • When I open TB, under "Accounts", it only shows the option "Create a new account". Option: "View settings for this account" is NOT shown.

    When I open TB, I no longer see any information about the TB account I've used for years. Instead, the main menu shows only "Accounts" -- "Create a new account - Email, Chat, Newsgroups, Feeds". Option: "View settings for this account" is NOT shown.
    Also the main menu does NOT show "Email - Read messages, Write a New Message" or "Advanced features", etc..
    The actual emails pertaining to the TB account I've used for years are still present under the "Users --> xxxxyyyy --> AppData --> Roaming --> Thunderbird' folder.

    http://kb.mozillazine.org/Recovering_a_profile_that_suddenly_disappeared

  • Since I have installed Acrobat pro 11, it is not finding my Epson Scan software. Therefore I can not use option Create PDF from Scanner option.

    Hello all,
    I have issue with starting my scanner software from Adobe Acrobat Pro 11. In my earlier version Adobe Acrobat 7, it was working fine. But since I have upgraded to 11, it not able to communicate with my Epson scanner.
    I have Mac OS 10.9 and 10.10. My printer is Epson AL-CX11NF. This happens when I am trying to create a PDF file from scan option.
    Can any one give me a solution?

    Did you update your Epson drivers? Epson America, Inc. - Support: OS X Yosemite Support
    Also you may want to read this from Epson:  Epson and Yosemite - Mac OS X 10.10

  • Desactive the option "create serial number automatically"

    Hello
    I´am using serial numbers for certain materials with Stock check, and in my serial number profile the procedure MMSL (maintain goods receipt and issue doc.) is set the serusage 03 (obligatory).
    I need this configuration, so I can control stock for which serial number, and this serial number can´t be set automatically, it was to be write down by the users.
    The problem I have is that when I´am doing a material movement, for example, mvt 501 in MB1C or in MI04 to register the inventory count, the series number is obligatory has I want, but the system gives the user to "create automatically serial numbers", and when the user do that is creating new serial numbers sequential by the number range I gave. What I Want to know is:
    Is there any way to disable this option of "create serial numbers automatically???
    Thank you very much for your help
    Best Regards
    Carla

    MAHA REDDY wrote:
    Hi All,
    I am trying to generate the serial no on the form by this coding
    i have taken non data base field SI_NO
    IF :system.record_status IN ( 'NEW' ,'INSERT' ) THEN
    :XXEAM_JOB_TEMPLATE_LINES.SI_NO := :System.CURSOR_RECORD ;
    END IF ;
    If I am deleteting a record from the middle of the record the sequence on the serial number does not gets changed eg. if there r 5 records if I delete 3 record then the sequence of serial number will become 1,2,4,5 where as it should become 1,2,3,4
    same is the issue if I add a record in the middle the serial number gets duplicate eg if there r 5 record and i am adding another record after 2 then its coming like this 1,2,3,3,4,5 where as it should come like this 1,2,3,4,5,6
    Hi Maha,
    You can use PRE-RECORD trigger at block level and if you write
    :TXT_SL:=:system.trigger_record;you will get serial no. After deleting or adding it will not re-organize your serial no un till you navigate at other record. If you navigate through out the record, it will
    re-organized.
    If you want it dynamically, you need to do a loop after any interaction in records.
    Hope understand..
    Hamid

  • I don't have the option "Create from Scanner".  How do I scan my documents?

    I am trying to scan multiple documents (to save and email), but I don't have the option of "Create from Scanner" on the Adobe Reader XI.  How do I scan my documents (multiple pages on one file, not each page on a seperate file)?

    Nearly all word processors have the option to "insert" a picture or "aquire" an image so repeatedly accumulate your images in any document

  • Getting content and address of select-options (created dynamically)

    Hi guys,
    Suppose I have a dynamically created select-options in a program
    SELECT-OPTIONS it_ranges FOR ...
    Let's say I can determine its name ( IT_RANGES ) only during program execution.
    Now I know I can use field symbols to get its content like below:
    FIELD-SYMBOLS: <fs>.
    "here I will have content of the table in <FS>
    ASSIGN ('IT_RANGES[]') TO <fs>.
    ...but I would like to know how can I get the content of this select-options table through date reference
    TYPES: BEGIN OF t_ranges,
            sign TYPE c,
            option(2) TYPE c,
            low TYPE i,
            high TYPE i,
           END OF t_ranges.
    "let say tt_ranges is of the same type like IT_RANGES
    TYPES: tt_ranges TYPE TABLE OF t_ranges.
    DATA: ref TYPE REF TO data.
    CREATE DATA ref TYPE tt_ranges.
    The above will only create typed reference to table but I want it to point to my table IT_RANGES. The statement below don't work here.
    GET REFERENCE OF ('IT_RANGES[]') INTO ref.
    Is there any other way I can get (using data reference)?
    1) address of this select-options table
    2) content of this select-options table
    Thanks for help in advance
    M.
    Edited by: Marcin Pciak on Nov 28, 2008 11:33 AM

    Statement CREATE DATA would only make sense when you are trying to create the dynamic select options. You can use the addition TYPE HANDLE in order to create the Range Table. Check method implementation CREATE_RANGE_TABLE in class CL_WDR_SELECT_OPTIONS.
    Once the Select-option is created, you need to use the GET REFERENCE to get the data reference of the Select-options. We can't specify the dynamic reference with brackets in the GET REFERENCE statement. So, you need to use the field-symbols to do the dynamics.
    DATA: ref TYPE REF TO data.
    DATA: ref_fs TYPE REF TO data.
    FIELD-SYMBOLS: <fs>.
    DATA: w_range TYPE i.
    SELECT-OPTIONS it_rang FOR w_range.
    START-OF-SELECTION.
      GET REFERENCE OF it_rang[] INTO ref.
      ASSIGN ('IT_RANG[]') TO <fs>.
      GET REFERENCE OF <fs> INTO ref_fs.
      write: 'done'.
    Regards,
    Naimesh Patel

  • Portlet Wizard - No option -- create a Java Portlet

    Hi,
    I am new to weblogic portal.
    Trying to create a java portlet and add it to my portal.
    The wizard doesn't show the option at all. The other options
    like creating a jsp/html and java page flow templates are
    available.
    Also there is no weblogic-portlet.xml file in my whole
    BEA weblogic.
    Please let me know why the option is not availble.
    Thanks,
    Syed S. Hussain.
    Kuwait

    Hi Syed,
    Sorry for the delay in responding. You'll have to contact your BEA support representative,
    and they can supply you with the SP2 upgrade installer, to upgrade your current
    installation.
    George
    "Syed" <[email protected]> wrote:
    >
    Thanks George. I am currently using Weblogic 8.
    I don't know whether SP2 is separately available for download.
    Please let me know whether I download a complete copy of weblogic 8.1
    with sp2
    or can simply download sp2 and install it as a patch to the existing
    weblogic
    8.1
    Thank you,
    Syed S. Hussain.
    "George Murnock" <[email protected]> wrote:
    Syed, please make sure that you're using 8.1 Service Pack 2, as theJSR168
    functionality
    wasn't available until then.
    George
    "Syed Hussain" <[email protected]> wrote:
    Hi,
    I am new to weblogic portal.
    Trying to create a java portlet and add it to my portal.
    The wizard doesn't show the option at all. The other options
    like creating a jsp/html and java page flow templates are
    available.
    Also there is no weblogic-portlet.xml file in my whole
    BEA weblogic.
    Please let me know why the option is not availble.
    Thanks,
    Syed S. Hussain.
    Kuwait

  • E-Recruiting 6.04 Problem in the option Create internal applications

    Hi,
    I have a problem in the Recruiter option u201CCreate internal applicationsu201D.
    When I try to find the personnel number of an internal candidate using the option search by first name and last name there is no results, and I have internal candidatesu2026
    I suposse that I have bad configurated any search templates, but I don´t know wich is used in this case.
    Could somebody guide me, please?.
    Best Regards,
    Esther

    Hi,
    I have been investigated about this problem and I have found that in this case not use a search template.
    This option uses the search help H_RCF_SHLP_EMPLOYEE_DETAIL. When I execute this search help in R3 all work ok, but when I try to search in the portal it doesn´t work...
    I don´t know what is the problem...
    Could somebody guide me, please?.
    Many thanks,
    Esther

  • JOptionPane.showConfirmDialog: Tabbing between options creates wrong result

    In JOptionPane.showConfirmDialog, when pressing <tab> to move between options and then pressing <Enter> I always get a returned zero (0) no matter which button is in focus. Is this a (known) bug or am I stupid?
    I run the following code.
    import javax.swing.*;
    public class TabOptions
    public static void main (String [] args)
         int n = JOptionPane.showConfirmDialog (null, "Use <Tab> to shift option-button, then press <Enter>. " +
                             "I'll write the returned value to sdt out.");
         System.out.println ("Returned value: " + n);
    }

    import javax.swing.*;
    class TabOptions
    public static void main (String [] args)
    UIManager.put("Button.defaultButtonFollowsFocus", Boolean.TRUE);//<--------------------
    int n = JOptionPane.showConfirmDialog (null, "Use <Tab> to shift option-button, then press <Enter>. " +
    "I'll write the returned value to sdt out.");
    System.out.println ("Returned value: " + n);
    }

  • Problem in creating dynamic select-options creating from ';' seperated file

    Hi all,
    My requriement is selection screen fields will come from a flat file like below(first row is field names and remaining r field values)
    For example for VBAK table
    VBELN;VKORG;VTWEG;SPART
    3999202;B227;BD;XX
    file can be vary(number of fields)  and based on table .
    Please let me know how can i convert this file in to the selection-screen fields and how can i pass these values in the select statement WHERE condition....
    Thank you very much,
    Krishna D

    Hi,
    First Split the Data using Field Symbold.Because you don't know how many fields are there in the text file.
    Pass the values to the below Syntax
    SELECTION-SCREEN DYNAMIC SELECTIONS FOR NODE|TABLE <node>.
    declares a node <node> of a logical database for dynamic selections in the selection include.
    You have an Example in the Below Link.
    http://help.sap.com/SAPhelp_nw04/helpdata/en/67/93b80914a911d2953c0000e8353423/content.htm
    Thanks,
    Venkat.
    Edited by: Venkatesh Kolluru on Mar 4, 2011 6:32 AM
    Edited by: Venkatesh Kolluru on Mar 4, 2011 6:32 AM

  • Do the merge address and calendar options create duplicates?

    I want to sync my iPod touch with my new MacBook, in which I have mostly the same addesses and appointments that are already in my iPod. If I choose the merge command when I sync them, will I be left with hundreds of duplicates or will the software see that identical files only appear once in each platform?

    That's what merge means (combine to form a single entity). Read how it works here: http://support.apple.com/kb/HT1296

  • Creating Error message during creation of SC using create limit item option

    Hi,
    I am using option "create limit item" option to create a service SC, now i need to set an Error message if the value in the "value limit" field is lower than the value in the "expected value" field during the creation of sc and i should not be able to order such cart. Currently there is no message displayed and i can create a SC with the lower value in the value limit field.
    Please suggest.
    Regards
    GGL

    Hi. Try BBP_DOC_CHECK_BADI to issue a custom error.
    Regards,
    Dave.

Maybe you are looking for

  • ITunes crashes loading Store on Windows 8 64-bit

    I have iTunes 11.1.4 installed on a Lenovo X1 Carbon with Windows 8 64-bit. It will start and I can play music, sync devices, and update existing applications. Unfortunately, it crashes every time I try to load the store. I have tried launching in sa

  • How do I put old songs on a NEW I pod?

    So my old Ipod wouldn't turn on and they gave me a new one at the apple store.By the way it's the second time thats happened to me.Anyways I wanted to know how to get my old songs,videos,and movies on to my new Ipod.If someone could help me with this

  • In the view of Web Dynpro- "Page cannot be displayed screen"

    Dear All, In se80,During ABAP Webdynpro development,in the View "Page cannot be displayed screen" is appearing.....In SICF i have activated almost all services.....can anyone please  help me out,so that i can develop webdynpros plsssss........... Reg

  • Generating javascript from method ...getting unterminated string literal er

    Hello all, I am attempting to generate several links on a jsp that are generated by a method in my class file. Each link has an onmouseover event that will display a popup box that I got from dynamicdrive.com.                 sb.append("<a href='#' o

  • Change part config

    I am sure I am using the wrong terms, that is why I can't find it in the help. I am new to acrobat3d. I am trying to define a button that turns on or off components. I know how to define a button, but can't find the option I seek. More detailed expla