FMS in Batch field to bring data from IGN1 (Goods Receipt)

Dear all
I'm using B1 8.8 PL16.
I need to take some information in Goods Receipt lines in to the batch information. I tried the query $[$30.10.0] to do the FMS in a field of Batchs data. The query works if is in a goods receipt line but not in the field of bachs lines.
Kind Regards,
Margarida

Dear Margarida,
The $ variable is only available to the current form. When you on the batch form, Goods Receipt line variable will not be available.
Thanks,
Gordon

Similar Messages

  • Batch classification "Date of last goods receipt" is "00.00.0000"

    Dear all,
    I have configured all steps for batch determination for FIFO.
    It worked fine for IM (stock transfer - mov.type 301) on last friday, however, get the issue today:
    - After I do GR (mov.type 101), the batch is auto created, batch classification is created,
    I use MSC2N to view batch classification:
    the value of "Date of last goods receipt" is "00.00.0000"
    What is wrong with my configuration?
    Could you pls help me to fix this?
    Thanl you very much for you help!
    Edited by: Ngo Quoc Hung on Dec 13, 2010 10:59 AM

    System Updates Batch Data in the Batch Master Record in the Following ways :
    1)  If the batch does not yet exist for the plant, it is automatically created.
    2)  If the batch already exists for the plant, the new quantity is simply posted as a receipt in the specified storage location.
    When posting a goods receipt with reference to Purchase order, the system updates Posting date as the goods receipt date in general data of the batch.

  • Fieldes planned delivery date and actual good recipt date for SAP QUERY

    Hi Gurus
    I am changing sap query. I need to find two fieldes  : planned delivery date and actual goods recipt date
    I dont know MM tables, do you know wrhere are?
    in table EKPO i don't find the fieldes.
    Thanks in advance

    Thank a lot!
    Regards

  • Field "GR Non-valuated" in tab "Goods receipt" of the production order

    Hi,
    When creating a production order, the field "GR Non-valuated" in tab "Goods receipt" is checked by default, due to my assessment customizing.
    This field indicates to the system that it should not create any accounting document, whereas I would like to create one. Does anyone know how to withdraw this automatically check?
    FYI, I do not use COPA and the very basic of CO-PC and I would like to create automatically a default assessment rule (cost center).
    Thanks for your help.
    Ronan

    Hi,
    please note that this is not an MM, but a PP-SCF related issue. It does not belong to the forum ERP MM.
    The indicator AFPOD-WEUNB is set automatically as soon                  
    as you do not settle your production order to category 'MAT' (see                    
    settlement rule). If the order is not settled to a material, then the                
    Goods Receipt will not be valuated and the flag G/R Non-valuated (WEUNB)             
    is set. Only when you settle to a Material is the G/R Non-valuated not              
    set, and you will  receive FI postings in the case of such a movement.               
    This is standard system behaviour.                                                   
    Please review the following notes relating to settlement rules: 518496,              
    400400.                                                                               
    To make sure that the GR-Nonvaluated flag is not set in the                          
    production order, field KZBWS must already be filled with 'M' in the                 
    customer requirement. For that, please set the field KZBWS='M' for the               
    requirement class that is used (see 'General Customizing' in note                    
    459734). PLAF-KZBWS (indicator:valuation of special stock).  
    Regards,
    Edit

  • How to autopopulate a text field with unique data from multiple data sets

    Hi,
    I'm a laboratory manager in charge of a hospital project which will be using pdf forms to send and receive data from our end users across the city. I need help with the last part of our pdf form, specifically with a js that will do a bit of text-field autopopulation magic. This, unfortunately, is a beyond what I have taught myself about pdf js functionality.a
    The problem:
    I need to provide my end users with a text field containing a set of data [A, B, C, D, E, F ...] and the total items in this set [tot#]. The end user needs this information as part of the implementation of this particular laboratory machine.
    The particulars
    When the end user asks for an experiment to be run, we must specify some pieces of data to help them interpret the results. These are constructed as panels which contain discrete data elements.
    For example - One experiment may use two panels, Panel#1 and Panel #2. Panel #1 includes the items A, B, D, E, Panel #2 includes the items A, B, C, F, G.
    Thus, the panels may share some of the same items, but, I only want the unique members to be displayed in the text field. If I make a drop down box or checkboxes with the panels, I want to  be able to select the panels that we ran and (in this example) have the text field display only the unique items among all the panels that were used:
    textfield outpute = A, B, C, D, E, F, G - 7 total.
    Any assistance from the pdf community would be very much appreciated.
    Thanks!

    Thanks for that help.
    I should have made it more apparent that I'm very new to scripting and I'm
    not a programmer by trade. I have a few questions before modifying the code
    you kindly provided.
    1) Where should I embed this script? Within the 'selection change' area of
    my listbox?
    2) Can I replace the term 'arr' with the names of the various items in my
    listbox or should I put 'arr#' as the output value for each term?
    3) Will this script find and display the unique values when a user selects
    multiple items in my listbox?
    4) How does the script know where to output the unique members of the
    combined set?
    I appreciate your patience with me.
    ck

  • Bring data from one database to another using a DBASE link

    I usually bring data using a database link
    something like
    Insert in table
    colon 1
    colon 1
    colon 3
    select
    colon 1
    colon 2
    colon 2
    from table@nameLINK.
    I
    The tables have the same structure the tables in the database where I am runing the script are empty
    I wonder if it is a way to do it faster (not a dba) without wriiting a script with the insert, some of the tables have a lot columns
    thank you

    Use NOLOGGING for the table and the APPEND hint for the query. This will eliminate the generation of redo and be faster.
    ALTER TABLE myTable NOLOGGING;
    Insert /*+ APPEND */ into myTable
    colon 1
    colon 1
    colon 3
    select
    colon 1
    colon 2
    colon 2
    from table@nameLINK;
    ALTER TABLE myTable LOGGING; -- if you want to turn logging back onIf this is a table you will truncate and load each day just leave the table as NOLOGGING.

  • Using a caculated field to get data from another table.

    I have a Products Table that I need to add a  field to. This field gains data from a Supplier table by using the supplier code to find the correct supplier type. All Products have a Supplier Code. So for example in SQL this would be a simple where statement looking something like this.
    SELET Supplier.Type
    From Supplier , Product
    Where Supplier.Code = Product.SupplierCode
    And ProductID = someID
    How would you write this as a caculated field in MDM?

    Hi Chauncey
    My previous post seems to have disappeared into the ether, so here it is again.
    If you only want to do this linking for display purposes, then consider the following possibility:
    The main Products table has a field which looks up to the flat table Suppliers. The flat table Suppliers has a field that either A) looks up to a flat SupplierTypes table or B) is a normal field in which the supplier type is stored. Inside the flat Suppliers table, just set both the SupplierCode and SupplierType fields to be display fields. MDM will automatically display both pieces of data inside the single field in the Products table.
    If you need the SupplierType in a separate field then you cannot do this with an expression (calculation or assignment.) You'll need to write a piece of code using one of the MDM APIs in order to do this lookup.
    HTH,
    Mark

  • Procedure/batch file to export data from sql to excel(predefined path)

    Hi,
    I have countries, sites, states tables (total 3) in database (i have user id and password to connect to this database).
    every week i need to extract data from these tables into excel files and i need to save those in shared drive for team use.
    Currently i am connecting to database every time running sql query and manually exporting that latest data to excel and saving that as excel files in (G:\team\common\) folder with specific name.
    output format should be : excel (.xls)
    file names should - countries.xls,sites.xls,states.xls
    server name : ap21
    output location : G:\team\common\ ( G is shared drive).
    i heard that we could create batch file to do this task and also we could use oracle procedure to do this task. but not sure which one is the best option.
    could you please guide me what is the option and also help me with technical stuff to do this task.

    Hello,
    output format should be : excel (.xls)Do you really want to create .xls files? This is not easy to do because it is a proprietary (MS) binary format. You should consider other formats like .csv or .xlsx. Follow the link in the previous answer how to generate them.
    file names should ...The name of the files does not matter, you are free to name them as you like.
    server name : ap21
    output location : G:\team\common\ ( G is shared drive).You can write the file generated in the database only to directories that are accessible from the db as Oracle Directories. You could mount the shared drive to the db server, but it might be better to write the output to a server directory and then transfer them to the shared drive with OS-copy command or FTP.
    i heard that we could create batch file to do this task and also we could use oracle procedure to do this task. but not sure which one is the best option.I would use Oracle Scheduler to execute a PL/SQL procedure to generate the files and then a OS-batch file to transfer them. You can use the Scheduler to execute the batch file too, see {message:id=3895983}.
    Regards
    Marcus

  • How to bring data from Oracle based Non SAP System to SAP

    Dear Friends,
    I have two servers, one is SAP and the other one is Non SAP with Oracle in backend. Please suggest how to take data from the NonSAP server to SAP server or how to connect the two.
    Please send the step-by-step configuration if possible.
    Thanks in advance,
    Alok.

    Hi
    Step 1: Create an entry for the External database in DBCON table using Trxn: DBCA.
    Table: DBCON (Description of Database Connections)
    Field Name     Description                          Value (For: E.g.:)
    CON_NAME   Logical name for a database connection    RAJ
    DBMS       Database system                           MSS
    USER_NAME  Database user                            <username>
    PASSWORD   Password for setting up the connection   <pwd>/<pwd>
    CON_ENV   Database-specific information             MSSQL_SERVER=depotserver MSSQL_DBNAME=HOF_INDORE
    DB_RECO
    Step 2: Now you can write code to connect to the external database…
    Your Sample code can be something like this……
    FUNCTION-POOL z_houston. "MESSAGE-ID ..
    DATA: BEGIN OF wa,
    c_locid(3),
    c_locname(50),
    c_locstate(5),
    END OF wa.
    FUNCTION z_houston_connect.
    ""Local interface:
    EXEC SQL.
    CONNECT TO 'RAJ' AS 'V'
    ENDEXEC.
    EXEC SQL.
    SET CONNECTION 'V'
    ENDEXEC.
    *- Get the data from MS-SQL Server
    EXEC SQL.
    open C1 for
    select
    loc_id,
    loc_name,
    loc_state
    from ho_loc_mast
    ENDEXEC.
    DO.
    EXEC SQL.
    FETCH NEXT C1 into :wa-c_locid, :wa-c_locname, :wa-c_locstate
    ENDEXEC.
    IF sy-subrc = 0.
    PERFORM loop_output.
    ELSE.
    EXIT.
    ENDIF.
    ENDDO.
    EXEC SQL.
    CLOSE C1
    ENDEXEC.
    ENDFUNCTION.
    *& Form LOOP_OUTPUT
    Output
    FORM loop_output .
    WRITE: /5 wa-c_locid, 10 wa-c_locname, 65 wa-c_locstate.
    CLEAR wa.
    ENDFORM. " LOOP_OUTPUT
    Regards
    Raj

  • Change unit cost AP Invoice line based from a Goods Receipt PO base entry

    Hi,
    Im using SAP B1 2007A PL 46 with B1DE 2.0
    SCENARIO:
    (1) I have a goods receipt PO that has a line for an item with a quantity but 0 unit cost.
    (2) At a later stage, via DI, I create a AP Invoice and set the line BaseType, BaseEntry and BaseLine to point to the goods receipt from step 1.
    REQUIREMENT:
    When creating the AP INV, I would like to change the unit cost for the line to something other than 0. I find however, that because I have based the AP INV Line a base document, I cannot override the line price for the line before calling the APINV.Add() method. After calling the APINV.Add() method, the APINV Line still has the price of 0 even though I set it, for example, to 100. (see example below)
                        docAPInv.Lines.BaseType = (int)BoAPARDocumentTypes.bodt_PurchaseDeliveryNote;
                        docAPInv.Lines.BaseEntry = GoodsReceiptPODocEntry;
                        docAPInv.Lines.BaseLine = 0;
                        docAPInv.Lines.Price = 100; //NEW PRICE            SEEMS TO HAVE NO EFFECT
                    int res = docAPInv.Add();
                    if (res < 0)
                        Success = false;
                        ErrorReason = B1Connections.diCompany.GetLastErrorDescription();
                        break;

    Hello,
    If your system is installed as 2007 (no upgrade from 2004/2005)
    -> use the UnitPrice instead of Price field.
    If you have upgraded from 2005/2005 versions,
    ->You can choose between the UnitPrice and Price fields up to the Customizing settings.
    See SAP Note 1334050
    Regards,
    J.

  • Fields mapping IDOC WMMBXY to post Goods Receipt against Inbound Delivery

    Hi Friends
    I am testing Goods Reciept against Inbound Delivery using Inbound IDOC.
    IDOC Type used WMMBXY  and Function Module :
    System is giving erorr message as "Document does not contain any items".
    Kindly let me know segment data mapping for above IDOC type
    Following data are passed to segments,
    E1MBXYH-BLDAT  Document date
    E1MBXYH-BUDAT Posting date
    E1MBXYH- XBLNR  .. in this field i am passing Inbound Delivery number
    E1MBXYH- TCODE  ...  MIGO
    E1MBXYI-BEAKZ   ...  B Goods Receipt against Purchase Order
    E1MBXYI-MATNR     material number
    E1MBXYI-WERKS     Plant
    E1MBXYI-BWART    Movement Type
    E1MBXYI-LIFNR         Vendor code
    E1MBXYI-KZBEW      B
    E1MBXYI-POSNR      Item number in delivery
    E1MBXYI-VBELN       Inbound Delivery number
        E1MBXYJ-VLIEF_AVIS            Inbound Delivery number
        E1MBXYJ-VBELP_AVIS           Item number in Inbound Delivery
        E1MBXYJ-WM_KZBEW            Movement indicator
    Raj

    Hello,
    Did you recieve any answer or find a solution? I encounter a similar issue.
    Thanks in advance,
    Génia.

  • How to bring data from 3 different internal table to one

    hii all,
              i have 3 internal table ls_mat,which has around 20 fields,it_stpo,which has 3 fields,and it_mast,i need to bring all these 3 table data in one tabel...how do i do...plzz help...

    Hi ,
    Does this internal table have any fields in common in all the three.
    If yes , then loop ls_mat
    Declare a type will all the fields and create a structure and internal table with that type (for ex lx_final and lt_final respectively)
    Loop at ls_mat into lx_mat.
    1.copy all the fields of lx_mat to respective lx_final.
    2.read table it_stpo into lx_stpo with key field = lx_mat-field.
    3.Copy all fields of lx_stpo to respective lx_final.
    4. read table it_mast into lx_mast with key field = lx_mat-field.
    5. copy all fields of lx_mast to respective lx_final.
    6. now append lx_final to lt_final.
    Endloop.
    now you can get all values inside lt_final.
    Regards,
    sivaganesh

  • Seeking Pdf form help - javascript formula to auto-populate fields based on data from other fields.

    Hi there, I am new to PDF form work, and am wondering if someone could help me with a javascript formula.
    I want to auto-populate the EXPIRYDATE field, as the same date as the entered AUTHORIZATIONDATE field, but 4 years later.
    So, I want to be able to enter 11/14/2014 in the AUTHORIZATIONDATE date, and have 11/14/2018 auto populate in the EXPIRYDATE field.
    Seems simple I know, but I've messed around quite a bit and can't seem to make it work. Is this possible??
    Any help would be very much appreciated!!

    And what have you done?
    This can only be done with custom JavaScript programing.
    The value of date type fields are text field and not numeric data. The first task is to convert the dates to a number on some type of number sequence that is a mapping to dates.
    Have you looked at the Acrobat JavaScript API Reference, the MDN JavaScript reference?
    I would use the Acrobat JavaScript util.scand to covert the date string to the number of milliseconds from January 1, 1970 midnight. and then use the getFullYear method of the date object for the year value and add 4 years to that value and then use the setFullYear method to set the year for the date object. Now you can use the util.printd method to format the date object as a date string with a specific format.
    // get the date value, format of date string and years to add;
    var cDate = "11/14/2014"; // date value;
    var cFormat = "mm/dd/yyyy"; // date format;
    var nYears = 4; // years to add;
    // convert date string to date object;
    var oDate = util.scand(cFormat, cDate);
    if(oDate == null) {
    app.alert("Error converting " + cDate + " using format " + cFormat, 0, 1);
    // add years to date object;
    oDate.setFullYear(oDate.getFullYear() + nYears);
    // display result;
    var cExpireyDate = util.printd(cFormat, oDate);
    app.alert("Authorization Date: " + cDate + "." +
    "\nExpire Date: " + cExpireyDate, 3, 0);

  • Bring Data From R/3 To BW

    Hi All,
    I have Customer PUrchase Order Type(ZSDBSARK) in ZSALSCNT Master data,i have added ZSALSCNT to cube then to Multi Provider,on report the Customer Purchase Order Type data not showing.
    I have checked in R/3.
    This is the Data Source for ZSALSCNT ( ZSM_EXTRACT_CONTRACT_STATUS)
    FM : Z_EXTRACT_CONTRACT_STATUS
    Extract Structure :   ZSTR_CONTRACT_STATUS
    I have to add BSARK in Extract Structure ZSTR_CONTRACT_STATUS
    This should be selected from table VBKD for the Contract
    number.
    SELECT SINGLE BSARK
    INTO extractor_field
    FROM VBKD
    WHERE VBELN = VEBLN FROM VBAK.
    where should i place the above code is it in function module ????
    and what is the process to add the field BSARK to EXtract structure
    and what is the process to get THE data into BW.please suggest ASAP.
    Thanks
    Karuna

    Hi,
    I). you can place  the code in functional module(Z_EXTRACT_CONTRACT_STATUS) by using SE37.
    II). process to add the field BSARK to EXtract structure.
    1. Go to RSA6.
    2. Select the Data Source ( ZSM_EXTRACT_CONTRACT_STATUS)
    3. Select display Data Source (Ctr+F2).
    4. Double click on the Extract structure.
    5. Click on the Append Structure.
    6. Add the required field(ZSALSCNT).
    7. Activate the Append Structure.
    8. Go to CMOD.Give the Project, select Display.
    9. Click on ZXRSAU01.
    10.then you have the bellow exits:
    a).Transaction data EXIT_SAPLRSAP_001
    b).Master data attributes EXIT_SAPLRSAP_002
    c).Master data texts EXIT_SAPLRSAP_003
    d).Master data hierarchies EXIT_SAPLRSAP_004
    11. select Transaction Data EXIT,then you have to write the ABAP CODE.
    12. save and activate.
    13. check the data in RSA3.
    15) Replicate the data source, select the source system, right click and select 'Replicate DataSources'
    15.. Logon to transaction RSA1,
    16..Select the InfoProvider at right hand side panel and select 'Create InfoArea;
    17) Select the InfoArea and right click, select 'Create InfoCube'.
    18) Enter name and description of the InfoCube and press 'Create'.
    19) To create new dimensions, right click 'Dimensions' folder and press 'Create New Dimensions'.
    20) Select 'Time' dimension and right click to add time characteristics '0CALMONTH'
    21) Similarly, add Key Figure to 'Key Figure' folder by right clicking
    20) activate the InfoCube.
    21) Select the InfoCube and right click to 'Create Transformation'
    22) Select Source and Target for Transformation.
    23) System will propose the mapping, incase system does not propose, select the InfoObject and drop for mapping.
    24) For 0CALMONTH, a constant will be used in this case, define the constant
    25) After defining, press 'Transfer Values'.
    26) Check and activate the transformation.
    27) Now define, Data Transfer Process.
    28) Enter the source of DTP
    29) Activate the DTP after maintaing the required settings
    30) Create a InfoPackage by right clicking the DataSource
    31) Execute the InfoPackage to load data into PSA
    32) Check the data load in PSA by double clicking the DataSource
    33) Execute the DTP
    34) Check the data in InfoCube.
    Regards,
    Suman.

  • Creating custom fields for manual entry and fields that gather data from Active Directory

    So I am no SQL developer but I am being asked to do this.. I've spent the last few days researching but cannot find anything related to my particular situation.
    I have made a copy of the following report to add or modify a few columns:
     Hardware 01A - Summary of computers in a specific collection
    So I have 2 questions:
    How do I create a field that will search the "Managed By" tab in the Computer Properties window in Active Directory.
    How do I create a field that can be manually updated for example: "Date Deployed" or "Deployed By: Analyst"
    I understand I need edit this in SQL report builder and think I know how to create the columns. I believe all I am really asking is.. What are the SQL statements I need to write in order to get this to work?
    I'm sure it's not as cut and dry as I hope it to be so I will be standing by to try to answer any further information that you will want to know.
    thanks!

    Before you can accomplish this you need:
    "Managed by" -attribute has to be added to your Active Directory System Discovery, more on this here: http://technet.microsoft.com/en-us/library/bb693618.aspx
    For "Date Deployed", I'd use a custom Tattoo script in your task sequence to "Tattoo" the installation info in the registry, after that I'd configure the Hardware Inventory to pick that from the registry, more on this here: http://ccmexec.com/2012/08/script-to-tattoo-the-client-registry-during-osd/
    and here: http://www.petervanderwoude.nl/post/reporting-about-the-all-the-different-os-deployment-versions-with-configmgr-2012/
    After those prerequisites, you can start working with SQL reports. More info here: http://myitforum.com/myitforumwp/2012/10/29/sccm-2012-reporting-for-dummies-creating-your-own-ssrs-reports/

Maybe you are looking for

  • Cannot send an email from my alias Mobile Me account from the iPhone.

    I have a Mobile Me email account which works perfectly on my Mac and iPhone. I created a an Alias Mobile Me Account on the web. I am able to create a new email from the alias account on the Mac. The iPhone will not recognize the alias account, I cann

  • Switching out HD and have some questions

    I Have two different issues here. I am installing a 500Gb Seagate in my G5 which currently has a 160 Gb and a 200Gb in the two bays. The system is running on the 160Gb HD with a clone on the 200Gb. I have an external LaCie D2 500 Gb HD which I intend

  • Difference between Naming.lookup and Registry.lookup in RMI

    Hi Folks, I have an RMI client which tries to look up a remote object using both Naming.lookup("//host[:port]/name OR rmi://<host_name>[:<name_service_port>]/<service_name>") and LocateRegistry.getRegistry().lookup("rmi://<host_name>[:<name_service_p

  • How to sort on Multiple columns in WebI report

    Hi          I am working in BO XI R2. I have a report containing two columns in a section. Section is on Fiscal Year- Fiscal year includes calendar year 2010 and 2011. data for fiscal year 2010 is from october onwards. The two columns in the section

  • Why am I seeing backups on my MacPro HD & not on my TC?

    I'm sure is a lack of understanding how the TC works & apple's way of doing things (am a recent convert to Apple)....but seems strange that my local (macpro) is filling up with backup files and not the TC.  Is this correct? I've got abt 200GB of 'stu