Forms in SAP MM implementation

Hello Gurus,
Can someone throw some light on the various forms which need to be printed or faxed for internal use or for vendor use, in a typical SAP MM Implementation.
Thanks,
Sachin

HI,
These are the forms which are needed in MM implementations.
Again it entirely depents on the clients requirement.
1. RFQ
2. PO (All kinds of PO's like services, subcontracting, assets Consumables etc)
3. GR
4. GI
5. Service Entry Sheets
6. Shedulling Agreements
7. Shedule Lines mainted for Sheduling Agreements
8. Contracts
Thanks & Regards,
Kiran

Similar Messages

  • Developing Adobe Interactive forms in SAP R/3 4.7

    I have a client requirement of developing Adobe Interactive forms for automating exisiting manual processes. The SAP version being used is SAP 4.72.
    Could anyone please let me know what all is required to implement it and how that can be done in brief.
    One of the related links to the topic without much details is 4.7 and Adobe Interactive Forms.
    If anyone has worked with such requirement, his inputs would be valuable

    Hi,
    You will have to use WD Java for integrating Interactive forms with SAP version 4.7
    NetWeaver developer Studio ( NWDS) is the tool used for this integration. Data can be passed from SAP to WD Java using RFCs.
    This link will be useful for you:
    Tutorials & Samples for Web Dynpro Java
    Hope this will help you,
    Amit

  • SAP HR Implementation complexity

    Hi,
    Could some tell me what are difficulties or complexities involved in SAP HR implementation and at what stage we may face the major issue.
    And also on what basis we personal area , subreas, employee groups and subroups are formed in blue print.
    I mean how we finalize the enterprise and personal structure in blue print.
    And also once implemented what will be handover activities.
    Many Thanks
    Chinni

    Hi,
    As you know that we have ASAP Methodology...
    Each and every phase we find difficulties. Below are few examples
    Phase I  : Mostly consultants are not going to participate here.
    Phase II : 1/ In AS-IS --> you find many problems like, we need to understand the client Business and his ongoing process. It differ from each and every client
    2/ Blue Print --> Here we need to map the client requirement to SAP (Its really a big task). Here we need to have workshops with end users.
    Phase III : Configuration --> Some times we may think that is not a big issue.. but we will not be getting the results.. we need to break our heads.
    Phase IV : We need to test and need to prepare the Test Scenarios and Test Cases.. again its an other big task
    Phase V : Support and maintenance is an other part.
    Once the AS-IS is completed, then we have to decide on what criterias and functionalities we have to define our Per Areas, PSA, EE Grouping and EE sub grouping. Before AS-IS we cant define those.
    Hope you got your questions clarified.
    Good Luck...!
    KK

  • C-Form In SAP

    Hi SAP gurus..
    Can anybody please expalin me how to handle C-Form in SAP (With CIN Component).
    Also, What is ER-5 and ER-6 Form and how to get that in SAP?
    full points will be awarded for the helpful answers...
    Regards,
    Patil
    Edited by: Abhay Patil on Mar 24, 2008 7:00 AM

    Hi,
      sap has provided the transaction for tracking form t-code= J1IUN.
    but this doesnot have that strong control from user entry prospective. it is an idependent transaction without any link to PO means you can enter PO number and make the entry. if say a Po doesnot have commitment for form C that too can be entered.
    usually, for Form -C , it is a development. if you really want the tight control. activate BADI in PO document type. in that give selection for FORM-C. if PO are with form C select that button.
    then develop a transaction where this info will automatically get defaulted. from this you can come to know what are the PO that are with form -C. then make rest of the enteries and capture form info.
    in this case there will not be any skipping of PO where you have to given form C commitment.
    from there you can branch to reports as per your requirement.
    just check with the user the level of requirement, this is bare minimum what i have told you. I did in one of the implementation and still I am doing in the rest one also with the same concept, only differnece is the user requirement and expectation on reporting changes.
    with BADI in PO you will get another TAB, where you have wider choice to add more fields for other requirements for CIN also or any other stuff.
    Hope this helps.
    Regards
    Rajesh

  • How to move offline form from SAP dev to QA and Production environments?

    I developed and Adobe Form that can be used offline - steps in development are as below:
    1. Webservice generated out of a BAPI in SAP.
    2. WSDL generated from SOAMANAGER transaction code and kept on a newtowrk folder
    3. Used this WSDL to prepare the form in SAP WebDynpro view
    4. generated the URL of the webservice per Dev / QA / Prod when the form is being generated out of the WebDynrpo app - function module ICM_SERVER_INFO (used here)
    4. Placed a regular type button on the form and passed the URL on the click of the button
    5. This worked fine in Dev system.
    6. Now the transports are moved to QA. But click of the button was still pointing to the Dev system.
    7. Realized that it is reading the Dev WSDL from the network drive - it still tries to submit to the dev url of the webservice
    8. So generated the WSDL from SOAMANAGER fo QA and over wrote with the Dev WSDL files.
    9. When I opent he Adobe Form in WebDypro in QA, it reads the new WSDLs and updates the correct URLs - I checked this in the XML of the source of the Adobe Form
    10. here comes the problem - even though step 9 is done correctly, I can not save the form and activate it to reflect the new URLs - since QA is not open. Same procedure may need to be followed in case of Production also.
    So the question is:
    How to circumvent this issue of updating the WSDL and URL after the development transport is moved to QA and Prodcution?
    Or - QA and Prod have to opened, WSDL and URl updated in change mode of form and a transport also created?
    (seems to be a limitation)
    (I looked a bit but did not get any pointers when I googled - may be my search is not correct).
    Please advise.
    Thanks,

    hi Chandra,
    I store the url in one of hidden field in form, then copy javascript below to click event, button control type: Regular.
    just replace all the "<>" in the code below.
    var message;
    var response;
    // The name of the data connection will be pulled from the WSDLConnection name in the ConnectionSet packet
    var sWSDLName = <DataConnection name>;
    // clone, modify and execute the connection.
    var vConnection = xfa.connectionSet[sWSDLName].clone(true);
    vConnection.soapAddress.value = <url>;
    // Execute the connection, without remerge data after the result.
      var ws_rc = vConnection.execute(true);
    for multiple data connection, you have to repeat these code with replace different data connection name and it's url address.
    you may use script object (something like subroutine).
    Regards,
    Kathy Lau

  • How to create add-on of a system form in sap b1 9.0?

    Hi all,
    I have a problem related to the creation of a system form add-on of sap b1 9.0.
    I can develop some projects in visual basic, but about sap b1 add-on, I know how to package files of to install (.ard and .exe files) and I also know how to register .ard file in sap b1 9.0, So I tried to register all projects found in SDK sample folder that was correct.
    I tried to do an example of project found in SDK Help Center.
    But the problem I have to day related to the creation of system form add-on.
    The steps I tried to do are:
    1. I opened SAP B1 Studio for Microsoft Visual Studio
    2. Right click my project and add the system form (Employee Master Data)
    3 Connection string I used in Command line arguments   0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056
    4. I added one field (CFL of BPCode) to Employee Master Data.  I did n't add any reference because when I add UI API Vission 9.0 to system form or user form of sap b1 it gives errors in Menu.vb. I do know why.
    5. I converted in 32 bit and build my project
    6. I re_opened new visual studio 2010 for creating new project with SAP B1 AddOnInstaller.NET Wizard
    7. From here I did every thing according to the video of Bryan Gomez
    Creating and Registering SAP Add-on - YouTube
    8. I registered my .ard file
    9. But when I start my add-on it gives error (Add-on connection timed out)
    The questions I want to ask,
    1. If you are creating the add-on of system form Is there any other thing needed to do more than the above  I explained?.
    2. Is it necessary to go in SDK code when you are using the system form like that?.
    3. If it is necessary to add reference of UI API  in project, how to handle error occurs when we add that the reference to the project which is using a system form?.
    Please anyone who has an idea he/she can help me.

    Hi pallavi p,
    That's good but as I said above when I add the reference of UI API Version 9.0 in the project which has the system form or user form of sap b1 it exactly gives errors in menu.vb of the project.
    So let me give you the way you can try.
    1. Open new project/ visual basic/ sap business one/ sap business one add-on project. and save it any where
    2. Right click on your project
    3. Add new item
    4. Sap Business One
    5. System form (Employee master data) or user form
    6. Add
    And then if your form is opened
    7. Go to add the reference of UI API Version 9.0
    8. Check errors found in menu.vb (or in OutPut)
    So if it's possible try to solve that problem.
    Please anyone can help me.

  • How to print " Duplicate " in FORM ( either Sap Script or Smart Forms )

    hi,
       How to print  " Duplicate " in FORM ( either Sap Script or Smart Forms ) if trying to take second Print Out and the FORM is already Printed.
    Please let me know the condition that we should go for.If possible let me know the SAMPLE code since this will be used in most of the FORMS.
    Regards
    Avi

    Hi
    It depends on which print you're working.
    If it's a print of standard document you can check the NAST (VSTAT field) table in order to know if the document was printed.
    If a message is created you can find the hit in NAST table:
    VSTAT = 0, document not printed;
    VSTAT = 1, documment printed
    VSTAT = 2, print is failed
    If you mean a custom print I believe you need to create a log like NAST table.
    Max

  • How to register add-on of edited system form in sap b1 9.0?.

    Hi all,
    I have a problem in SAP b1 9.0.
    Actually I added one field of BPCode to Employee master data, so I want to register an add-on of that system form in SAP b1 9.0.
    When I create file of .ard as we watch it in video of 
    Bryan Gomez
    Creating and Registering SAP Add-on - YouTube     it will be created correctly, But the problem is when I register that the file of .ard it gives error (Cannot create a file when that file already exists). Again when I create a file of .ard of any other User form it gives the same error (Cannot create a file when that file already exists).
    But when I create and register the add-on of Hello World in Sample folder of SDK it will be registered correctly.
    How can I solve that problem.
    Anyone can help me please.

    Hi pallavi p,
    That's good but as I said above when I add the reference of UI API Version 9.0 in the project which has the system form or user form of sap b1 it exactly gives errors in menu.vb of the project.
    So let me give you the way you can try.
    1. Open new project/ visual basic/ sap business one/ sap business one add-on project. and save it any where
    2. Right click on your project
    3. Add new item
    4. Sap Business One
    5. System form (Employee master data) or user form
    6. Add
    And then if your form is opened
    7. Go to add the reference of UI API Version 9.0
    8. Check errors found in menu.vb (or in OutPut)
    So if it's possible try to solve that problem.
    Please anyone can help me.

  • How to download adobe form in sap inbox and process it

    Hello experts,
    I have a query like how we can download the adobe forms in sap inbox and process process the forms using some program which will convert form data in to XML.
    thanks in advance.

    Hello Samad arif,
    May be you can reuse the code that placed in this document to covert the PDF form to XML format.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d
    Thanks,
    Bharath.K

  • How to edit employee master data form in SAP B1 9.1?.

    Hi all,
    I have a problem in SAP B1 9.1.
    Is it possible to edit form of Employee Master Data in SAP B1 9.1 without creating an Add-On? Likes how other forms can be edited.
    Please anyone can help me.

    Hi Edey,
    Can you please refer to this link:
    How to create add-on of a system form in sap b1 9.0?
    or 9.1?.

  • How to Add shortCut  key to  button or form In SAP BusinessOne

    Hi
    How to assign short Cut  key to  button or form ,in SAP BusinessOne using  VB.net.
    Thanks,
    Y.
    Edited by: Yughandar on Mar 10, 2011 9:32 PM

    Hi
    To set shortcut key for button , try this
    in your srf change the button caption like this
    caption="&amp;Del line"
    this will set shortcut key (Alt+d) for the button
    Regards
    Arun

  • Update data of pdf (offline adobe forms) to sap system By Inbound E-mail

    Hello,
    I am trying to update data in PDF (offline adobe forms) to Sap system by Inbound E-mail. Kindly give some suggestions for scenario to do this task.

    Hi,
    There ia a good information for your requirement.
    Please check the below link.
    http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/c0c139d3-3eae-2910-01a1-d253f2587b0e&overridelayout=true
    Thanks.
    Uma

  • List of Adobe forms in SAP standard

    Hi Experts,
    First:
    is there a list with all available Adobe forms in SAP standard? If possible sorted by Solution (ERP, SRM, CRM, SCM, ...) and module (SD, MM, PM, ...).
    Second:
    is there a roadmap for today not available forms, when they will be migrated by SAP?
    thx a lot,
    Richard

    List of SAP standard Adobe forms: Go to http://service.sap.com/erp (SAP ERP) -> Media Library - SAP ERP Overview -> Detailed information cross ERP -> Adobe Forms for SAP ERP
    Thanks,
    Lina

  • Printout of form in SAP

    I am not able to take printout of any form in SAP. As soon as I  press execute to see the print preview, the SAP terminates.
    In fact the logon window also disappears. Do I have to do some settings changes in SAP GUI.
    Plesae suggest. Thanks in advance.
    Regards.

    Hi,
    It is not possible to uderstand your problem with such less information.
    But the description you have given indicates that there must be bad coding in Print Program otherwise it won't be.
    If not, Please give some more details.
    Best Regards,
    Harish

  • What are the main reasons for SAP-HR Implementation Failures?

    Dear Consultants,
    Can some one shed the light on the following items:
    1. At least 3 main reasons for failure of SAP-HR Implementations?

    Hi,
    Check this link
    http://searchsap.techtarget.com/news/article/0,289142,sid21_gci892265,00.html

Maybe you are looking for

  • Disable Delete Button

    Hi All, In the menu Shopping cart Status, I could able to see all the shopping cart. Now the requierment is , DELETE button should be disable if there is any corresponding PO for that SC. Please let me know how to do this. I tried with BADI BBP_UI_CO

  • Standard Edition Memory Limitations

    What is the upper memory limitation for the SGA size when using Standard Edition 9.x on Windows 2000? What about Enterprise?

  • How can I use Apple TV as second display, not mirror.

    I was told (and showed) by an apple "genius" that i could use apple tv with my own hd monitor as a second monitor to use in final cut and other media programs. so i got one, but the desplay setting will only let me use the mirror settings. anyone now

  • Connect by - sql help : getting error ORA-01489: result of string concatena

    here is an sql query and I am trying to cook a decode but since there are many columns invloved when I am trying to run this I am getting the following error: ORA-01489: result of string concatenation is too long Any kind of help is appreciated, I ne

  • To change the pl/sql block to get value from user

    In this code instead of assigning value to the sid in the block, I want to get the sid from the user. please help. Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product PL/SQL Release 10.2.0.1.0 - Production CORE 10.2.0.1.0 Production TNS