How to print procedure in an executable program

Hi Everyone
                       I am having one procedure  PR_PRICING_T_1723_2000 using cu02.In this some code is written and i want to print the code lines of this procedure in my executable program output.Can anyone help me in finding where this procedure get stored for example in table or is their any function module or bapi where we can directly pass procedure name and can get the desired lines of code.
Hitesh

Are they making the changes under a same CR? If so there is actually no way to track the changes made by individual user, unless they put some comments. In such a case, the other option is to have individual users generate a version after completing their changes (but ensuring that no other user makes a change at the same time by using editor lock and releasing the editor lock after generating a version).. Once the version is generated, u can use change management
If the changes are made under different CR, then you can use version management as suggested by Rich.

Similar Messages

  • How to link from query to executable program (38)

    Hi Experts,
    I develop one sq01 query and that I want link to my executable program which is created by from se38 to display the interactive report .
    The basic list is coming from the  query and secondary list is displaying from the program.
    please explain how to link the query and program to store the values TRSTI table.
    Please help me,its critical

    Kindly search on the net with the keyword "Report assignment in SAP Query", you will get lot of links.

  • How to print external file using ABAP program

    Hello
    I want to print an external file which is located in server (
    20.99.0.18\GUI\xyz\8.0QUALITY\QM_TS.DOC) .....i want to print these kind of files(which i have retrieved from table 'DRAW' field 'filep' )......i need to print these files using ABAP program.
    thank you
    Vikram.
    Message was edited by:
            Vikram Bojja

    extract the data and pass to script or smartform for printing

  • How to print SOAP request at client program when program calls web service.

    Hi friends,
    While calling a web service, I am getting following error: javax.xml.rpc.JAXRPCException: Failed to parse WSDL
    I believe it is due to an invalid parameter set for the request soap. I need to analysis this error. Can you help me to print SOAP request at client program when program calls web service.
    Is there any way to print SOAP request XML?
    Thanks.
    Jaykishan

    Is this question related to Oracle SOA suite? Which client are you using? Use SOAPUI to validate whether WSDL is correct.
    Regards,
    Anuj

  • How to Exit from Session by executing program

    How to Exit from Session by executing program

    Hi,
    Try the following
    CALL the function module HLP_MODE_CREATE and pass '/nex' to tcode import parameter.
    Regards,
    Sesh
    Message was edited by: Seshatalpasai Madala

  • How to print custom documents through custom program

    Hi,
    I am printing custom documents like Commercial Invoice, Shipper's Letter of Instructions,  Shipper's Export Declaration , using communication tab of custom declarations. SInce user wanted output with a changed layout( different from standard), so new Activity messages ( like ZP100 in place of standard P100) are created to call Z forms ( new PDF from created using SFP and called for this Message type). This part is done our fucntional team. This customize message type is calling my custom Z forms. But all these Z forms are not allowing printing of the document from Preview of PDF. Print Icon become disabled in the preview. Used wants to print from preview of PDF itself.
    There is a parameter in BADI  DOC_PERSONALIZE_BCS method parameter 'NOPRINT', which is passed with value 'X' in the function module to create PDF. SInce this is set to 'X' it is not letting us print from preview.
    So, can anyone help me in finding what can I do to get this print enabled from preview. If I need to change this method, then what are the steps and how standard configurations will be changed to call Zprogram in place of standard.

    Hi Swati,
    The Badi you mentioned should help you, try changing the importing parameter in your local structure and pass this local variable, instead of the imported (IS_outputparams-noprint = 'X' ) to the function below. This is an example, you`ll need to declare data as well :
    Method IF_EX_DOC_PERSONALIZE_BCS~PERSONALIZE_PDF_DOC_PDFIF
    ls_output_options = is_outputparams.
      IF NOT ls_output_options-preview IS INITIAL.
        ls_output_options-noprint = ' ' .    " Allow printing
       ENDIF.
    call function '/SAPSLL/PRN_FORM_PROCESS_PDF'
        exporting
          iv_guid_cuhd       = lv_guid_cuhd
          iv_function_name   = ip_function_name
          iv_form_name       = ip_form_name
          iv_appl_log_handle = ip_application_log
          is_output_options  = ls_outputparams " put your LOCAL structure here ....
        importing
          es_formoutput      = es_formoutput
          es_joboutput       = es_joboutput
        changing
          cs_docparams       = cs_docparams
        exceptions
          output_canceled    = 1
          others             = 2.
    Hope this helps,
    Regards,
    Branislav Petricek

  • SAPScript: How to print mutiful forms in one program?

    Dears,
    I want to print invoice in my program, And one invoice number should print one form.
    My question is : if there is a internal table contains 10 different invoice number, and I want to print 10
    forms. Is that means, I should use FM 'OPEN_FORM' 10 times?       
    If do, I would have to fill the popup dialogue window 10 times.
    Anybody who have good ideas about this problem?     Thank a lot.
    Sincerely yours,
    Julie

    I suppose you want to print several sapscripts in one spool
    In that case you need to use START_FORM END_FORM
    It would be something like this
    OPEN_FORM
    Loop at invoices.
    START_FORM
    ENDFORM
    endloop.
    CLOSE_FORM

  • Output has to print from the executable program

    Hi All,
    I have 'zaap01' executable program. once provided the materil,plant, batch. the out put directly has to print(Via Printer) as well as when I'm getting alv grid.. can u help me how to proceed.
    Thanks,
    srii.

    Hi Sridhar
    Users can print the ALV output on a printer or they can view the printout on the screen. You are able to change the look of these printouts by making various settings in the list-type ALV outputs using the ALV object model.
    You can make the following settings for the printout of the ALV output:
    · Output additional information
    · Output standard title of the program
    · Determine that the ALV be called in print mode
    · Take actual list size into consideration during printing
    · Optimize Column Width in the Printout
    · Reserve Rows for Event END_OF_PAGE
    Methods
    Function-Output of list information
    Class-CL_SALV_PRINT
    Method-SET_LISTINFO_ON
    Function-Check whether list information are being output
    Class-CL_SALV_PRINT
    Method-IS_LISTINFO_ON
    Function-Output selection information
    Class-CL_SALV_PRINT
    Method-SET_SELECTIONINFO_ON
    Function-Check whether selection information is being output
    Class-CL_SALV_PRINT
    Method- IS_SELECTIONINFO_ON
    Function-Output additional information on a separate page
    Class-CL_SALV_PRINT
    Method- SET_COVERPAGE_ON
    Function-Check whether additional information is being printed on a separate page
    Class-CL_SALV_PRINT
    Method- IS_COVERPAGE_ON
    Output Standard Title of the Program
    The standard title of the program comprises the current date, the title of the ALV output and the page number. You are able to show the standard title.
    Methods
    Function-Output standard title of the program
    Class- CL_SALV_PRINT
    Method
    SET_REPORT_
    STANDARD_HEADER_ON
    Determine that the ALV Be Called in Print Mode
    You are able to print the ALV output directly without having to first display it on the screen.
    Methods
    Function-Print ALV output directly
    Class- CL_SALV_PRINT
    Method- SET_PRINT_ONLY
    Function-Check whether ALV output is being printed directly
    Class- CL_SALV_PRINT
    Method- IS_PRINT_ONLY
    Take Actual List Size into Consideration During Printing
    You can use the application to determine how wide the list should be in the printout. If the width of the ALV output has changed (for example because the user is showing columns), it can be that the page is not big enough to show all the information. You are able to set that ALV determine the current size before printing and then changes the print parameters accordingly.
    Methods
    Function
    -Take actual list size into consideration during printing
    Function
    Class- CL_SALV_PRINT
    Method- SET_PRINT_PARAMETERS_ENABLED
    Function
    -Check whether the list size can be adapted
    Class- CL_SALV_PRINT
    maethod-
    IS_PRINT_PARAMETERS_
    ENABLED
    Regards.
    Eshwar.

  • How do I return two values from a stored procedure into an "Execute SQL Task" within SQL Server 2008 R2

    Hi,
    How do I return two values from a
    stored procedure into an "Execute SQL Task" please? Each of these two values need to be populated into an SSIS variable for later processing, e.g. StartDate and EndDate.
    Thinking about stored procedure output parameters for example. Is there anything special I need to bear in mind to ensure that the SSIS variables are populated with the updated stored procedure output parameter values?
    Something like ?
    CREATE PROCEDURE [etl].[ConvertPeriodToStartAndEndDate]
    @intPeriod INT,
    @strPeriod_Length NVARCHAR(1),
    @dtStart NVARCHAR(8) OUTPUT,
    @dtEnd NVARCHAR(8) OUTPUT
    AS
    then within the SSIS component; -
    Kind Regards,
    Kieran. 
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

    Below execute statement should work along the parameter mapping which you have provided. Also try specifying the parameter size property as default.
    Exec [etl].[ConvertPeriodToStartAndEndDate] ?,?,? output, ? output
    Add a script task to check ssis variables values using,
    Msgbox(Dts.Variables("User::strExtractStartDate").Value)
    Do not forget to add the property "readOnlyVariables" as strExtractStartDate variable to check for only one variable.
    Regards, RSingh

  • Does any one know how to execute program in Jump developer desktop

    hi,
    Does any one know how to execute program in Jump developer desktop,
    actually i copied the hello world project from my eclipse workspace to jump
    developers workspace and once i run the program it asks for the main class
    and then i gave main class as my HelloWorld Class,it generates error as
    java.lang.NoSuchMethodError: main
    Exception in thread "main"
    Can any one help me to come out of this problem.....
    Thanks
    MRaj

    i solved it,
    thanks
    MRaj

  • How to print page no/total pges in report programing?

    how to print page no/total pges in report programing?

    Hi
    This is an example:
    In TOP-OF-PAGE you can write:
    WRITE: SY-PAGNO, '/', '-----'.
    When the program has finished to print all data, run a routine like this:
    Declare a variable
    DATA: L_PAGE_COUNT(5) TYPE C,
          V_LINE TYPE I. "The line where page number is written
    * In my example I suppose the page number is always
    * written in the first row of the page.
    V_LINE = 1.
    *  Copy this code to the end of program
    *  Page count will be printed on each page here
      WRITE sy-pagno TO l_page_count LEFT-JUSTIFIED.
      DO sy-pagno TIMES.
        READ LINE V_LINE OF PAGE sy-index.
        REPLACE '-----' WITH l_page_count INTO sy-lisel.
        MODIFY CURRENT LINE.
        ADD 1 TO sy-index.
      ENDDO.
    Max

  • Executing a stored procedure from a java program

    Hi.. how can i call a oracle stored procedure from a java
    program. the OSP has four IN parameters and one OUT parameter(a
    cursor). when i try this way.. i get an error
    con = DriverManager.getConnection(url, "stored", "stored");
    CallableStatement cs =
    con.prepareCall(
    "{call stored_proce_1(?,?,?,?,?)}");
    cs.registerOutParameter(1, OracleTypes.CURSOR);
    cs.setString(2, "14541");
    cs.setString(3, "gen");
    cs.setInt(4, 0);
    cs.setInt(5, 5);
    ResultSet rs =cs.getResultSet();
    while(rs.next()){
    System.out.println(rs);
    appreciate ur help.
    qs

    I'm no expert on this, but I have a similar call where I fetch
    an Oracle REF CURSOR from a call to a stored function. If you
    fetch the cursor as an Object from your CallableStatement, you
    can then cast it to a ResultSet e.g.
    mystatement.executeUpdate();
    ResultSet rs = (ResultSet) mystatement.getObject(1);
    Then you should be able to loop through your ResultSet as usual.
    Good luck!
    Chris

  • How to print the invoice(Billing document) using program RSNAST00

    Hi,
      I want to print the invoice using the program RSNAST00,
    but when i fill in selection screen with the following details,
    Output Application : V3
    Object Key : Billing Document Number
    Output Type : ZPFM
    Transmission Medium : 1
    But it is throwing an Information Message "0 outputs were processed in total (0 successfully,0 incorrectly)
    So please guide me, what are settings i have to do and what abap code i have to write to overcome this error.
    Regards,
    Shasiraj.C

    Hi,
      As you told I am using the function module RV_MESSAGE_DIALOG in my program when I directly execute my program its not printing invoice,but when i keep the break point and execute a pop up comes in which i click on the PRINT button that time it is printing the invoice.
    But I dont want to click on Print button manually, my code should automatically take care of printing also.
    Can guide me in this issue.
    Regards,
    Shasiraj.C

  • How to print Signature stored in a flash drive on to check print program?

    Hi,
    I have a check print program template and have the following requirement. I need to print the signature image which is stored in a flash drive that will be inserted in to the check printer (HP laserjet 4250 series). The vendor sent the escape sequence to activate the signatue image. I'm familiar with how to print images stored in $OA_MEDIA area but not in a flash drive.
    Has anyone done this before? If you did, could you please let me know how and where to put the escape sequence the vendor sent on the .rtf document to activate the signature image while the check print program is run (Format Payment Instructions - in rel 12) ?
    Message was edited by:
    user586895

    Hi,
    This is an interesting problem, and not something I have considered before. I do not know of an exact solution, but as your printer is on a network, theoretically it will have an IP address. When your flash drive is inserted into the printer I would assume that is is treated like any other drive in a PC, so you would be able to use a URL to get to it.
    Using a dummy image and a URL to the printer flash drive you should be able to pick up the image.
    Not entirely sure if this would work, but it may be food for thought, and help you along the way.
    Regards,
    Cj

  • How to Add New Parameter in Cluster with LabVIEW Executable Program?

        In this VI,it can write the parameter in Cluster to the database (Access 2003).it run well.
        But When I add another parameter in Cluster,such as EE,I have to modify this Cluster. And at the same time,I have to modiy the database (I should add a column of EE).if this vi build to exe, how can I achieve it?Can LabVIEW have any way to increase new parameter EE in Cluster and in Database in executable program?
        Would you give me some advice?Thank you
    Attachments:
    Add ParaMeter In Cluster 20130206.zip ‏105 KB
    Cluster.JPG ‏9 KB

    It's rather unclear what you try to do here. In your first post you talk IMHO about the high level Datatbase Toolkit functions that take a cluster and translate it automagically into the appropriate SQL Query/Update.
    Your second question seems to be about the user interface of your application.
    Proper application design would mean to separate the user interface aspect from the actual database query in some ways. I definitely wouldn't use the same cluster for both. Also if you simply hide a control on the frontpanel (possible also in an executable) it still is present logically and if you end up using the high level database toolkit functions with that cluster it will result into a query or update of the database with all the data in the cluster, also the hidden ones.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • Can't open/update iPhoto

    I have been lucky to install the new iLife '11, but after I have installed it for about a few weeks, it can't open. It happened to me when I tried to open it pops up a notice like this: In order to open iPhoto, you need to update to the latest versio

  • Scheduling Crystal Report in BO Enterprise -- running Failed with an error

    Hi all,        I have scheduled a crystal reprt which is published in BO Enterprise. I have scheduled such that it should run right now. when i choose schedule, in the History screen of that particular Report Document, it  is showing the status as Fa

  • Open .csv file in excel via Labwindows

    Hello After writing all my data in a .csv and closing it (using fclose), I would like to open this .csv file using Excel via a Labwindows command so that the user can see all the data. Is that possible? If yes, which function should I use? Thanks

  • Problem Copying a DVD

    Hi, I've been given a non-write protected DVD which I would like to duplicate on my iMac. I tried to do this by right-clicking the DVD icon and selecting 'Duplicate' which then copied the disk to the desktop. I then right-clicked the folder icon and

  • Question on spry menu

    I'm using Spry to insert a drop down menu bar and am stuck on one issue which I'm guessing is fairly easy if  you know what you are doing!  I dont want the top level to link to anything.  I just want the 2nd level submenu bars to link to pages. Of co