Driver  program RFKQST00.

I have one driver  program called ZRFKQST00IT  . it seems it is copied from std program RFKQST00.
Now i have observed that there is some extra code in program RFKQST00.
( we have two 4.7 systems , in one system some extra code in program RFKQST00  and another system there is no extra code in  program RFKQST00  )
I don't understand why ?
Is that because of the patch aplying ?
( my boss toldto go to oss notes and we need to apply patches )
The new code is in program RFKQST00 is :
**Start of Classic WT in italy data declarations...
DATA : CL_INVOICE TYPE C,
       CL_INVOICE_TAB LIKE KTAB OCCURS 0 WITH HEADER LINE,
       CL_PAID_INVOICE LIKE KTAB OCCURS 0 WITH HEADER LINE,
       CL_DOWNPAY_TAB LIKE KTAB OCCURS 0 WITH HEADER LINE,
       CL_IT_KTAB LIKE KTAB OCCURS 0 WITH HEADER LINE.
DATA : BEGIN OF CL_DOWNPAYCLR1_TAB OCCURS 0,
          KTAB LIKE KTAB,
          REBZG LIKE BSEG-REBZG,
          REBZJ LIKE BSEG-REBZJ,
          REBZZ LIKE BSEG-REBZZ,
       END OF CL_DOWNPAYCLR1_TAB.
DATA : CL_DOWNPAYCLR2_TAB LIKE CL_DOWNPAYCLR1_TAB
                                  OCCURS 0 WITH HEADER LINE,
       CL_PARTPAY_TAB LIKE CL_DOWNPAYCLR1_TAB
                                  OCCURS 0 WITH HEADER LINE,
       CL_CLEARING_TAB LIKE KTAB OCCURS 0 WITH HEADER LINE.
**end of Classic WT in italy data declarations...

Now i have observed that why there is some extra code in program RFKQST00 whic is not present in driver program called ZRFKQST00IT.
( my doubt is one normally can't eliminate code while copying... ...Is this is because of patch applying)
( we have two 4.7 systems , in one system some extra code in program RFKQST00 and another system there is no extra code in program RFKQST00 )
I don't understand why ?

Similar Messages

  • Dunning report driver program

    Hi,
       I see a dunning sap script z_asia_dunning assigned in Dunning procedure.  I am interested in knowing the driver program for this dunning script. 
      I searched in SDN and failed to get this information.  Please let me know how to get a driver program for dunning report.
    Thanks in advance
    Sudhaker

    ok it IS possible
    and well the table where those connections of driver programs and form are stored is (i hope you learned that by now from the earlier posts) TNAPR.
    you are a developer, so it´s not really neccesary for you to have a transaction to chance some record in a database table.
    I would propose the TA SE16N with the fcode &sap_edit.
    then just fill in your new (copied) driver program and save

  • 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

  • Printing Line Items in Script without using driver program

    How to print the line items of a internal table in sap script without using driver program? I am not supposed to edit anything in the driver program. Pls help me to solve this problem...

    Hi,
    You can try by creating a new driver program and a new FORM ENDFORM inside that for this purpose.
    Regards,
    Gaurav

  • Driver Program Name for Shipment output form

    Hi guru's
    can anyone tell me wats the name of the driver program and the form name for a shipment output form?(for ABAP development purpose)
    Thanks in advance,
    Regards/Aryan

    Hi Aryan - What Shipment output are you referring to? LD01-Delivery Note? There are some more, which are associated with Transportation application as well.
    LD01 - V2 - Program SDADDN02. Form SD_DELNOTE_SUPPL
    LD00 - V2 - Program YMRVADDN01/RVADDN01 Form ZMLWMRVDELNOTE(customized our side)/RVDELNOTE
    Pl00 - Packing List -V2 - Program SDPACKLI, Form SD_PACKING_LIST
    CMR1 - Bill of lading - V7 - Progarm RVADTR01 Form SD_SHIPMENT_CMR.
    Best way, use transaction V/34 to view all V2 - Shipping output types and the associated program and form. V/82 to view all V7-Transportation output types and the associated program/forms.
    Thanks
    Nikhil

  • Driver program name

    hi all
    is there any other way of determining the driver program name for a script/smart form apart from the table tnapr?
    regards
    niki

    Hi..
    1) goto NACE transaction.
    2) select the module of the form...i.e. PO/SD/etc
    3) select the output type option
    4) from the list ,select the name of ur form/script.
    5) check out the processing routine,that will give the driver program name
    Reward Pts if helpful.
    regards
    - Rishika Bawa

  • Driver program for BIll of lading smartform

    Hi all,
    Can you please provide me the standard driver program for bill of lading smartform.
    or for purchase order smartform.
    Thanks and regards,
    Rajeev

    Hi,
      For Purchase Order - SAPFM06P.
    And for future info,
      If you Know the Application and Output Type - Then it is very easy to know the Smartform or the Script Used.
    1.Go to NACE and Check.
      For Ex: PO belong to APP type EF, So click on EF and then click on "Output Type " button.
                  Then all the output types will be displayed.Then select the required and Click on "Processing Functions". Then you can see the Configuration details done for this ouput type like which smartform, which subroutine.
    2.Also, You can check the TNAPR table entries by entring the below information
    Output Type, Message transmission medium, Application.
    Thanks & Regards,
    Vamsi.

  • Driver program for Pallet label or Handling unit

    Hi Friends,
      Could any one give me The standard driver program for Pallet label for Handling unit

    Hi Jyotiswaran,
    It can be without HU managed. You need to use SU (storage unit) managed storage types.
    When you do GR for inbound delivery and create a TO for stock putaway, by using the palletisation data in WM view 2 system generates the storage units. The same can be treated as the pallet number.
    Regards,
    Sudhir

  • Driver Program

    HI
    I am doing smartforms.In that i need driver program for purchase order.
    Thanks
    siva

    Hi,
    you can find this in Nace transaction
    clik ef
    then outpuut types button
    and then clik neu ( output Type )
    and then doubel clik processing routines
    you will get more information
    <b>so your progr  name is SAPFM06P</b>
    regards,
    Venkatesh

  • Driver program and a print program

    hi all,
    wat is the basic difference between a driver program and a print program in scripts.
    How do we do modification for FI scripts
    Thanks & Regards,
    Saroja.

    hi Saroja,
    Driver program or print program both r same... u can call either driver program or print progam.
    Modifying the scripts depends upon your requirement,
    basically if u have standard scripts better to copy it to zscript then make the chages like adding company logo or adding the company address or adding the terms and conditon what ever u asked to do then use the same print program write the extra logic in a subroutine in an executable program and call this routine in the script.
    This is the method to modify the scripts with out modifying the print program because sometimes its not advisable to change the print program or
    u can copy the print program to z program and u can add u r extra logic into it
    ~~Guduri

  • Driver program for ADOBE FORM

    Hi experts ,
             Can anyone guide me for writing a driver program for ADOBE forms ( created using SFP transaction) . I have created the form but dont know how to run it using a driver program since i m new to SFP.
           Plz help me.
    Message was edited by:
            suchita phulkar

    Suchita,
    You can check this code.. This is purley to run the ADOBE form, above one is to run a smart form.
    *&      Form  print_form
    *       Subroutine to print the form
    FORM print_form .
      DATA : l_fmname TYPE funcname,
             l_params TYPE sfpoutputparams,
             l_docparams TYPE sfpdocparams,
             l_formoutput TYPE fpformoutput.
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name                    = 'Z_CERT_CONTINU_FORM'
       IMPORTING
         e_funcname                 = l_fmname
    *   E_INTERFACE_TYPE           =
    *  l_params-getpdf = 'X'.
      l_params-nodialog = ''.
      l_params-preview = 'X'.
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = l_params
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      l_docparams-langu = 'E'.
      CALL FUNCTION l_fmname
        EXPORTING
          /1bcdwb/docparams  = l_docparams
          g_regis            = g_regis
          g_date             = g_date
          g_frmname          = g_frmname
          g_comp             = g_comp
        IMPORTING
          /1bcdwb/formoutput = l_formoutput
        EXCEPTIONS
          usage_error        = 1
          system_error       = 2
          internal_error     = 3
          OTHERS             = 4.
      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 'FP_JOB_CLOSE'
    * IMPORTING
    *   E_RESULT             =
       EXCEPTIONS
         usage_error          = 1
         system_error         = 2
         internal_error       = 3
         OTHERS               = 4
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " print_form
    Thanks,
    Sreekanth
    <i>*-- Please close the post and do not forget to reward if it helps you</i>

  • Driver program for MEDRUCK_SCHEDAGR

    Hi All,
    Can you please let me know standard driver program for Scheduling Agreement (ME31L) Adobe Form MEDRUCK_SCHEDAGR.
    Thanks,
    Samrat

    Hi Samrat,
    The print program for Adobe Form MEDRUCK_SCHEDAGR. is SAPFM06P.
    Regards
    Sandy

  • Driver program Configurations for CO03/CO02

    Hi All,
    Requirement:
    We are configure script and driver program in OPK8 With list type LP01.
    Issue:
    This driver program is not triggered CO03/CO02 transaction level For this we need configure any other transaction.
    Can you suggest me how to resolve this issue.
    Thanks in Advance,
    Rajeshbabuv.

    Hi,
       Check whether you have maintained an entry of the smartform in NACE, and removed any sapscript assigned under FORM in NACE.
    Place a break point in Program RSNAST00 at line number 799, and check the values of TNAPR workarea, see what the Driver program and smartform name
    TNAPR-PGNAM = ?
    TNAPR-SFORM = ?
    Regards
    Bala Krishna
    Edited by: Bala Krishna on Aug 6, 2010 3:12 PM

  • Driver program for Sale Order

    Hi all,
    Can any body tell me Standard Driver program for Sale Order Smart form?
    Useful answer will be rewarded
    Thanks in advance,
    Sachin.

    Hi Sachin,
    you can do this by,
    <b> NACE</b> (tocde) -->  select  <b>Sales</b> --> click <b>output types</b> -->
    select any standard output type --> double click on processing routines.
    You can see the program name
    For this it is -
    <b>RVADOR01</b>
    Reply me if there is any queries

  • Driver Program of Smartform

    Hi Folks,
    Can any body post the sample driver program of smart form? I need the same to call a smartform which created.
    thanks
    Siddarth

    Hi,
    Check this....
    *& Report  ZSEND_PDF_EMAIL
    REPORT  zsend_pdf_email.
    DATA: itcpo LIKE itcpo,
    tab_lines LIKE sy-tabix.
    Variables for EMAIL functionality
    DATA: maildata LIKE sodocchgi1.
    DATA: mailpack LIKE sopcklsti1 OCCURS 2 WITH HEADER LINE.
    DATA: mailhead LIKE solisti1 OCCURS 1 WITH HEADER LINE.
    DATA: mailbin LIKE solisti1 OCCURS 10 WITH HEADER LINE.
    DATA: mailtxt LIKE solisti1 OCCURS 10 WITH HEADER LINE.
    DATA: mailrec LIKE somlrec90 OCCURS 0 WITH HEADER LINE.
    DATA: solisti1 LIKE solisti1 OCCURS 0 WITH HEADER LINE.
    PERFORM send_form_via_email.
    FORM SEND_FORM_VIA_EMAIL *
    FORM send_form_via_email.
      CLEAR: maildata, mailtxt, mailbin, mailpack, mailhead, mailrec.
      REFRESH: mailtxt, mailbin, mailpack, mailhead, mailrec.
    Creation of the document to be sent File Name
      maildata-obj_name = 'TEST'.
    Mail Subject
      maildata-obj_descr = 'Subject'.
    Mail Contents
      mailtxt-line = 'Here is your file'.
      APPEND mailtxt.
    Prepare Packing List
      PERFORM prepare_packing_list.
    Set recipient - email address here!!!
      mailrec-receiver = '[email protected]'.
      mailrec-rec_type = 'U'.
      APPEND mailrec.
    Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = maildata
          put_in_outbox              = 'X'
        TABLES
          packing_list               = mailpack
          object_header              = mailhead
          contents_bin               = mailbin
          contents_txt               = mailtxt
          receivers                  = mailrec
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
          OTHERS                     = 99.
    commit work.
    ENDFORM.                    "SEND_FORM_VIA_EMAIL
    Form PREPARE_PACKING_LIST
    FORM prepare_packing_list.
      CLEAR: mailpack, mailbin, mailhead.
      REFRESH: mailpack, mailbin, mailhead.
      DESCRIBE TABLE mailtxt LINES tab_lines.
      READ TABLE mailtxt INDEX tab_lines.
      maildata-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( mailtxt ).
    Creation of the entry for the compressed document
      CLEAR mailpack-transf_bin.
      mailpack-head_start = 1.
      mailpack-head_num = 0.
      mailpack-body_start = 1.
      mailpack-body_num = tab_lines.
      mailpack-doc_type = 'RAW'.
      APPEND mailpack.
    Creation of the document attachment
    This form gets the OTF code from the SAPscript form.
    If you already have your OTF code, I believe that you may
    be able to skip this form. just do the following code, looping thru
    your SOLISTI1 and updating MAILBIN.
      PERFORM get_otf_code.
      LOOP AT solisti1.
        MOVE-CORRESPONDING solisti1 TO mailbin.
        APPEND mailbin.
      ENDLOOP.
      DESCRIBE TABLE mailbin LINES tab_lines.
      mailhead = 'TEST.OTF'.
      APPEND mailhead.
    Creation of the entry for the compressed attachment
      mailpack-transf_bin = 'X'.
      mailpack-head_start = 1.
      mailpack-head_num = 1.
      mailpack-body_start = 1.
      mailpack-body_num = tab_lines.
      mailpack-doc_type = 'OTF'.
      mailpack-obj_name = 'TEST'.
      mailpack-obj_descr = 'Subject'.
      mailpack-doc_size = tab_lines * 255.
      APPEND mailpack.
    ENDFORM.                    "PREPARE_PACKING_LIST
    Form GET_OTF_CODE
    FORM get_otf_code.
      DATA: BEGIN OF otf OCCURS 0.
              INCLUDE STRUCTURE itcoo .
      DATA: END OF otf.
      DATA: itcpo LIKE itcpo.
      DATA: itcpp LIKE itcpp.
      data control type SSFCTRLOP.
      data output type SSFCOMPOP.
      data otfdata type SSFCRESCL.
      control-getotf = 'X'.
      OUTPUT-TDDEST = 'Lp01'.
    control-DEVICE = 'LOCL'.
      control-NO_DIALOG = 'X'.
      CLEAR itcpo.
      itcpo-tdgetotf = 'X'.
    CALL FUNCTION '/1BCDWB/SF00000279'
    EXPORTING
       CONTROL_PARAMETERS         = control
       OUTPUT_OPTIONS             = output
       USER_SETTINGS              = ' '
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
       JOB_OUTPUT_INFO            = otfdata
      JOB_OUTPUT_OPTIONS         =
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5.
    IF sy-subrc <> 0.
    ENDIF.
    Move OTF code to structure SOLI form email
      CLEAR solisti1. REFRESH solisti1.
      LOOP AT otfdata-otfdata into otf.
        solisti1-line = otf.
        APPEND solisti1.
      ENDLOOP.
    ENDFORM.                    "GET_OTF_CODE
    Regards,
    Sankar

Maybe you are looking for

  • FI Posting Period

    Dear Experts, Can any one suggest me the way to maintain authorization group in such a way that i can close the Financial period for all my sites accept the head office and certain users can post the entries but no one else can make the entry for tha

  • Query doesn't work in APD, Error: column store error: fail to create scenario: [340 2048

    Hi Experts, We got a problem here. We have a query ran without any problems in RSRT. But when I try to put it as data sources(infoprovider) in APD. I got following error: column store error: fail to create scenario: [340 2048 We are in BW731006 & ABA

  • Clickable images in jQuery slider web part

    I have created a slider web part using this "SharePoint 2010 Cookbook: Create a Slide Image Web Part Using jQuery". I would like to implement functionality to make the highlighted image clickable, opening the image in an iFrame (modal dialog).  I und

  • Rendering XML?

    I created new "PolicyPropertyBundle" and binding it with my class object("MYTESTING") ,but 'type test.xml' returns "The system cannot find the file specified." following is data of mytesting object. Isn't it very simple? <BLOCKQUOTE><font size="1" fa

  • Wm problem

    Dear all, while checking the quant, we observed that some of the quant has updated material doc no in document number field like 902 , 914 ( interem storage location) and some of the quant has updated TR no  in doc number field like 922. however , wh