Display Employee Name linked in Item Master in Order Recommendation Report

Dear Experts,
      My requirement is that the "Employee Name" linked in Item master have to be displayed next to the item in MRP Order Recommendation Report.
I have created a header level UDF "Employee Name" in Item master and have selected an employee in this field. I have also created another UDF in Order Recommendation Report as "Internal Buyer" as a column. But the employee linked to the Item is not getting displayed in the Order Recommendation Report.
FMS query used in "Internal Buyer" is
SELECT T0.U_Employee FROM OITM T0 where T0.ItemCode=$[oitm.Itemcode]
Regards,
G.Shankar Ganesh

Hi Shankar,
Could you try with this query
SELECT T1.[U_Employee ] FROM [dbo].[OITM]  T1 WHERE T1.[ItemCode] =$ ORCM.ItemCode
Regards,
Vijay kumar

Similar Messages

  • Display employee names run time

    hello friends
    I have a table named as employee.I'm using forms6i.
    i want to display all this employee names in runtime using [list item or text item]
    how can i do this?

    Hello,
    Use the Datablock wizard, then build a block on your table.
    Francois

  • Display employee names with SA profile

    Hi
    I am looking at implementing structural authorisations and restricting users to thier own org units.  So they will only be able to view employee details of users in thier org unit but there is a need for users to look at employee names throughout the whole organisation.  Currently I am testing with 3 PD profiles, 2 allow different org units (P1 and P2) and the other allows access to all organisation (P3).  The problem comes when i give access to a user to P1 and P3 or P2 and P3, they are able to see all employee's and all the infotypes that they have for thier own org unit. 
    Does anyone know how to allow users to display name of employee only throughout the org structure whilst restricting acess to thier own org unit?
    Thanks

    Hi there, Assuming the users will be access BI :  If the end user access in the HR system (structural authorisation) is similar to what is required in BI.eg A user in the HR system can see You can bring the structural authorisation into BI via standard extraction enabling cross system consistency.
    If the access to BI is different to HR - complexity will increase! You could create different reference  employee name characteristics for the PD profiles. This will increase complexity and admin.
    I hope this helps.
    Sam

  • Display the name of the person who creates (prints) the report

    I have designed a report 'template' for other people to use.
    I would like a field in the report which displays the name of the person who uses the report template to display data from the database.
    The field in the Special Fields drop down menu called 'file author' does not work.
    Can anyone suggest what I should use?

    Try inserting one text object stating "Designed by XXXX" at the footer before creating a template so that when ever the template is used for a report the text object will be printed with that Description
    Raghavendra

  • Display Vendor Name In PO Item Condition In Item Details

    Hi,
    Process is, if we have created to PO (ME21N) and given XX Vendor in Header and ZZ Vendor Code has maintained as per condition wise in line item wise in condition tab in item details but not shows ZZ Vendor Name.
    I want to display the Vendor Name in item details.
    Please tell me, How to display the vendor Name?
    If any User Exit or other option through.
    Devendra

    Thanks for Reply, as suggested by you, I have checked with ABAPer maybe this enhancement use for new tab in PO
    I need to display the vendor name at the space before the vendor and vendor code are shown.
    Me21n-->give item and its details>item conditions tab---->select particular condition type -
    >click on Conditional details icon. There at the end right hand side vendor field is present where we can give vendor code. Beside the vendor field i need to display that given vendor code related name. So that user won't make any mistakes in giving the vendor code
    Pl provides me the solution to do this. Which is the best way to bring vendor name in that screen?
    Devendra

  • Item Master Field Link

    Hi everyone,
    In marketing document item raw table there is field called Item Details.. Anyone have any idea to which field its linked from Item Master Data..
    Thanks & Regards

    Ok sorry I just found out.. Its Remarks
    Thanks

  • Is it possible to display the document link for each record  in Report ?

    Hi,
         Is it possible to display the document or Image link for each master record in the Report  with the help of RSA1->Document->Master Data.
    Usefull answers are really helpfull.
    Advance Thanks for the userful answers.
    Regards,
    MRC.

    Hi  JAYASHREE PARASMAL ,
          Thanks for your valuable answers.
          Now i got the document in my Report,while executing the report through query designer as per your suggestion done on Setting Tab option.
          But i can't able to get the same thing,while i executing the Repory through WAD.
          What setting i need follow in the WAD for getting the same thing.
          Kindly give your suggestion to get the document in my Report,while i am executing through my WAD.
          Once again thanks for your helpful answer and awaiting for your suggestion.
    Regards,
    MRC.

  • Item Master Data Best Practice

    hello all
    we are now using SBO for more than a year, and yet we still always add new items in our item master data. what is the best practice on maintaining the item master data. for you to understand this is the scenario. since in the Factory/Mill there are a lot of spare parts and equipments there, if some of this equipments is damage, we have to buy a new one, here the problem occur because if it only differ in Part Numbers we use another item code for it. with this practice, at later part we found out that we have more than 1 item code for only one item because of the naming convention. so we have to hold the other item code and use the other one coz we cant delete it anymore. sometimes 1 itemcode occurrs only once in the in the item history.
    please suggest what is the best Practice on this matter.
    1. Item Grouping
    2. Naming Convention
    etc..
    NOTE:
    our goal is minimize adding of items in item master data.
    FIDEL

    FIDEL,
    From what I understand, you have to replace broken / damaged component of an item like Bulldozer, Payloader and mill turbines.  This is the reason why you defined the parts as a new item.
    From your Item code examples, I am not clear why you have 2 different names for the same item.  and also what you mean by "this two item codes are actually the same,
    If you are just buying parts to replace components and if you do not need to track them then I would suggest you create generic itemcodes in the Item master and simply change the description when you buy / sell them.
    Example:  Same Item different description.
    REPL101  OIL FILTER
    REPL101  FUEL FILTER
    REPL101  xxxxx
    This way you are not going to keep creating items in the database and also you can see the description and know what it was.
    Simply change the ItemName in the marketing document and instead of pressing Tab to move to the next column Press CTRL+Tab so that SAP does not auto check then ewly typed name against the item master.
    Let me know if your scnenario is otherwise
    Suda

  • Reg:Validation on Item Master data

    Hi,
    I would like to put the validation for Item Name and UOM Name fields in Item Master in Update mode.
    And i try to do the following query.But it is not restricted in update mode.
    if @object_type ='4' and @transaction_type in ('U')
    begin
    IF EXISTS(select t2.itemcode from oitm t2 where
    t2.docentry =@list_of_cols_val_tab_del and
    t2.itemname not in
    ( select t1.itemname from oitm t1 where t1.itemname is not null) or t2.InvntryUom not in(select t1.InvntryUom  from oitm t1 where t1.InvntryUom  is not null))
    select @error=N'1',
    @error_message =N'You cannot update this document.'
    end
    please correct my given query.

    Hi md,
    If's wrong in this :
    t2.docentry =@list_of_cols_val_tab_del
    change by the following
    if @object_type ='4' and @transaction_type in ('U')
    begin
    IF EXISTS(select t2.itemcode from oitm t2 where
    t2.Itemcode =@list_of_cols_val_tab_del and
    t2.itemname not in
    ( select t1.itemname from oitm t1 where t1.itemname is not null) or t2.InvntryUom not in(select t1.InvntryUom  from oitm t1 where t1.InvntryUom  is not null))
    select @error=N'1',
    @error_message =N'You cannot update this document.'
    end
    Hope it helps

  • How to display employee no in group tree without separator and decimals

    Post Author: makk07
    CA Forum: Formula
    Hi Everyone,   In my database the employee number is stored as follows:8,367.0029,785.00140,742.00   And in the report I have a group based on formula to display employee name and employee number. My formula is as follows:{@Full Name} & ' - ' & {table.EMPLOYEE NO}and in the group tree you will see it asjohn,smith - 140,742.00 but I want to display it as follows:john,smith - 140742, and I am using crystal XI   Please anybody suggest how to achieve that.Thanks in advance

    Post Author: SKodidine
    CA Forum: Formula
    Change your formula to:
    {@Full Name} & ' - ' & totext({table.EMPLOYEE NO},0,'','')

  • Country of Origin in Item Master

    Dear All,
    We have a database field by name "CountyOrg" in item master. But I cannot find any field in front-end where I can view the data I have imported in this field thru DTW (ItemCountryOrg). I have items where I would like to save their country of origin as each item is unique to one country.  Please let me know what is the use of this field in SAP and if I import the country  name here will it effect/restrict any of my transaction in SAP.
    Regards
    Kapil

    Hi,
    this field is not used in the B1 UI application. In the old version, it is used but now it is not.
    you may check this thread to know more and solve the issue you have now :
    Re: How is the Country of Origin field populated in the OITM?
    JimM

  • Item master data table

    Hi All ,
    I have to update item code .so i want to know how can i update this . and i want to know if it is better to delete item data through SQL Back end .and what tables are linked  to item master data table .
    Thanks In advance
    Areeba Ali

    Hi,
    you can delete the item code using SQL statement thorugh backend using this sql query e.g. item code is B747400:
    delete from dbo.oitm where itemcode = 'B747400'
    if you delete it, the db will not consistent and no more support from SAP AG except you create new db and taken the opbal for the db.
    The warehouse journal, all created documents and history tables will not consistent anymore after the deletion.
    to prove it, you may check using this code:
    select itemcode,dscription from oinm where itemcode not in (select itemcode from oitm)
    select itemcode from oitw where itemcode not in (select itemcode from oitm)
    select itemcode from itm1 where itemcode not in (select itemcode from oitm)
    select itemcode from itw1 where itemcode not in (select itemcode from oitm)
    All of the tables involve in the above queries will be affected.  If the item never have any transactions, you can delete it directly using this step:
    1. search the item
    2. if the item is available then right click --> select remove
    JimM

  • "Req. Inv. Level" in the Item Master Data - Inventory Data

    Dear All,
    Would like to ask what is the function of the "Req. Inv. Level" in the Item Master Data -> Inventory Data ??
    What is the different with Min. Inventory?
    And what is the different with Item Master Data -> Planning Data -> Minimum Order Qty ??
    Thank you very much!!!

    Dear All,
    Thank you for your reply.
    i found something strange for the MRP, it is as the following:
    at 06.11.2009, i have created 1 SO : SO123
    qty: 150
    due date: 10.11.2009
    for the Minimum Order Qty in Planning Data: 200
    Lead time: 2 days
    when i run MRP, it can show at 10.11.2009, qty 200 is needed to be purchase (it match the Minimum Order Qty in Planning Data:200)
    But when i set the lead time to be 10 days), it only show at 10.11.2009, qty 150 is needed (in red font).
    Question: seems if the date for the material to arrive (06.11.2009+10 days = 16.11.2009, which is excess the due date of the SO 10.11.2009) is over the due date (10.11.2009) then the MRP will just show qty150 instead of showing qty 200 (the Minimum Order Qty) ? so after that when create the PO by using Order Recommendation Report, it qty in the PO is 150 only, but not 200.
    is it how the MRP in B1 works?
    thank you very much!!

  • Object links to items

    hi,
    can i configure to object link an item to a order group(which is created through KOH1 transaction grouping different  IO's in CO).
    Pls suggest.

    You can link it and if there is a posting on this order(which will not be the case) then it will be transferred to PPM. The cost of child order will not be transferred.
    Regards,
    Alok.

  • Sales Analysis by Item Group (Monthly) - To include Sales Employee Name

    Hi,
    I have added Sales Employee Name in the Sales Analysis by Item Group (Monthly) report by A/R Invoices. I have added this under Repetitve Area Header0. However, the sales employee name showed in the preview is different than the criteria entered.  It seems that the report only the first Sales Employee Name in the report.
    Anyone have any idea? Thanks in advance
    Regards,
    MH

    That is a good question.  You have to find out any unique relationships between your Sales Employee and your sales analysis data if there is. Hope the help below can assist you:
    Relate to
    This option is relevant for special scenarios only and requires knowledge of SQL.
    This field is used for retrieving data related to key records found in tables other than the table linked as default to the current print template.
    A key record is a field used as a primary key in a certain table. This key record functions as the identifier of the record, and, therefore, it is required to retrieve any additional data related to it.
    Following is an example:
    e.g.If you need to print the name of a certain bank, which is not linked to the table used in the current print template, you must first create a Text field of Database source type using the required table and select a key record, such as Bank Code.
    Then, you need to create an additional Text field of Database source type. Select the table again, select the required column (such as Bank Name), and enter the unique ID of the field with the key record in the Relate to field.
    There might be two or more key records in the same table. In such a case, these two key records are both required for retrieving the data.
    Identical bank codes are used in many countries. If you need to print the name of a specific bank, you need to link it to a relevant country, in addition to its relevant bank code.
    You are currently working on a print template for Incoming Payments. However, you need to retrieve data (such as the business partner's bank name) linked to the key record Bank Code from the Bill of Exchange for Payment table, rather than from the Incoming Payments table.
    In the Relate to field, select the unique ID of the field containing the required key record. In this example, this is a Text field of Database source type containing Bill of Exchange for Payment in the Table field and BP Bank Country in the Column field. The drop-down list contains the unique IDs of all the fields that are situated in the same area as the current field.
    This link makes the system retrieve the Bank Code linked to the BP Bank Country field found in the Bill of Exchange for Payment table.

Maybe you are looking for

  • Java.lang.ClassCastException: oracle.xml.parser.v2.XMLText cannot be cast to org.w3c.dom.Element

    Hello I am getting java.lang.ClassCastException: oracle.xml.parser.v2.XMLText cannot be cast to org.w3c.dom.Element error. This code is in java which is present in java embedding. The SOA is parsing the xml in java code using oracle.xml.parser.v2 . T

  • Touch or Express for Galaxy S5

    Waht is the difference between Photoshop Touch and Photoshop Express for Android? I have a Samsung Gallaxy S5 large phone. Which one should I buy?

  • Query regarding EWA Reports

    Dear All, We have recently added a Managed System to Solution Manager 7.1 SP10 and completed EWA setup. Now there is a requirement to generate EWA reports for previous 3-4 months (week-wise) for this managed system in Solution Manager. Can this be do

  • Grab picture of the day with Spry?

    Hi, I want to grab the picture of the day from: nasa APOD site and make that picture spry-fade in on my web page. Since I don't know how big the picture will be I need the frame to auto size or use spry shrink/grow to set pixel size?? Not sure how to

  • Server Monitor Email Notification settings

    Ciao! Email notification settings in Server Monitor, how does this work and needs to be setup? Do I have setup a email account in the Server to use this feature or do I just enter the following fields: From: To: and the server does the rest, which I