Inventory Management- Printing Physical Inventory Document using Smart Form

Scenario: Inventory Management- Printing Physical Inventory Document using Smart Forms
I could found out that there is no standard smart form linked to Transaction MI21(Program-RM07IDRU). There is a sapscript ((INVNET) assigned to this transaction, but my requirement is to assign customized smartform to this transaction.If it is not possible to assign smart form to pgm then is it possible to through enhancement.If yes then let me know the enhancement as there are lot of enhancement in the pgm RM07IDRU.
If you have any solution then kindly mentioned it.
Looking forward for kind help.
Regards
Amit

Check out with your SD guy if the items in billing doc have correct pricing conditions triggered.
From the description it looks like some customizing issue.
Otherwise revert back with the logic how are you trying to get the net value of item.

Similar Messages

  • Inventory management and physical inventory data transfer

    hi all,
    can anyone plz povide me with inventory management and physical inventory data transfer tutorial or link.
    points are guarented.
    rgds

    The information behind the blue-button for MI34, MI38 (as you mentioned) does not have enough detail. It's basically one-page. Is there another instructional source available?  How is the logical file MMIM_PHYSICAL_INVENTORY_DOCUMENTS tied to the physical, can you clarify? Not sure how to determine where the sequential file being processed needs to be located. Thanks!

  • Problem while printing in ukraine language using smart form

    Hi All,
    Am facing an issue while printing the quality certificate in Ukraine language. I have created the smartform in English,later I maintained the transalations in Ukraine. I will execute the print program by passing the delivery number in selection screen.
    The problem is in print preview every thing is coming fine in Ukraine language except the ship-to party address,But when I issue the print only the ship-to party address in coming in UK rest all are coming as junk characters. Am using  HELVCYR font. I have tried creating form in UK as well but same result.
    Other Ukraine documents are printed correctly using the same printer.
    Please tell me what could be the problem here?
    Thanks in advance.
    Regards
    harris

    Hi Harikrishna,
                         Which printerdevice you using .Is it supports uk language.Try to findout proper printer device for this.

  • Printing Physical Inventory

    Dear All
    I am trying to print Physical Inventory Document via MI21.The document is showing correctly all the fields except the counted quantity field.The printout is not populating the quantity even after I do MI i.e. Physical Inventory Count.
    Can anybody suggest any changes required in IMG for getting the field populated?
    Regards
    Vaibhav Mahajan

    It is by design that the book quantity is not show on a document, because it misleads the counters to "count" what is shown on the paper instead of the quantity in the warehouse, especially if the quantity does not match.
    Further people tend to start investigating root causes and doing phyiscal corrections while counting, instead on focussing on the ocunt itself.

  • MM-Based inventory management & Replenishment -based Inventory Management

    Hi,
    Can any one through me some light on the difference between "MM-Based inventory management" & "Replenishment -based Inventory Management" in IS-Retail.
    Is it something related to planning, If so what is the difference.
    Thanks in Advance,
    Shakthi Rajkumar.

    Hi
    In retail scenario the replenishment can happen in two ways
    (1) From DC to Stores
    (2) Directly from vendor to Distribution center.
    However the above two scenarios follow the following push / pull strategy to replenish the material.
    Case 1 : From DC to Stores
    How the push occurs ?
    Store orders/sales orders
    Automatic store orders/sales orders from different POS system
    Auto replenishment
    How the pull occurs ?
    Allocation of merchandise purchased
    Case 2 : Directly from vendor to Distribution center.
    How the push occurs?
    Reorder point planning
    Forecast based planning
    Time phased planning
    How the pull occurs?
    Allocation
    Manual purchase orders
    Hope this clarifies your doubts how the replenishment happens in retail scenario
    Reward if useful
    Regards
    edwin

  • Printing a PDF document using Java 1.4 Printing API

    Hi,
    When I tried to print a PDF document using JAVA 1.4 Printing API, I got the following exception.
    Exception in thread "main" sun.print.PrintJobFlavorException: invalid flavor
    at sun.print.Win32PrintJob.print(Win32PrintJob.java:290)
    at Printing.main(Printing.java:40)
    I am able to print the same PDF document using Acrobat reader.
    Is PDF format not supported in JAVA 1.4 printing API? or is something wrong in my code?
    here is the sample JAVA program that I was using
    import javax.print.*;
    import javax.print.attribute.*;
    import java.io.*;
    public class Printing {
    public static void main(String args[]) throws Exception {
    String filename = args[0];
    PrintRequestAttributeSet pras =
    new HashPrintRequestAttributeSet();
    DocFlavor flavor = DocFlavor.INPUT_STREAM.PDF;
    PrintService defaultService =
    PrintServiceLookup.lookupDefaultPrintService();
    DocPrintJob job = defaultService.createPrintJob();
    FileInputStream fis = new FileInputStream(filename);
    DocAttributeSet das = new HashDocAttributeSet();
    Doc doc = new SimpleDoc(fis, flavor, das);
    job.print(doc, pras);
    Thread.sleep(10000);
    System.exit(0);
    Thank you
    Sumana

    Here's a pure Java solution (that works!):
    http://www.mycgiserver.com/~zhouwu/pdf/readme.html
    The caveats are:
    - prints only to the default printer
    - requires a properties file located in the home directory
    my workaround for the last:
         * Print a PDF file to the default printer (might consume lots of memory!).
         * <p>
         * <b>Required:</b>
         * <ul>
         * <li>a file "acrobat.properties" needs to be in the working directory. The content is:
    <table align="center" bgcolor="#E0E0E0" border=1 cellpadding="10" cellspacing="0"><tr><td><pre style="margin-top:0; margin-bottom:0">
    #com.adobe.acrobat.Viewer Properties
    #Wed Oct 29 20:34:05 PST 2003
    com.adobe.acrobat.AcceptedLicAgreement=true
    com.adobe.acrobat.Fax_Fine_Mode=true
    com.adobe.acrobat.Find\:FindAll=false
    com.adobe.acrobat.Find\:FindBackwards=false
    com.adobe.acrobat.Find\:FindWholeWord=false
    com.adobe.acrobat.Find\:MatchCase=false
    com.adobe.acrobat.Open_Dialog_Directory=C\:\\temp\\
    com.adobe.acrobat.Open_Dialog_File=itext.pdf
    com.adobe.acrobat.Print_Method_Known=true
    com.adobe.acrobat.Shrink_To_Fit=false
    com.adobe.acrobat.SitePreferencesURL=file\://localhost/C\:/pdf/acrobat-site.properties
    com.adobe.acrobat.Use_Print_Server=false
    com.adobe.acrobat.util.fontDirectories=C\:\\Winnt\\Fonts
    com.adobe.acrobat.util.fontIgnoreExtensions=.fon;.pfm;.ini;.lst;.txt;.doc;.ttmap;.z;.enc;.dir;.afm;.f3b;.pfa;.spd;.ps;.bepf;.map;.alias;.scale;.all;.upr
    </pre></td></tr></table>
         * <li>The JAR files PDFPrinter.jar, acrobat.jar and MRJToolkitStubs.zip in the CLASSPATH.
         * </ul>
         * <p>
         * Note: the file "acrobat.properties" is expected to be in the user's home directory. As this is not always feasible,
         * the system property "user.home" is mapped to "user.dir" for the time of execution.
         * @param fileName Name of PDF file to print.
         * @throws Exception on error.
         * @see <a href="http://www.mycgiserver.com/~zhouwu/pdf/readme.html">PDF Server (Silent) Printing</a>
        public void printPDF(String fileName) throws Exception {
            String oldHome = System.getProperty("user.home");
            System.setProperty("user.home", System.getProperty("user.dir"));
            PDFPrinter vi = new PDFPrinter();
            vi.activate();
            vi.setDocumentInputStream(new FileInputStream(fileName));
            vi.printAll();
            System.setProperty("user.home", oldHome);
        }//printPDF()I just need the following additional files in my CLASSPATH: PDFPrinter.jar, acrobat.jar and MRJToolkitStubs.zip. Despite the note at the site above that "printing quality is not very good", i can't agree: the print quality is quite good. Not perfect, but acceptable for most uses.
    (Tested on Windows 2000 SP4, J2SE 1.4.2_03, hp laserjet 2300dn)

  • How to print form into pdf format using smart forms in abap

    please let me know how to print form into pdf format using smart forms in abap.
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Mar 25, 2011 2:04 PM

    Hi ,
    refer this link
    <removed by moderator>
    Regards,
    Dhina..
    Moderator message: please do not reply to questions that violate forum rules.
    Edited by: Thomas Zloch on Mar 25, 2011 2:04 PM

  • Transfer Order Printing using smart forms

    Hi All
    Our requirement is to print Transfer Order  ( WM ) for Goods Receipt & Delivery using Smart forms.
    Can we change the existing standard format (SAP script ) and use our own form(smart form ) to include some other data & print.
    If possible how to replace the SAP script to Smart form.
    Request  someone could guide in detail.
    Thanks in advance.
    Samson

    Hi
    When you create Smartform try to replace it in customizing OMLV. Not sure if it will work as it refers to Sap Scirpt in help description.
    It is also possible to write Z program for TO printing and hardcode SmartForm there.
    Regards
    Mariusz

  • How to print different  header & item data in new pages using smart forms.

    Hi,
    In smart forms I am trying to print header data & their item data. But there are more than one header data for a given input.
    I want to print all the different header data with their item data in new pages using smart forms. Can any one please help to solve the issue.. Its very urgent for me..
    Regards,
    Brajesh

    Hi
    U need to use control break statements to acheive ur requirement.
    Regards,
    Priya

  • How to Open  a Word document using Developer Forms

    Hi Buddies,
    Can anybody help me out in this regard.
    My requirement is like this.
    In my developer Forms Screen i have one button named resume.
    if i click that button then that particular persons resume has to be opened which is MsWord file(.DOC)located in server(Which is the database server).
    So we have to launch the word with the required document using the Forms built-ins. The document path will be stored in my database.
    Quick response will be appreciated.
    Thanks in Anticipation
    Regards
    Kiran Kumar Jasti

    This is a confused and confusing issue. There are no quick fixes. Bear in mind the following points:
    Word is a client program. It can only open documents that can be seen from a client PC. If you cannot see your database server's directories from a client PC (and I would hope you can't) you cannot open that document.
    what you are left with is creating a copy of that document, transporting it to the client realm, and then overwriting it back on the server after your user has finished with it (if they're editing).
    there are many different ways of doing this, but they will probably involve writing an API in VisualBasic or Java. Alternatively you might look at Oracle's IFS.
    This is not the right forum for a detailed solution - try the Developer forum (or IFS if that floats your boat).
    Good luck, APC

  • What development/configuration is required to use smart forms?

    Hi All,
    My Question is,
    What Development/configuration is required to use smart forms to implement
    electronic workflow with ESS/MSS?

    Dear Prabhakar,
       Smartforms is exactly the same in ESS too. U just develop it and later just need to attach it to ESS.
    Regards,
    Deva.

  • Printing a PDF document using SMARTFORMS

    What is the easiest way to print a PDF document from an ABAP program?  I have the data in the following formats:
    Binary (XSTRING)
    String (from function module HR_KR_XSTRING_TO_STRING)
    OTF
    What format can I use in a smartform to print the PDF in the background?
    Thanks in advance.

    Sandipan,
    If I use the UTF format, what do I use for the device type?  PDF1?  Also, I have the OTF data in an internal table which has to fields (TDPRINTCOM and TDPRINTPAR).  I pass this table into the smartform function module but what do I do with the 2 fields when I loop through the internal table in the smartform?  Do I just output a text node with TDPRINTPAR and ignoreTDPRINTCOM?
    TDPRINTCOM   TDPRINTPAR
    ==========    ==========
    //             XHPLJ4       0700 00000000001
    IN            04E/ERPIS/CARRIERLABEL
    IN            05%PAGE1
    OP            DINA4   P 144  240 1683811906000010000100000
    IN            06MAIN
    IN            03TABLE_BEGIN
    MT            0141701657
    CP           41030000E
    FC           COURIER 120  00144 SF012SF012410300144E

  • Regarding printing multiple PO using Smart forms

    Hi Abap Gurus,
                             i have to print the multiple purchase order in smart form such that first purchase order number details in first page. second purchase order in second page. how can i acheive this solution. i searched in sdn but not found a proper solution.

    hi,
    use this function module
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = 'ZTEST_SMARTFORM'
    IMPORTING
    fm_name = fm_name.
    it passes the function module name generated....
    then call that function module..
    CALL FUNCTION FM_NAME
    EXPORTING
    control_parameters = wa_control_par
    output_options = wa_output_options
    IMPORTING
    job_output_info = it_otf_data
    TABLES
    it_nfal = it_nfal_final.

  • Unable to print graphics using smart forms

    Please some one help in printer settings for graphical printing in smart forms.
    Instead of graphic it  interprits the graphics as a text and prints text.
    please urgent...................help me

    hey no worries I got the answer thank you.

  • Print attachments on Outbound correspondence (Smart forms)

    Hi,
    We are working on IS- Insurance product of SAP. We are attaching archived documents to outbound correspondence and they are not printing out. We have checked the Insurance help documentation which states: -
    "You can only assign attachments to documents; you cannot output attachments using the Print Workbench. The system can only provide the identifier (archive ID and document ID) in the Print Workbench"
    Has this situation changed, we need to be able to print attachments that are associated to outbound correspondence.
    Alternatively we would need to print the correspondence and immediately after print the the attachment. While looking for a solution we need help in identifying a way to print archive documents using any function modules  / reports. Any help is much appreciated.
    Please Advise, many thanks
    Irudayaraj Peter
    Edited by: Peter Irudayaraj on Feb 22, 2008 9:28 AM
    Edited by: Peter Irudayaraj on Feb 22, 2008 9:29 AM

    HI Nick,
    Thanks for the quick reply.
    I have about 25 fields which will be distributed between the 12 forms. 
    So i will have to create a smart form which will have the 25 fields and 12 flags as the import parameters .
    I will create 12 pages. 
    Based on the check boxes selected in the selection screen of the driver program  i will activate the corresponding flags for the parameters of the function module.
    As you said      "a condition on each page (PAGE1 when flag1 = 'X', PAGE2 when flag2='X' etc).".  Where and how do we write this condition. Are we supposed to do this in the smart form itself or in the driver program.
    Please help me.
    Thanks in advance

Maybe you are looking for

  • Black ink cartridge not working after replacing

    I replaced the black ink cartridge on my HP Photosmart 6510 because the print was getting faded.  Now the black will not print.  I used an original HP replacement cartridge and inserted it according to specifications.  I ran a test page and all color

  • LOV Custom error message

    hi I have a requirement to change the standard lov message when criteria element is null when i use the required property = true for the lov mapping and click on lov i get a message "You must enter a value for Category as criteria for the List Of Val

  • Screen sharing questions

    Merry xmas everyone. I have a few questions I hope you can answer. I just discovered screen sharing between my mac mini and macbook laptop via a physical ethernet connection using a linksys router (no wifi). I go to the finder and see the other compu

  • Using WLS as a web server

    Hi, we are currently using Netscape Enterprise Server 3.6 as our web server and WLS 5.1 as web container, both running on AIX 4.3.3. We want to get rid of the NES (it is buggy and unsupported) but we are unsure if need to replace it with another web

  • Help with sap function

    hallow i using this function to get how much month btween the to date i put and it bring me wrong num       CALL FUNCTION 'FIMA_DAYS_AND_MONTHS_AND_YEARS'         EXPORTING           i_date_from          = l_begda "010107           i_date_to