Sap script function modules

Hi this is saroj.
1.can any body tell me what is the function of open_form,write_form,close_form,start_form,end_form
   in script.
2.can we have a selection screen for the script where we can give inputs.
regards
saroj kanta maharana

[Open_form|http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba1a494511d182b70000e829fbfe/frameset.htm] - The function module OPEN_FORM opens form printing. You must call this function module before you can use any other form function (WRITE_FORM, START_FORM, CONTROL_FORM...).
[Start_form|http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba34494511d182b70000e829fbfe/frameset.htm] - In-between the function modules OPEN_FORM and CLOSE_FORM, you can use different forms. This allows you to combine several different forms into one print output. However, you can combine only those forms that have the same page format.
[Write_form |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba41494511d182b70000e829fbfe/frameset.htm]- The system outputs the form element specified in parameter ELEMENT into the currently opened form.
[Close_form: |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba27494511d182b70000e829fbfe/frameset.htm]The function module closes the form opened using OPEN_FORM. The system executes any terminating processing steps for the last opened form.
[End_form |http://help.sap.com/saphelp_46c/helpdata/en/d6/0dba5b494511d182b70000e829fbfe/frameset.htm]- END_FORM ends the currently open form and executes the required termination processing. After calling this function module, no more form is active. For further output, you must start a new form using START_FORM.
Please check this [link |http://help.sap.com/saphelp_46c/helpdata/en/d1/802fd3454211d189710000e8322d00/frameset.htm]to have complete idea on scripts.
Thanks
Satyasuresh Donepudi

Similar Messages

  • SAP Standared function module in BODS

    Experts,
    I know that we can not use SAP standared function module as a source in data services, we can use a function module in transformation but again we have to start from a file or table as a source and load into a target (Function Module can not be an end point of a dataflow - as it is used in the transformation and each transformation requires a source and a target).
    Is this statement correct ? ?. Please let me know.
    Here I have some Raw descriptive data in SAP and with some standared functional module which I need to call in BODS. Is it possible by some way to take it as source ..?
    Thanks in Advance.
    -Deep

    Hey,
    Any relevant inputs are much appericiated..!!
    thx
    Deep

  • Where-Used List: Modifying SAP standard function module

    Hi,
    We have decided to modify SAP standard function module SD_SCHEDULING. But before that, we need to understand what impact this modification will have in the system. We will also estimate the risks with this modification.
    Therefore, I have taken Where-Used List for this function module. We are aware that this list is not comprehensive.
    Do you know any other way we could use to understand better what impacts this kind of modification may have? My colleagues say that this is the only way.
    Thanks in advance for your help.
    Regards,
    Jarmo Tuominen

    Hi Jarmo,
    Try this
    1). Goto Se16 and check the contents of table 'CROSS'.
    2). Enter 'F' in the first selection screen field
    3). In the NAME field enter the Function module SD_SCHEDULING and execute.
    4). The list will give you where all the FM has been used.
    Kindly note this is almost the same as doing a where used list. The where used list will only work correctly if the 'Update Navigation Index' works correctly in your system. So just to ensure the result of your where used list you can follow the above steps. This does not require the Update Navigation Index.
    Hope this helps
    Cheers
    VJ

  • Lst of all sap standard function modules???

    can anyone provide with a list of all sap standard function modules??? I am currently working in Product costing.As per my Functional specification i need to find the number of cost centers in a cost center group.we guess that this information will be available from a function modules.so can anyone provide all the function modules of sap.

    Hi,
    Check this link :
    <a href="http://www.erpgenie.com/abap/functions.htm">http://www.erpgenie.com/abap/functions.htm</a>
    -SatyaPriya

  • SAP FI functional module

    Hi Guys.........I am new in SAP community and need your expert advise on SAP FI functional module. I shed some light on my career. I have done master's in Accounting and I have been working as a system officer on Sap as a user end for last 4 years.Since last 1 year I am planning to cross the fence and to start my career at functional side ( FI CO certified).However after discussing with mates at work now I am bit confuse. They say after spending huge money on course and being a fresher Its hard to get a job. I would really appreciate if anyone can give me a good advise.
    Edited by: divyanshraheja on Jul 24, 2010 6:35 PM

    Dear,
    Anytime, anywhere there is nothing Hard to achieve. World population increasing day by day.. but still arriving new born as new citizens in universe. So, the world will never end or never difficult to reach. Only thing is the direction and efforts you put. Just go ahead with right direction AND IMPORTANTLY CATCH THE WEAK POINTS OF MARKET OR CLIENT. If you can present them with a WISE solutions how to overcome their WEAK points and which makes them STRONGER... you will be a HERO. Either ERP or someother ...
    I am not saying your friends are wrong, definetely competiton is there.. he only the winner who courage and achive his goal. Go ahead and be confident. Just remember.. at the begining everyone of us are a fresher at somepoint at sometime.
    Regards,
    Syed Hussain.
    Edited by: Syed Hussain on Jul 24, 2010 12:12 PM

  • SAP provided function module to update picking confirmation in VL02N

    Hi
    In transaction VL02N , the quantity,net weight and batch inf is updated manually.So the question is there any SAP provided function module to update picking confirmation instead of using BDC/call transaction method?

    Hi,
        Use below FM :
    Clear : i_prot.
    refresh : i_prot.
    Delivery Update
    CALL FUNCTION 'LE_MOB_DELIVERY_UPDATE'
    EXPORTING
    do_commit = 'X'
    TABLES
    t_delivery_items = i_lips
    prot = i_prot
    EXCEPTIONS
    conversion_overflow = 1
    essential_data_missing = 2
    error = 3
    nothing_to_update = 4
    lock_after_update_failed = 5
    error_in_delivery_update = 6
    OTHERS = 7.
    COMMIT WORK.
    Pass lips-lgort..
    Refer
    https://forums.sdn.sap.com/click.jspa?searchID=4212688&messageID=3855382
    Regards

  • Invoice List SAP script - Problem with SAP script functionality

    Hello Friends,
    I am working on SAP script - Invoice List SD_INVOICE_LIST. The invoice list contains the underlying billing documents. As per the standard functionality, in the line items, its printing the underlying billing documents with the net value. My requirement is to dig these line items into another level, meaning, I need to display the line items of billing documents  as well(like material, material description, quantity, net price and net value of that item etc).
    The billing linte item informatin is stored in VBRP table and the VBRP structure is not at all defined in the print program of SD_INVOICE_LIST (I.E.RVADIL01). Change of standard SAP program is not an option for me here.
    In the external subroutine we can fetch these line items for each billing document in the invoice list. However, my question here is how to take these line items back to the sap script and print them in SAP script (We can print one line item but how to loop these fetched lines and print them on SAP script. Any help in this regard would be greatly appreciated.
    I think there is no standard smart form exist for the invoice list. Please also let me know if there is any standard smart form available for INVOICE List.
    Thanks in advanace for any help in this regard.
    Best regards,
    Siva

    Hi
    As you cannot change the standard, you will have to see if there are any enhancements provided in the print program. if not you have to copy into a custom one and do changes accordingly.
    Thanks,
    Venkatesh

  • Crystal Reports for VS2010 using a custom SAP ABAP function module data source

    I recently worked with Crystal Reports 2011 and was able to connect and retrieve data from our R/3 system via an ABAP function module. While researching other features, I found this version that can be installed into Visual Studio 2010. The parameters are not very user friendly in Crystal Reports so I was hoping to create a custom dialog to collect my report parameters.
    Does anyone know if I were to install Crystal Reports for Visual Studio 2010, would I be able to design a front-end selection screen in a Visual Basic form and then pass the input to through the Crystal Reports connection to my ABAP function module to retrieve the data filtered on the back-end by the selection screen parameters and return the results to be reported in the Crystal Reports output?
    I am using Visual Studio 2010 Professional Visual Basic with the .NET Framework 4.0 on 32-bit Windows 7. I was able to connect to our R/3 system in Crystal Reports 2011, so if I were to install Crystal Reports for VS2010, would there be a similar way of connecting to SAP?
    Any assistance or direction would be greatly appreciated.
    Thanks,
    Bryan

    Hello Bryan
    I don't know for sure, but I doubt this will work in CRVS2010. Only hope is that the utility available for download in this KBA will point you in the right direction.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • SAP defined function modules for developing CIN.

    Hi Experts,
                     Please any one tell me the Function modules developed by SAP to implement CIN. Thanks in Advance.
    Thanks and Regards
    Srihari.

    I found out the solution.

  • Can Universe be on SAP-R3(Function modules,tables)

    Hi Folks,
    I know we can create Crystal reports from SAP-R3 and as well as BW. Likewise is there any way to create a Universe based on R/3 Function modules and tables? I am able to see only 'SAP Business Warehouse' as a 'Database driver' under 'SAP Database middleware'. Please let me know whether it is feasible or not?
    Thank you,
    Best Regards,
    Preetham

    Hi Dider,
    Thanks for your information. But, I wanted to know that we have to bring the data from R/3 to BW (warehousing) then create a universe on top of it or is there any plug-in or patch required to create a universe on or Business objects will be working on it to support it in the near feature or its not at all possible to create a universe on top of R3?
    Thank you once again!!!
    Best Regards,
    Preetham

  • SAP API Function Modules used in standard REACh Campaign

    Hi friends,
    How can i find the standard SAP function modules that are used in the REACh Campaign from portal? For eg: The API used for the search campaigns.
    Thanks in advance,
    Ram

    Hi friends,
    How can i find the standard SAP function modules that are used in the REACh Campaign from portal? For eg: The API used for the search campaigns.
    Thanks in advance,
    Ram

  • SAP SCRIPT function for converting  to lowercase or uppercase

    Hello,
    Does anyone know an built-in function for printing fields in lower or uppercase with SAP SCRIPT
    Regards

    hi,
    Check this way..
      DATA: DELIM(40) TYPE C VALUE ' '.
      DATA: CON_ANREX LIKE Q0002-ANREX.
      CALL FUNCTION 'STRING_UPPER_LOWER_CASE'
           EXPORTING
                DELIMITER = DELIM
                STRING1   = RECORD-ANREX
           IMPORTING
                STRING    = CON_ANREX
           EXCEPTIONS
                NOT_VALID = 1
                TOO_LONG  = 2
                TOO_SMALL = 3.
      IF SY-SUBRC EQ 0.
        RECORD-ANREX = CON_ANREX.
      ENDIF.
    Regards,
    Santosh

  • SAP HR functional Module -Need to specialze all modules or specific

    Hi All,
         Hope all are fine...  I started learning SAP HR(functional).Basically I am a ABAP technical guy.I realized that each module like PA,OM,TM & PAYROLL are conver vast areas.I would like to know ,from career perspective,whether i need to specialize in particular area like OM  alone thoroughly or need to concentrate on all modules.Which will be helpful in market?.Based on you friends reply,i need to move.Please advice and assist....
    Thanks,
    Raj.

    Most I see are usually specialized into the following groups...
    PA/OM/Benefits
    Time (sometimes Time/Payroll but then a specific payroll...like US Payroll...or interfaces to 3rd parties like ADP)
    Payroll
    ESS/MSS/HRAS
    Other (Recruiting, Learning, Perf. Mgmt,  etc)

  • SAP HR Function Module for reading RT

    Hi,
    Is there any function module in SAP HR which takes multiple employee numbers and period as input and gives payroll results as output.
    Thanks,
    Nidhi

    There is no FM for that
    But you can try reading the cluster by using import export commands.
    Regards,
    Manu

  • Error in the SAP standard function module 'RSDRI_INFOPROV_READ'.

    Hello Experts,
    We upgraded from 3.5 to 7,0 support pack 17 .
    After upgrade we are getting error
      with return code 11 'Others´'.
    While debugging the standard function module we found that the standard method s_r_infoprov->read is being executed with the return code = 8 (inherited_error).
    Any suggestions?
    Regards,
    Vivek

    Not sure if the parameters provided were correct,you may wish to do a sanity check
    Input Parameters:
    1. I_INFOPROV - This will hold the Name of the Info Cube from where we need the pull the data.
    2. I_T_SFC - This parameter is in the format of Internal Table which holds the Character Info Objects we need to pull from the Source Cube.
    3. I_T_SFK - This parameter is also in the format of Internal Table which holds the Key Figure Info Objects which we need to pull from the Source Cube.
    4. I_T_RANGE - This is also in the format of Internal Table which holds the Selection criteria for which we need to pull from the Source Cube u2013 For example the Company Code u2013 001 and Fiscal Year Period u2013 001/2006.
    5. I_T_REQUID u2013 Selection of cube data based on Request Id.
    6. I_SAVE_IN_TABLE u2013 In case you need to save the data in DB table
    7. I_REFERENCE_DATE u2013 This holds the current date.
    8. I_AUTHORITY_CHECK u2013 This will hold the value u2018Ru2019, which is meant for READ.
    9. I_DEBUG u2013 This is for Debugging mode and holds the default value u2018Yu2019.
    Output Parameters:
    1. E_T_DATA u2013 This Output Parameter is of internal table format, in which we can mention the output fields (For all the fields mentioned in the Input Parameter, this output parameter will hold the values).
    2. E_END_OF_DATA u2013 Once the FM is executed successfully, this output parameter will hold the value u2018Xu2019, means extraction completed successfully.
    Hope it Helps
    Chetan
    @CP..

Maybe you are looking for

  • Network printing with time capsule doesn't work with OS X Lion

    I have a canon printer which will print when it is set up and connected to my imac.  However when it is set up and connected to time capsule it will not print.  It thinks it has completed the job but it hasn't. I think that this may have something to

  • BI JDBC character problem

    I tried to write  multiple data to database by using  BI JDBC connection.I wrote "insert" statement in the SQL_STATEMENT on the line(event) from table to BI query.It works.I select multiple records in the table and write these records to database.But

  • How to define  parameters with radio button

    HI   How to define  parameters with radio button, but that radio button should display in front of the variable name not after variable name. and under that radio button variable I hve to define parameters, select-options and some other radiobutton v

  • Other Content now 4.5gbs what is it?

    After the install of IOS 5 my "other" content has jumped to 4.5gbs! What is taking up so much space on my phone? Also, calendar is not working properly. The plus button is missing so I can't add events to my calendar. I can edit existing ones, but ca

  • Flash player pour nokia N95 8GB

    bonjour, quand je me connecte sur un site via mon N95 8GB, le site me demande de télécharger la mise jour flash player 9. sauf que, quand je vais sur le site toujours via mon mobile, je ne trouve rien qui correspondrait à mon mobile. est ce que quelq