Enquiry about the Driver program SAPFM06P

Hi,
If I am executing the Driver program SAPFM06P, shows the error like this
-> SAPFM06P is not a report program (type 'S').
How can I execute ..Plz help.
Pooja

Driver's programs are used to drive other programs e.g. for Dialog Programs, Module pool reports are written and the underlying programs are excuted only using the dialog screens. They can't be executed directly. Like the same way, driver's program are used in SAP Scripts and Printing related programs.
you have to fid it out which SAP Scripts it is refering to or which print program is it referring to and execute tht vey script.
hope this will help
thanks,
Ashwani

Similar Messages

  • In sap scripts how to display the driver program

    Hi,
        I Want to know the sap scripts How to display the output to driver program

    Hi,
    Go to NACE Transaction.
    Select application for ex: if sales V1.
    Click on output types.
    Select the output type for ex : BA00
    Double click on Processing routines.
    There you can find the Driver Program name and Script/smart form name.
    Reward if useful.
    Thanks,
    Raju

  • What is the driver program & why we require driver program?

    What is the driver program & why we require driver program?

    In a Sapcript program the driver program plays an important role of calling the sapscript .
    Driver program contains Business Logic of the Program and rest all values are passed to scriprt which is called through driver.
    If it is based on output then standard forms called entry is called in the standard driver program .
    Please reward if useful.

  • Can we change the value of a variable in the driver program from sapscript?

    Hello Experts,
    I am currently developing a form wherein I need to change the value of a variable defined in the standard
    driver program through the sapscript form. Unfortunately, I cannot customize this standard program since this is used by many other
    subsidiaries. So, is there anyway that I can change a variable defined in the driver program via sapscript?
    I tried to use a PERFORM to change its value but it is not working.
    I hope you can help me guys. Thank you and take care!

    SAP SCRIPT:
    /: PERFORM GET_ATTNDEE_INFO IN PROGRAM ZHR_TRNG
    /: USING &PPVAR-EOBJD&
    /: CHANGING &ATTND&
    /: ENDPERFORM
    Executable Prog.:
    REPORT ZHR_TRNG.
    FORM GET_ATTNDEE_INFO TABLES IN_PAR STRUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    DATA : LOC_CODE(8),
    WF_NAME LIKE PA0001-ENAME, "----Location Code
    WF_SOBID LIKE HRP1001-SOBID. "----Business Event Code
    DATA: BEGIN OF ITAB_ECODE OCCURS 0,
    ECODE(8),
    END OF ITAB_ECODE.
    DATA: NAME1 TYPE STRING.
    READ TABLE IN_PAR INDEX 1.
    LOC_CODE = IN_PAR-VALUE.
    SELECT SOBID FROM HRP1001 INTO WF_SOBID
    WHERE OBJID = LOC_CODE AND OTYPE ='E' AND PLVAR = '01' AND SCLAS = 'P'.
    APPEND WF_SOBID TO ITAB_ECODE .
    ENDSELECT.
    IF SY-SUBRC = 0.
    LOOP AT ITAB_ECODE.
    SELECT SINGLE ENAME FROM PA0001 INTO WF_NAME
    WHERE PERNR = ITAB_ECODE-ECODE ." AND ENDDA >= '31.12.9999' .
    CONCATENATE 'Mr ' WF_NAME ',' NAME1 INTO NAME1.
    IF SY-SUBRC = 0 .
    OUT_PAR-NAME = 'ATTND'.
    OUT_PAR-VALUE = NAME1.
    APPEND OUT_PAR.
    ENDIF.
    ENDLOOP.
    ENDIF.
    ENDFORM. "GET_USR_INFO

  • I didn't receive any news about the replacement program for the Ipod 1st generation. I have already sent the serial number online, but didn't have any progress. What should I do? Thank you

    I didn't receive any news about the replacement program for the Ipod 1st generation. I have already sent the serial number online, but didn't have any progress. What should I do? Thank you

    After you set up your service use your repair ID to track your replacement here:
    https://selfsolve.apple.com/repairstatus/main.do
    Remember: You will receive a replacement unit approximately 6 weeks after Apple gets your current iPod nano
    Hope this helps.
    -Julian

  • Please tell me the driver program of  the sapscript J_1i_are1 ?

    Please tell me the driver program of  j_1i_are1 and which table is populating before printing ?
    I have to add chapter id for the particular material is it feasible ?
    Please help .

    Hi Aanchal,
    TADIR Entries
    Object Description  TADIR Entry 
    Program ID         Object Type         Object Name        Program ID        Object Type          Object Name 
            LIMU             REPS               J_1IPRNTARE                 R3TR                  PROG          J_1IPRNTARE 
    Therefore the program name is J_1IPRNTARE
    Regards,
    Md Ziauddin

  • Whats the driver program for /SMB40/MMPO_L

    whats the driver program for /SMB40/MMPO_L
    Pls reply.

    Hi
    It is the same driver program for PO which is used for Script
    <b>SAPMF06P</b>
    Check the same in NACE for application type EF and Output type NEU for PO
    Reward points if useful
    Regards
    Anji

  • Change sapscript without changing the driver program

    Hi! Abapers
    is there any way out to modify sapscript for the transaction code ME22N without changing the driver program.
    thankx
    Amit
    TCL

    Hi,
    Yes you can change the form to your needs and use the text elements available in print program and if any thing which you are needed is not available write performs in your script itself and try to fetch your data. configure your new form in nace transaction.
    Thats it..
    Reward if find useful

  • How to find out the driver program and script for print preview for PO

    Hi All,
    We are getting some text output on the print preview of a purchase order.
    How can we determine the driver script and the corresponding print program for this.
    Can you please guide on this.
    Thanks in advance.
    Regards,
    Sanjeet

    Hi,
    check with  below table
    TNAPR   ---  Processing programs for output
    and NACE Transaction code
    NACE  --  out types
    Regards,
    Madhu

  • Anyone can help me about the driver of USB adaptor CB2

    Dears,
    I have lost the driver of 'creative' USB adaptor, in which made my USB not work, can anyone give me the link to download the driver?, please.
    beautykey

    @OP: there is no content in your message, it's just begging. The title
    of your topic contains two more or less informative words "PARSING codes".
    My question to you is: what exactly do you mean by "PARSING" and
    "codes"? Parsing context free (programming) languages? I guess
    you're not talking natural languages here because your project should
    just take a week to complete. Care to elaborate?
    kind regards,
    Jos
    ps. and why "PARSING" instead of "parsing"?

  • Error   whille  excuting the driver programe of  smartform

    HI SAP gurus
    i am  getting error message  while executing  driver program 
    and error is
    No table line started. Output to cell not  
    kindly help me out
    thanks in advance

    Hi,
    In smartforms..You have to create a Line type which needs to be added for field. For the first field select new line and mention the line type.
    for the next fields select new cell without giving line type.
    Regards,
    Omkaram.

  • How do I find out about the driver letter of a usb drive by script, given the DeviceID

    Hi all,
    I am wondering if it is possible by script to find out what the drive letter of a usb drive might be.
    I have just inserted my USB stick into a socked and the operating system displays that the drive was recognized and that the drive letter is F:.
    I already know, how USB devices can be listed by WMI script, but how do I extract the drive letter of a USB storage device.
    The DeviceID is known, where do I find the drive letter given the DeviceID ?
    Disk drive
    DeviceID:
    USBSTOR\DISK&VEN_SAMSUNG&PROD_YP-U2&REV_0100\4002FDCCE0E4D094&0
    Service: disk
    Status: OK
    SystemName: MEINER
    Caption: Samsung YP-U2 USB Device
    All help is welcome

    @echo off  
    :: GetLetterOFmyUSBstick.cmd  
    :: Bye Gastone Canali  
    ::DeviceID: USBSTOR\DISK&VEN_SAMSUNG&PROD_YP-U2&REV_0100\4002FDCCE0E4D094&0  
    setlocal EnableDelayedExpansion  
    set PNPDeviceID=4002FDCCE0E4D094 
    set Q='wmic  diskdrive where "interfacetype="USB" and PNPDeviceID like "%%%PNPDeviceID%%%""    assoc /assocclass:Win32_DiskDriveToDiskPartition' 
    echo %Q%  
    for /f "tokens=2,3,4,5 delims=,= " %%a in (%Q%) do (  
      set hd=%%a %%b, %%c %%d  
      call :_LIST_LETTER !hd!)  
    goto :_END  
    :_LIST_LETTER  
    (echo %1 |find  "Disk ") >nul|| goto :_EOF   
    for /f "tokens=3 delims==" %%a in ('WMIC Path Win32_LogicalDiskToPartition  ^|find %1') do set TMP_letter=%%a  
    set Part_letter=%TMP_letter:~1,2%   
    echo %Part_letter% %1  
    goto :_EOF  
    :_END  
    :_EOF  
    ' ' GetLetterOFmyUSBstick.vbs
    strComputer = "." 
    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")  
    strPnPdevID = "USBSTOR\DISK&VEN_SAMSUNG&PROD_YP-U2&REV_0100\4002FDCCE0E4D094&0" 
    strPnPdevID = Replace(strPnPdevID, "\", "\\")  
    Set colDiskDrives = objWMIService.ExecQuery ("SELECT * FROM Win32_DiskDrive where PNPDeviceID like '"& strPnPdevID &"' ")  
    For Each objDrive In colDiskDrives  
        Wscript.Echo "Physical Disk: " & objDrive.Caption & " -- " & objDrive.DeviceID   
        strDeviceID = Replace(objDrive.DeviceID, "\", "\\")  
        Set colPartitions = objWMIService.ExecQuery _  
            ("ASSOCIATORS OF {Win32_DiskDrive.DeviceID=""" & _  
                strDeviceID & """} WHERE AssocClass = " & _  
                    "Win32_DiskDriveToDiskPartition")  
        For Each objPartition In colPartitions  
            Wscript.Echo "Disk Partition: " & objPartition.DeviceID  
            Set colLogicalDisks = objWMIService.ExecQuery _  
                ("ASSOCIATORS OF {Win32_DiskPartition.DeviceID=""" & _  
                    objPartition.DeviceID & """} WHERE AssocClass = " & _  
                        "Win32_LogicalDiskToPartition")  
            For Each objLogicalDisk In colLogicalDisks  
                Wscript.Echo "Logical Disk: " & objLogicalDisk.DeviceID  
            Next 
            Wscript.Echo  
        Next 
        Wscript.Echo  
    Next 

  • About smartforms driver program

    Hello Experts,
          Is there any function module to fetch data from sd module to get data in SMARTFORMS ?
    mail me solution on "[email protected]"
    Thanx in advance,
    Rahul Talele

    Hi Rahul,
                   Call function 'SSF_FUNCTION_MODULE_NAME' that will give u smartform function name by passing smartform name. then call that FM to transfer data from driver program to smartform.
                  Refer this code :
                  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME                 = P_FORM
       IMPORTING
         FM_NAME                  = P_FUNCTION
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION P_FUNCTION
        TABLES
          D_VBRK                     = IT_VBRK
          D_VBRP                     = IT_VBRP
          D_LIKP                     = IT_LIKP
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Reward points if helpful.
    regards,
    Hemant

  • Reply to BEN ABOUT THE RESISTIVITY PROGRAM

    Ben,
    Following is the code of the Resistivity measurement program that i had posted a question about.
    Look at the loop in the following position in the program::
    Outermost TRUE frame
    Frame 2
    Frame 2
    Look at the loop taking input from the Q control on the front panel.Also the input is taken from another array , F .The program first calculates Qa and then searches array Q for the closest value and then remembers the index at which the closest value was found and from the same position in another array (f)gets a value Fa .Fb is calculated similarly.
    This takes foreveR(BUT IS NOT WRONG-JUST TAKES TOO LONG , MY BOSS SAYS EARLIER IT DIDNT TAKE SO LONG)
    SO KINDLY HELP
    REGARDS
    UT
    PAL
    Attachments:
    resistivity.zip ‏257 KB

    "utp" schrieb im Newsbeitrag
    news:[email protected]...
    > Ben,
    > Following is the code of the Resistivity measurement program that i
    > had posted a question about.
    > Look at the loop in the following position in the program::
    > Outermost TRUE frame
    > Frame 2
    > Frame 2
    > Look at the loop taking input from the Q control on the front
    > panel.Also the input is taken from another array , F .The program
    > first calculates Qa and then searches array Q for the closest value
    > and then remembers the index at which the closest value was found and
    > from the same position in another array (f)gets a value Fa .Fb is
    > calculated similarly.
    > This takes foreveR(BUT IS NOT WRONG-JUST TAKES TOO LONG , MY BOSS SAYS
    > EARLIER IT DIDNT TAKE SO LONG)
    > SO KINDLY HELP
    > REGARDS
    > UTPAL
    Utpal,
    concerning the code you mention, Ben's answer is correct, it is a sort of
    interpolation which is done in your code.
    The calculation is done in an extremely inefficient manner in the code. I
    compared it with an optimised code and found that the speed differed by a
    factor of 10. The absolute numbers were 12 ?sec for the optimised code and
    117 ?sec for the code in your program. But this was under Labview 6.1 on a
    2.3 GHz pentium, and you talked about LV 4 (on a probably much slower
    machine).
    HOWEVER, the calculation speed depends on the value of the input number Qa,
    since a long array (roughly 6000 elements) has to be searched through. For
    Qa values close to 1 (which you probably have for a "well behaved" van der
    Pauw sample) the code in your program takes twice as long as the numbers
    above indicate (whereas for a Qa of, say, bigger than 5000 the speed is much
    faster).
    Now suppose your PC is a factor of 10 slower and suppose further that LV 4
    is another factor of 10 slower than LV 6.1 (it is doing lots of 'array
    subset' operations in your code) and considering further that the algorithm
    is performed 4 times in your program, we might expect a speed of 2 x 10 x 10
    x 4 = 800 slower than the numbers above, i.e. 800 x 117 ?sec which is appr,
    0.1 sec.
    Therefor I believe that the awfully long times you report are not due to
    this (admittedly very inefficient piece of) math code.
    I attach 2 png pictures, showing
    a) the optimised code
    b) how to convert the two big array constants in your code into a form
    suitable for the optimised code
    You should run b) only once of course and then store array [(Q,f)] in your
    program.
    If you have access to Labview 6.0 or 6.1, I could also send you the code
    directly.
    -Franz
    [Attachment Calculate interpolated f(Q)d.png, see below]
    [Attachment Make Q,f arrayd.png, see below]
    Attachments:
    Calculate_interpolated_f(Q)d.png ‏4 KB
    Make_Q,f_arrayd.png ‏2 KB

  • Enquiry about the purchase of corrupted recovery disk

    i have purchased recovery disk last month from hp online store , and now i found that the disk was corrupted and is not work0ng..i need help ...Please reply me as early as possible ...thank you 

    Hello Dixon123, Welcome to the HP Support Community.
    Would you please tell us what device you are asking about?  Your post is in the PalmOS/Windows Mobile section of the Forum.  HP hasn't sold discs for these devices in quite a long time...
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

Maybe you are looking for