Role of QM in developing smartform for certificates

Hello Everybody!
Can anybody please give me  idea about the role of QM in developing smartforms?
Scenario is that client wants some certificats to be developed, using smartforms.
I went throgh NACE, but didnt get any output type for QM.
I need to know what info have to be provided from QM side to ABAPer for developing it.
Please help me out.

hi Sujit,
Thanks a lot for responding so quickly.
I believe by format you mean the layout of printout (How should the certificate look like, where to put the logo and names, etc.)
Second thing if you are collecting data through FM or database then you have to make the Func Specs which will mension how & where to fetch the data.
i will be fetching data from tables, then i will be providing table names and fields.
The tables would be QAMR, QASR and QASE?
Anything else i have to do?

Similar Messages

  • Smartform for purchase order.

    Hello friends,
        I am creating the smartform for purchase order printing whih is attached to output type ZNEU and that output type is used in ME23N.
        But at the time of creating versions in PO in ME22N it is giving error messages of diffrant types like form routine not present.
      Now  I want your opinion in deciding whether to go for new smartform for PO printing or I shoud procede with script MEDRUCK. If anyone have developed smartform for PO which supports versions, please suggest the wayout.
    Rgds,
    Madan

    Hello,
    You have to write form routines in the Driver program to trigger the form.
    Please Reward if helpful.
    Srujan.

  • Smartforms for FI

    Dear Friends,
    I am working on FI forms. The requirement is like that i have to develop Smartforms for Cheque Printing, Payment Advice, Customer Statement. Client doent need Sap Scripts. Can we use smartforms for these?? If we can ? What are the standard forms? Where can we attach them as i can see in FI Customizing that Only PDF or Sapscripts can be used.
    Thanks a lot

    Hi Sandeep,
    i dont think FI will support SF  for Cheque Printing, Payment Advice, for Customer Master  what u can do is u can enhance Driver Programs .
    lets wait for Experts replies on this , i havent seen SF for FI so far.
    regards
    Prabhu

  • PR Smartform for getting Approver name

    Hi Abap Expects,
    i am new to abap, i have developed Smartform for PR print out.
    In that i need to print level of Approver Name with Approval Date, Actually i am getting all the Approver Name correctly.
    but the problem is, i need to print name and date like this
    Approver1    Kavitha   date
    Approver2    Gokul   
    Approver3    Seetha  
    but now i am getting, name like below
    Approver1    Kavitha   date
    Approver2        
    Approver3       
    Approver1    Gokul   date
    Approver2      
    Approver3     
    Approver1    Seetha  date
    Approver2       
    Approver3      
    And i have declared internal in Loop.
    can any one Please help me to slove this Issue
    Thanks
    S.Kavitha

    Hi ,
    For one PR number 5 level of Approval is their, so I need the Print only one time. i will send the Screen shot of my Current output and how i declared it in Smartform loop. please find that one

  • Need help in Developing the Smartform for Delivery notes

    I'm developing the smartform for tcode vl02n.
    My question is when writing the print program which is the best way :
    1) By making use of standard print program RLE_DELNOTE
    2) developing from scratch by declaring my own types and subroutines as per my requirement.

    Hi,
    Welcome to SDN.
    I would always recommend start with the standard print program.  Most requirements can be satisfied by working with a copy of the standard form called by the standard program.
    Regards,
    Nick

  • Role to develop webdynpro for java

    Hi all,
    What role in UME my user need to develop webdynpro for java?
    I need configure JCO, deploy application.
    regards,
    Douglas

    Hi Doug,
    Your userid need to be added in the "Administrator Group".
    Administrator Group containg Roles for Content Administrator, User Adminsirator and System Administrator.
    >FOR JCO -> Content Administrator Role Required (Your Userid should have Content Administrator Role)
    >For Deploy:- You need SDM(Userid) and password to deply on the J2EE Engine
    You can have only Content Administrator Role if they not assigning to "Administrator Group".
    Hope it helps,
    Regards,
    Arun

  • Alerts for certificate expiry?

    Hello everyone, I have a quick question: is there any way to get alerts for certificate expiry before a threshold number of days? If so, can the alert be for certificates that are required for the PI environment, SAP Portal or infrastructure ones that are in the VIP.
    We are on PI 7.1, Solution Manager 7.01, Netweaver 7.0
    Thanks for any pointers.
    Regards.
    Ravi,

    Hi dina,
    First of all ..thanks for your prompt replies..
    In my question i am refering to Seeded Alerts(triggered to mails) provided by Oracle for each module.
    Run the following query to view Oracle seeded Alerts for projects in Vision Instance:
    SELECT DISTINCT fef.APPLICATION_NAME,
    aa.ALERT_NAME,
    aa.DESCRIPTION
    FROM
    FND_EXECUTABLES_FORM_V fef,
    ALR_ALERTS aa
    WHERE
    aa.APPLICATION_ID=fef.APPLICATION_ID
    and fef.application_name IN('Projects')
    AND aa.ALERT_NAME NOT IN '%'
    ORDER BY
    fef.APPLICATION_NAME,
    aa.ALERT_NAME
    this query returns 6 alerts for vision instance
    But none for my development Instance !!

  • Smartform for Account Statement

    Hello Gurus,
    I have a requiremnt to change the Account Statement
    SAP Script : F140_PAY_CONF_01 to Smartform.
    I could not find a standard SF, so changed the driver program RFKORD10 and uploaded script to SF and made the changes.
    But now when I try to assign new Print Program and SF....,it does not take the SF.
    It shows an error saying that the form I entered is not a vald Script.
    I have searched SDN and none of them gave a smartform,whereas everybody were mentioning about the SAP Script.
    Does it not take Smartforms ? Can't we Use smartforms for Account Statemnt ?
    Does SAP not support Smartforms for Account Statement ?
    I am using ECC 6.0. My functional Consultant does not know if thre are standard smartforms.He is asking me to develop a ZSF
    Please clarify my doubt.
    Regards,
    Venky

    There are no standard Smartforms, so you are on your own, sorry!
    Unfortunately, pretty much all standard FI output is done with SAPscript, which is outdated. If you find some way to plug in a Smartform for that, please let me know because we had the same problem and I personally hate SAPscript.

  • Creating only one or several invoice smartforms for a global company

    Hi,
    I'd like to hear your thoughts how smartform development should be arranged for a global company. Let's take an invoice as an example.
    A global company has several divisions, company codes, plants and sales organizations. Invoices are printed in different languages in several countries.
    Of course it would be better to build exactly one smartform for everything, but on the other hand, the smartform would be extreme complex and difficult to maintain in future, since each company has slightly different requirements for the invoice. On the other hand, it doesn't make any sense to just keep on creating a new smartform for each country, since at the end you will have tens of almost identical smartforms which doesn't sound good either.
    What is your experience--should one try to build exactly one smartform for all the company codes, or would it be better to create a new smartform for each company code? In general, I would say that the latter one is perhaps a better approach.
    Thanks in advance for your thoughts,
    Jarmo Tuominen
    Edited by: Jarmo Tuominen on Mar 1, 2008 12:17 PM

    My first thought was that it is better to maintain only one form for everything.
    However, I am aware that there are also opposite opinions. They explain that creating one form for everything is not the best approach. Because of this, I would like to understand the reasons for that. Do others have any other point of views?

  • Connection Problem When Using Oracle Developer Tools for Visual Studio

    I tried to create an Oracle Connection in my Visual Studio 2008 after installing Oracle 11g, Oracle Data Access Components (ODAC) with Oracle Devleoper Tools for Vissual Studio version 11.1.0.6.20.
    I followed the directions according to "Building .NET Applications Using Oracle Developer Tools for Visual Studio, when I click Test Connection, I keep getting the error message below.
    Microsoft Visual Studio
    ORA-12170: TNS:Connect timeout occurred
    OK
    ---------------------------

    I solved the problem.
    This is what I did for the benefit of the embryonic newbe like me.
    On the Add Connection Dialog
    1.     For Data source name I selected Local Database
    2.     I clicked on the specific User Name and I typed SYSTEM
    3.     For Password, I typed orcl (the password I setup during the installation) (HR did not work for me for User name and Password according to the tutorial instructions)
    4.     For Role, I selected Default
    5.     Connection Name, I selected Local Database
    6.     Before proceeding any further went to Windows XP SP3 where I was operating from, under Start Menu, I selected Administrative Tools then Services
    a.     On the Windows Services (Local) Dialog, under name, I selected OracleServiceORCL and OracleOraDb11g_home1TNSListener. I clicked on them one at a time
    b.     On the presented Dialog, under Service Status, I Clicked on the Start Button to start the Services
    c.     Then I went back to the Add Connection Dialog. I clicked on Test Connection, it connected okay. I finally clicked on Okay to connect.

  • New Smartform for Sales Order

    Dear Gurus,
    We need to Print Sales Order & we are creating new Smartform for the same.
    The standard Output type for Sales Order is BA00, but we have created new output & assigneed the same in Output determination.
    Now to the best of my knowledge, the Output type (e.g. BA00) calls a particular standard SAP Program (e.g. RVADOR01) & subsequently that Program transfer Sales Order number & othre data to the SAPScript which Prints the out in required format.
    Now that we are creating a new Smartform our ABAPers are facing a problem on how to import the Sales Order Number in Z-report.
    Can anyone please help...
    Thanks,
    Jignesh mehta

    RVADOR01 is for SAPscripts only, there is a different program for Smartforms. Unfortunately, we don't have it right now and I can't remember the name, but you can find it through the SAP Marketplace or on SDN.
    Even if you have created a custom Smartform, you can still use the standard processing program, as long as the interface is the same. But if you have to develop a custom output program, it probably makes sense to make an exact copy of the standard one and then only to change what's necessary. For example, take a look at the Smartform program for billing output RLB_INVOICE, it wouldn't be much different for the orders. In NAST table you'll get the document number and partner data and you can go from there.
    Hope this helps.

  • Standard Smartform for 'Bill of Lading'

    Dear Frinds,
    Please let me know what is Standard Smartform for
    'Bill of lading'.
    Also Let me know. How Can I know that.
    Regards
    Kiran

    Hi Kiran,
    No. There is no Standard form avialable for Bill of ladingIf you are in US then US govt. has thier own format for this. You have to develop accordingly.
    Please give me ur e-mail id.
    Regards,
    Lanka

  • Standard smartform for application V5-Groups. and Output type LL00.

    Hi,
    I want the name of standard smartform for application V5-Groups. and Output type LL00.
    I need to print Ship to party address of Multiple Deliveries.
    Can anyone tell me the standard form name and Print program name.
    Regards,
    Rajender

    Hi Lavanya,
    SD_LOADING_LIST is a script.
    Can you please provide me with a standard smartform as we need to develop this in smartform only.
    Thanks,
    Rajender.

  • Smartforms for QM IS 1786????

    hi experts,
                  I need the script or smartform for test certificate IS 1786..
    urgent
    mani

    Hi
    Modify and use the Script Layout <b>QM_QCERT_01</b>
    for the above requirement.
    Reward points if useful
    Regards
    Anji

  • Reg Developping Apps for iPad

    Dear All,
    Please clarify how to create a .P12 and .mobileprovision certifiacte files from iOS Provisinoning Portal since with the help of those files onliy I can devlelop the apps for iPad.
    So kindly give the solution for this...
    Note: Already I have the Apple devloper account.
    Thanks,
    Hassain S

    Hi Bob, Thanks for the response....Could you please explain how I can access the iOS Provisioning Portal in Apple iOS Development site for .P12 and .mobileprovision certificates because for you information just I am doing  the sample apps via DPS workflow for iPad so if I get those certificates it would be very helpful for develop the apps.
    And also please explain is there any cost involved to create those certificates.
    Note: Right now I am very much interested in develop the sample apps for iPad not distribution to Apple store.
    I am enthusiastically waiting for your valuable solution.

Maybe you are looking for

  • HDMI audio not working

    I recently purchased a LG LED LCD Tv to attatch to my PC via an Hdmi cable.  I have it all hooked up, and i get video to the tv... but there is no sound.  I have gone into sound options, and there is no HDMI option.  I have the show disabled and such

  • Leading zeros for Month and Day in filename.

    Hello, I am in Jdev 10.1.3.3.0 One of my requirement is to have a file name concatenated with current month and day (example: <filename><02><23>). Used the xpath as following and returns an output as *'filename223'*: concat('filename',xp20:month-from

  • Media goes offline everytime I change windows?

    This is really frustrating, I can't get into editing because every time I change windows (from Premiere, to Bridge, for example) and then change back, it attempts to link files and they go offline. I re-link them and try to get on with it, and it hap

  • Time Machine not backing up system files on second hard drive

    The system files are not being included in my time machine backups on my primary drive (an internal SSD) but they are for my secondary drive (an internal HDD).  I want to revert the system back to a previous state because of a change I made to the Au

  • Reading audio input using dsnoop

    I have an app that can only run in Flash under Windows. I can get it to mostly work under WINE, but there are parts that need microphone input. Winecfg lists the writeable audio device as dmix:0, and the readable as dsnoop:0. Obviously the dmix:0 wor