How to get materials at vendor location created on APO

Hi -
I am working on a project to try to do some capacity planning/what if analysis on SNP for materials created at a vendor location ( contract manufacturer). We currently do not maintain master data for the capacity of these vendors but it is something that the planners know of and take into account outside of APO when trying to determine the quantities for a PO.
We do not want to actually plan the items with PPMS, etc but are looking to at least get the materials created at the vendor location on APO. Can someone give me an idea of how we would do this via the CIF?
Thanks for your help.

Yes it is PPM user exit on APO side and will create when PPM is cifed from R/3.
SMOD :APOCF012  Inbound Processing: Production Process Model
OSS note : https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=483358
How to do it is there in correction instructions :
https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/corr_instr/correction_instructions.htm?_EVENT=CORR_OBLI&_CINSTA=0120031469&sap-language=E&_CALEID=0000331824&_CPAKID=418
Manish
Edited by: Manish Kumar Rathi on Oct 17, 2008 1:29 PM

Similar Messages

  • How to get Screen on Vendor Master Create 'XK01'

    Hii
          I have done all pre requisite to get the custom fieldsThat is :
    1) Define the Screen Grp in Customisation
    2) Implement both BADIs  VENDOR_ADD_DATA_CS/VENDOR_ADD_DATA
    done as par given in Note 580266
    i am able to get the Extra Button and also the screen .there is some issue when the GET_TAXI_SCREEN is called .i have written:
    ****This is the Screen i want to call & have added some fields *****
    e_screen = '0100'.
    e_program = 'SAPLZBC425IMEXIT1'.
    I have specified the Screen Name & the Program name here only & not in the Subscreen Tab of the BAdi.
    Can any one help me out on this?
    Regards
    Ajitabh Pradhan
    Message was edited by:
            Ajitabh Pradhan

    Dear Ajitabh,
    While carrying out the recording of the XK01, I came across the Screen - "SAPMF02K". Please check out.
    Regards
    Abir
    Don't forget to award Points *

  • In ME2N  report for PO- How to get or add Vendor name in ALV grid output

    Hl Everyone
    How to get  or add Vendor Name and payment terms in the ALV grid output for the follwing reports like ME2N and ME2V.
    cuurently i am in 4.7 E version.
    Kindly suggest..........
    thanks in advance
    Regards
    Prashanth

    Hi Pankaj
    I knew that vendor name field is avaiable in ECC versions, but how to get the same field(vendor name) in 4.7 E vesion.
    Kindly suggest
    Regards
    Prashanth

  • How to get UTF-8 encoding when create XML using DBMS_XMLGEN and UTL_FILE ?

    How to get UTF-8 encoding when create XML using DBMS_XMLGEN and UTL_FILE ?
    Hi,
    I do generate XML-Files by using DBMS_XMLGEN with output by UTL_FILE
    but it seems, the xml-Datafile I get on end is not really UTF-8 encoding
    ( f.ex. cannot verifying it correct in xmlspy )
    my dbms is
    NLS_CHARACTERSET          = WE8MSWIN1252
    NLS_NCHAR_CHARACTERSET     = AL16UTF16
    NLS_RDBMS_VERSION     = 10.2.0.1.0
    I do generate it in this matter :
    declare
    xmldoc CLOB;
    ctx number ;
    utl_file.file_type;
    begin
    -- generate fom xml-view :
    ctx := DBMS_XMLGEN.newContext('select xml from xml_View');
    DBMS_XMLGEN.setRowSetTag(ctx, null);
    DBMS_XMLGEN.setRowTag(ctx, null );
    DBMS_XMLGEN.SETCONVERTSPECIALCHARS(ctx,TRUE);
    -- create xml-file:
    xmldoc := DBMS_XMLGEN.getXML(ctx);
    -- put data to host-file:
    vblob_len := DBMS_LOB.getlength(xmldoc);
    DBMS_LOB.READ (xmldoc, vblob_len, 1, vBuffer);
    bHandle := utl_file.fopen(vPATH,vFileName,'W',32767);
    UTL_FILE.put_line(bHandle, vbuffer, FALSE);
    UTL_FILE.fclose(bHandle);
    end ;
    maybe while work UTL_FILE there is a change the encoding ?
    How can this solved ?
    Thank you
    Norbert
    Edited by: astramare on Feb 11, 2009 12:39 PM with database charsets

    Marco,
    I tryed to work with dbms_xslprocessor.clob2file,
    that works good,
    but what is in this matter with encoding UTF-8 ?
    in my understandig, the xmltyp created should be UTF8 (16),
    but when open the xml-file in xmlSpy as UTF-8,
    it is not well ( german caracter like Ä, Ö .. ):
    my dbms is
    NLS_CHARACTERSET = WE8MSWIN1252
    NLS_NCHAR_CHARACTERSET = AL16UTF16
    NLS_RDBMS_VERSION = 10.2.0.1.0
    -- test:
    create table nh_test ( s0 number, s1 varchar2(20) ) ;
    insert into nh_test (select 1,'hallo' from dual );
    insert into nh_test (select 2,'straße' from dual );
    insert into nh_test (select 3,'mäckie' from dual );
    insert into nh_test (select 4,'euro_€' from dual );
    commit;
    select * from nh_test ;
    S0     S1
    1     hallo
    1     hallo
    2     straße
    3     mäckie
    4     euro_€
    declare
    rc sys_refcursor;
    begin
    open rc FOR SELECT * FROM ( SELECT s0,s1 from nh_test );
    dbms_xslprocessor.clob2file( xmltype( rc ).getclobval( ) , 'XML_EXPORT_DIR','my_xml_file.xml');
    end;
    ( its the same when using output with DBMS_XMLDOM.WRITETOFILE )
    open in xmlSpy is:
    <?xml version="1.0"?>
    <ROWSET>
    <ROW>
    <S0>1</S0>
    <S1>hallo</S1>
    </ROW>
    <ROW>
    <S0>2</S0>
    <S1>straޥ</S1>
    </ROW>
    <ROW>
    <S0>3</S0>
    <S1>m㢫ie</S1>
    </ROW>
    <ROW>
    <S0>4</S0>
    <S1>euro_€</S1>
    </ROW>
    </ROWSET>
    regards
    Norbert

  • How to get "Mapped Folder Web Location"

    Hi,
    How to get "Mapped Folder Web Location" for any assets (pdf,image) while passing content ID.
    Thanks in advance.
    Thanks,
    Anurag

    Hi Anurag ,
    The information is stored in the WebUrlMapRules resultset in the SecurityInfo.hda file and can also be viewed via IdcService=GET_WEBURLMAP_PAGE.
    Test it and see if that works .
    Thanks
    Srinath

  • Need help!-----How to get pixel from pixel location??

    Hi, I have the location of a pixel (x, y), how to get the pixel value which will be used in DirectColorModel cm.getRGB(int pixel)?
    thanks a lot!!!

    Hi, my image is created by Toolkit.createImage(byte[]). I think I should use PixelGrabber to grab all pixels value to int[], use location(x,y) to get pixel index(y*width+x), then use ColorModel.getRGB(int pixelIndex) to get the rgb value at that location, right? is there any other way to do it?
    thank you.

  • How to block set of vendors for creating PO but allowing them to create RFQ

    Dear Experts,
    I want to block the set of vendors created by GS01 for creating Purchase order but allowing them for creating RFQ. I tried using XK05 but its blocked even vendor for creating RFQ. So is there any way to do so in my business practise ?
    I already tried several way but no one is fullfilling my requirement. So i need all you experts valuable input on this.
    Regards
    Arun

    Hi Aleksey Tkachenko,
    Well i am also trying to do the same using the badi you had told me but my query is how can i do this if i create a set of vendor using gs01 or provide an interface to user to update the vendor account to whom we dont want to allow for creating PO but they can create RFQ. and using this BADI how i can read this set of account of vendors?
    Can you tell me how to handle this scenario using any of the method?
    Regards
    Arun

  • How to get plant wise Vendor Balance

    Dear All ,
    Kindly tel me How to Get Vendor Balance at Plant level.
    Regards
    Girish

    Hi Girish,
    we can give the customer balance through Plant wise in standard SAP
    But vendor balance not possible in plant wise.
    For that you can do customise userexit
    Regards
    Surya

  • How to get Classes of Functional Location and Equipment

    Dear Experts,
    I would like to know how to get all the classes in Classificaition of Functional Location and Equipement, FM ITOB_GET_CLASS_STANDARD is only get 1 class, how do I get all declared classes inside classification?
    Any table or FM?
    Thank you.
    Regards,
    Weng

    Weng,
       Table KLAH would give you all the available classes for every class type.
        FM CLAF_CLASSIFICATION_OF_OBJECT would get you all the assigned classes of a particular type for a object.
    Regards
    Narasimhan

  • How do get your applications that you create in x code to you iphone

    How do you get your applications that you create in x code to your iphone so it can be tested?

    Use the resources you paid for in the iOS Dev Center...
    Xcode Overview
         Run Your App

  • Product - How to get the list of products created.

    We have a Job running which actually creates products in CRM.
    Is it possible to get those list of freshly created / updated products created in CRM so that the user who is supposed to further update those products can find them easily.
    Note: This job is a job which resides in the non-SAP system and using XI interface is that we create the products.

    Hey thanks all for the quick replies. Appreciate that.
    The problem which I need to address is that, I know there are certain set of products being uploaded in my CRM. Is there any facility in CRM like a Job which can monitor on the delta changes made to the products and when I run a report those delta changes are visible.
    The current work-around which I have at present is from the non-SAP system we know the list of products that get uploaded. We can pass that as a text file to the user so that he can get the list of products uploaded in CRM. But we dont want to adopt this approach.
    We want some kind of an interface within CRM which should enable us to do this.
    Any thoughts ?
    Best Regards

  • How to get change in Vendor bank details

    Hi,
    i have to do one modification in vendor bank detail program. The user wants the created date of IFSC code(LFBK-XBREF), for that I got the table
    CDHDR and field UDATE. But the problem is that I am not able to join that table with the exiting table of the report.
    In this report LFA1, LFBK, ADRC,LFB1 these tables are used. Suggest me how can i join the table or how can i get created date of that field from any other table.
    Thanks & Regards,
    Anuradha

    I think you should not join CDHDR with other tables.  Use standard function module "CHANGEDOCUMENT_READ_HEADER" to extract the change information.
    Regards
    Vinod

  • How to get right folder name/location on import?

    I can't seem to get LR 3.x to import into the desired folder structure like I used to do with
    LR 1.x and 2.x.  I'm trying for a structure that looks like this:
    I want LR to automatically create a folder with the date stamp in it and located in the right year and then let me enter the the last part of the folder name that identifies the subject matter before the import starts.  So far, all I can get is the auto-generated folder name by date with no ability to edit that or a fully custom folder name where I have to both locate it properly and type the entire name including date.  In LR 1.x and 2.x, this was really easy.  LR would suggest the folder name (or multiple folder names if the images span multiple dates) with the date in it and I could just double click on it to add to the supplemental name before the import.  Can't find any way to do that in LR 3.x.  What it means is that I have to do the import, wait for it to complete, then come back and manually rename each folder it created.  This is particularly a pain when there are multiple folders (across multiple dates) and/or when my backup program has already kicked in and done a backup of the auto-generated date before I come in and manually rename it.
    So, my question is, how do I get LR to auto-suggest the right date-based folder name in the right folder location and let me add something onto the end of it before the import?  This was very easy in LR1.x and 2.x import.

    It slipped under the radar when redoing the new import window.
    Hopefully, we'll get it back in next major update. In the meantime. you
    can add the additional text post import by right clicking on folder name
    then choosing Rename from context menu.
    Thanks Ian.  I hope it does indeed come back.  Renaming the directories manually is what I do now - it just extra work from how I used to do it and it doesn't fit smoothly into the workflow because LR seems to get confused sometimes if I rename while it's still importing or while still building thumbnails.  For a big import, that means I have to go away, let the thumbnails build, then remember to come back promptly to rename the directory before my backup scheme starts backing up the wrongly named directory.  I've managed since 3.x came out, but it finally annoyed me enough I thought I'd post in hopes I was just missing a way to do this.  I sure hope this comes back in a future version.  Organizing by named "shoot" is a very natural way for me to do it.

  • How to get LabVIEW to use library created in Xcode using a library node?

    I have written C++ code in the Xcode IDE on Mac OS X. This code controls a camera driver to tell it to take a picture and save it. I want to call this code in LabVIEW. I am trying to use a library node, but when I tell it the location of the Xcode project it doesn't recognize that anything is there. How can I get LabVIEW to recognize this? (Xcode used to be called Project Builder in earlier versions). In the documentation it says to link against libvlexports.a. I have included this file in my Xcode project, but does "link against" mean something more than that?

    To create a framework in XCode that you can reference in LabVIEW for Mac OS:
    Open XCode.
    Select File»New Project.
    Select Framework»Carbon Framework as the project type.
    Name the framework when prompted. Click Finish.
    The XCode browser will now appear. Click on main.c to open the file. This is where you will create your functions. For an example open the file main.c in the Call Library Function Node on Mac with XCode zip file.
    After adding your functions, compile the framework. The compiler settings should all be left at default.
    Access your functions via a Call Library Function Node in LabVIEW.
    To access the functions in a framework using the Call Library Function Node in LabVIEW:
    Place a Call Library Function Node on the block diagram by going to All Functions»Advanced»Call Library Function Node.
    Apple-Click on the Call Library Function Node and select "Configue..."
    Click on the Browse button and browse to your .framework file and click Select to select the framework.
    Type the name of the function you want to access in the Function Name field.
    NOTE: Unlike LabVIEW 7.x for Windows, once your framework is selected, the Function Name field DOES NOT autopopulate a list of functions in the framework.  You must type in the name of the function you want to access.
    Specify the return type of the function.
    Add the number of parameters in the function and specify their types.
    The function prototype will appear in the Function Prototype field according to how you have specified the function parameters.
    Click the OK button.
    Your Call Library Function Node will appear with the number of inputs you selected as well as the output. If LabVIEW cannot find the function you specified within the framework, it will show a broken Run arrow.
    The "Call Library Function Node on Mac with XCode.zip" file (attached) contains a simple framework created in XCode along with its source code in main.c.  main.c simply contains two functions both of which multiply two numbers. One function accepts integers and the other doubles. The zip file also contains a VI that references this framework using a Call Library Function Node.  This VI was created in LabVIEW 7.1 for Mac OS.
    Kind Regards,
    Message Edited by AESulzer on 07-08-2005 06:11 PM
    E. Sulzer
    Applications Engineer
    National Instruments
    Attachments:
    Call Library Function Node on Mac with XCode.zip ‏33 KB

  • How to get (old)previous date and create a loop?

    Hi!!!
    I am using java.util.date object.
    I need to get the 2 months back date,i.e. 60 days back date and to create a loop from that date till today and add it to combobox.
    Suppose today's date=3-12-2001
    x=date-60=3-10-2001
    and wants to create a loop from 3-10-2001 till today to display it in a combobox.
    Please tell me how can I do it?

    try the below which will print the date form 60 days before(from today) to todays date
    import java.util.Calendar;
    import java.util.Date;
    public class RandomNumber
         public static void main(String args[])
              RandomNumber rn = new RandomNumber();
              rn.printDate();
         public void printDate()
              Date todayDate = new Date(System.currentTimeMillis());
              Calendar calendar_ = Calendar.getInstance();
              calendar_.setTime(todayDate);
              calendar_.add(Calendar.DAY_OF_YEAR, -60);
              for(int i=0;i<60;i++)
                   System.out.println(calendar_.getTime());
                   calendar_.add(Calendar.DAY_OF_YEAR, 1);

Maybe you are looking for

  • How to print from samsung skyrocket 2 to HP 6520 wireless printer

    "Nice" Samsung guy at Best Buy added HP Eprint Enterprise at the store. It doesn't appear to print to my new Wireless HP6520 -- looks like it ony prints in public places ?? I'm very new to this, so need rookie/newbie suggestions and/or help .. Thanks

  • Can i install software for PowerBook g4 on an Imac?

    I have an iMac with an operating system OS X 10.2 and a PowerBook g4 with an operating system Os X 10.3.3. Can I use the PowerBook g4 software install dvds on my iMac to update the operating system? Will it erase all my documents etc. if I do? If I c

  • Ringtones function not available on my iTunes

    I do not have ringtone functions on my iTunes, I've updated to latest versions, completely uninstalled everything apple or iTune related on my computer, and redownloaded, and still can't get the functions! Flatmates version has right click - create r

  • Org unit Creation

    Hi Friends, When I am trying to create Org Unit or position, System is taking default date as current date. even I am trying to create any new position with previous dates it is delimiting up to last date and again new record is creating from current

  • Need info regarding static file cache in weblogic

    Hi, I want to cache the static files at weblogic side I am using Apache plugin provided by weblogic I have gone through the e-docs about FileCache ON which is needs to be set in httpd.conf I want to know is there any settings which is set at weblogic