Control parameters and Output options

Hi Friends,
How to get control parameters & output options which were to be exported to samrtform function module.
what is purpose of job_output_info and how that is to be used after calling the smartform.
Please help me.
Thanks,
Sathish kumar Swamy.

Hi satish,
Data:
  w_control TYPE ssfctrlop.
CALL FUNCTION '    '------> smartform function module
          EXPORTING
           control_parameters          = w_control
            fs_spfli                   = fs_spfli
         EXCEPTIONS
           formatting_error           = 1
           internal_error             = 2
           send_error                 = 3
           user_canceled              = 4.
Regards,
Sravanthi

Similar Messages

  • Parameters and Select Option in ABAP OO

    Hi all,
    it's possible to build an application starts with a method of a class thats declares parameters and select-option or I have to do it custom creating a dynpro and some input field as parameters?
    thanks
    enzo

    Just to add detail: the function module RS_REFRESH_FROM_SELECTOPTIONS returns a table of TYPE RSPARAMS_TT.
    The structure of this table is:
    SELNAME
    RSSCR_NAME
    KIND
    RSSCR_KIND
    SIGN
    TVARV_SIGN
    OPTION
    TVARV_OPTI
    LOW
    TVARV_VAL
    HIGH
    TVARV_VAL
    the first field is the name of the selection parameter, the others have the same structure obtained declaring a range with:
    TYPES|DATA <rangetab> TYPE RANGE OF <type>.
    see the help topic http://help.sap.com/saphelp_470/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/content.htm

  • The importance of input parameters and output parameters

    hi all.
    kindly suggest me the importance of output and input parameters in smart forms.

    HI,
    INPUT parameter----
    > the varibales which already defined and defined and holds the data.
    OUTPUR parameter----
    > the variables which are not holding the values before executing the flow logic
                                                          after  executing flowlogic these will hold the values.
    Eg:
    in flow logic:
    input para                                             output para
    gv_val                                                    gv_val1.
    code:
    gv_val1 = gv_val + 1
    reward me if it is useful.
    thanks
    AM

  • Despite having the File Associations in both Windows Control Panel and Firefox Options set to Windows Media Player for *.mwv files Firefox tries to open them with Foxit pdf Reader, which bombs out - what now?

    Making this entry from my Linux computer which handles the situation correctly.The real situation involves only a Toshiba laptop running Windows XP.

    I used this link for tiff http://www.nrl.navy.mil/content.php?P=IMAGES
    QT was opening the tiff files. When going into the QT control panel Browser>Mime settings>Images-Still image files I was able to uncheck tiff, which held. I was also able to uncheck all the file types under File Types tab(Images-Still image files) in the QT control panel. However the preference would not hold. Went into Start>Set Program Access and Defaults that also was of no help.
    The only way I was able to get QT to release the tiff's from the website I posted was to go into the Folder Options control panel for File Types and change the tif & tiff from QT picture viewer to windows picture and fax viewer.
    So not sure why the QT control panel will not respond, there are other file types in the Folder options control panel on this computer other than tiff's that are still associated to QT, but didn't try changing them, perhaps that needs to be done?
    Good post I didn't realize this before reading your post, if I come across anything further I'll post back.

  • Change input type and output type

    Hi,
    I am working on BPEL10.1.2. I need to change my input type to take more parameters and output type to send more parameters. Somehow I am not able to find hot to do it. Any help on this will be appreciated.
    Regards
    Arvind Aggarwal

    It's odd. In this case you must create your .xsd file and import it into the project (just see any of the tutorials).
    Don´t you see the .xsd file in the structure tag in JDeveloper?. Maybe you need to recreate your project.

  • How can multiple speaker outputs be created with varying volume levels and retain keyboard master volume control? Multi-output and aggregate both cannot adjust sub-devices and lose keyboard volume control capabilities on my Mac. What's the solution?

    Is it my Mac? Is there software I need? An app perhaps? This seems way too complicated to set up spkrs. I'm attempting to use 2 hdmi and 1 headphone outputs w/ control and varying levels (ie hdmi's quieter than desk spkrs) thanks for suggestions! -Tim

    Hi Tim,
    Not sure since I'm deaf,but if possible I'd think...
    Open Audio Midi Setup in Applications>Utilities, see the input & output options & KHz setting there.

  • Insert,  Delete and Update options in Table control

    Experts,
    I have writen code for Insert,  Delete and Update options in Table control. They are not working properly...
    can any one send the code for the above please...
    Thanks in advance..

    Hi,
    Following steps will help you.
    1.TOP-INCLUDE
    DATA: ITAB1 LIKE KNA1 OCCURS 0 WITH HEADER LINE.
    DATA: ITAB2 LIKE KNA1 OCCURS 0 WITH HEADER LINE.
    DATA: WA LIKE KNA1.
    DATA: ANT TYPE I,CUR TYPE I.
    DATA: OK_CODE TYPE SY-UCOMM.
    CONTROLS: TABCTRL TYPE TABLEVIEW USING SCREEN 100.
    IN FLOWLOGIC
    PROCESS BEFORE OUTPUT.
    LOOP AT ITAB1 CURSOR CUR WITH CONTROL TABCTRL.
    ENDLOOP.
    PROCESS AFTER INPUT.
    MODULE CLEAR_DATA.
    LOOP AT ITAB1.
    MODULE MOVE_DATA.
    ENDLOOP.
    ADD “OK_CODE” IN ELEMENT LIST. CLICK ON LAYOUT AND  ADD TABLE CONTROL(name it as TABCTRL) AND PUSHBUTTONS AS FOLLOWS.
    SELECT THE FIELDS FROM PROGRAM. SAVE CHECK AND ACTIVATE.
    CLICK ON FLOWLOGIC EDITOR FROM APPLICATION TOOL BAR.
    DOUBLE CLICK ON MODULE “CLEAR_DATA”.
    write the in this module as below.
    CLEAR ITAB2. REFRESH ITAB2.
    DOUBLE CLICK ON MODULE “MOVE_DATA”.
    write the code in this module as below.
    APPEND ITAB1 TO ITAB2.
    ACTIVATE PAI AND WRITE THE CODE AS BELOW.
    CASE OK_CODE.
    WHEN 'FETCH'.
    SELECT * FROM KNA1 INTO TABLE ITAB1 UP TO 20 ROWS.
    TABCTRL-LINES = SY-DBCNT.
    WHEN 'ADD'.
    GET CURSOR LINE CNT.
    CNT = TABCTRL-TOP_LINE + CNT - 1.
    CLEAR WA.
    INSERT WA INTO ITAB1 INDEX CNT.
    WHEN 'MODIFY'.
    GET CURSOR LINE CNT.
    READ TABLE ITAB2 INDEX CNT.
    LOOP AT ITAB2.
    MODIFY KNA1 FROM ITAB2.
    ENDLOOP.
    SELECT * FROM KNA1 INTO TABLE ITAB1.
    WHEN 'EXIT'.
    LEAVE PROGRAM.
    ENDCASE.
    SAVE,CHECK AND ACTIVATE ALL.
    CREATE TCODE AND EXECUTE.
    contact if u hv any issues regarding this code.
    reward points,if it is useful.
    Thanks,
    Chandu.

  • Enter parameters and then click on the option to fill out data

    I have a form for entering a start date and end date then click Open report button. The use wants to add a default option on this form to pull out data based on a condition (i.e., only class 1, 2, and 3 to be pulled out
    by default). If uncheck the option, the report will show ALL data (i.e., all classes). How can I do that? I think I should change the user requirement so that when he or she clicks on the button, class 1, 2, or 3 to be pulled (by default). And I
    will create an option button to pull out all students on that report. Can you please show me which way is better and how to do it? Thank you in advance.

    Thanks, Karl for your idea. But currently the form has nothing except the Start Date and End Date parameters and a button "open report". Once click, it will open the report with ALL classes. 
    Now the user wants to add an option control on the form and by default it will pull out records that meet the condition of class =1, class = 2  and class =3. Then after the user enters the dates parameters, and click
    on "open report" button, since it's default, the report shows only mentioned data.
     If the user uncheck the box, and click on the "open report" button, all classes will show up. How can I deal with this one? Thank you

  • No Sound Output options - and no sound - when in Native OS 9

    Hi,
    on my MDD G4 (the last one, single 1.25GHz G4), I have no sound output option in the Sound Control Panel, when started in native OS9. As a result I cannot increase the volume above 'mute' and hence have no sound at all. Extensions-off makes no difference.
    In Mac OS X, all variants I've tried, I have perfectly normal sound. In Classic mode too, sound works (but I can't use the Sound CDEV obviously).
    Is there a special driver (Sound Manager vXXX?) required for this machine or what? The Sound Manager which it does have, which is shown during startup, is not crossed out.
    Thanks for all suggestions!
    Cheers, A.

    Yes, that was my suspicion actually, because I am quite sure that I am NOT using the correct OS. I bought the MDD second hand, and it didn't come with OS9 disks. I tried installing a retail OS 9.2 system, the installer told me No, not on this Mac. Even weirder, when I copied someone else's OS9 disk, which was allegedly from a MDD also, I was also told by the installer No, I don't work with this hardware. I guess that the disk I got was from an earlier MDD (http://support.apple.com/kb/SP63), not the 1.25GHz later one (http://support.apple.com/kb/SP106), though I don't know what actual hardware differences there are.
    I eventually just copied the system folder from my Yikes 400 G4, updated it in Classic mode to 9.2.2, then restarted in native OS9 and wow, it worked. Except for the graphics card, drivers for which were a nightmare to track down. ATI has somehow removed all OS9 drivers from the entire internet (yeah, who'd have thought that that was possible!). Again, eventually I found someone who had hoarded the ATI Retail Driver Installer from October 2002 and he kindly let me copy it and then yay I had graphics acceleration. (Even the Finder was awful to use without it).
    Chances of finding a machine-specific installer disk for THIS particular mac are very small I suspect.
    Cheers, A.

  • Reg Input parmeters and Output parameters.

    Hi frnds,
                I would like to know about Input parameters and Ouput parametets.How they can be used in Smartforms. could please provide me some expamles if any.
    Regards many,

    Defining a Form Interface
    Use
    You define a form interface to send data from your application to a form.
    Integration
    The form interface is a part of the Interface form object and is defined in the Form Builder. The form interface of a form is structured in the same way as the interface of a function module in the system. However, form interfaces do not support Changing parameters.
    Prerequisites
    &#9679;     You have created an Interface form object.
    &#9679;     The application program provides the data that you want to insert in the form. Therefore, you already know the types of the corresponding variables.
    The semantics of the valid parameter types match the semantics of a function module,
    See also:
    Getting Information about Interface Parameters
    Overview of Function Modules (in ABAP Workbench: Tools)
    Creating Function Modules (in ABAP Programming (BC-ABA))
    Procedure
           1.      Open the required interface in the Repository Browser of the ABAP Workbench.
           2.      The Interface tab is displayed. Under Form Interface, double-click the Import node.
           3.      You see a screen for entering import parameters. This screen also shows the standard parameter /1BCDWB/DOCPARAMS. You cannot change this parameter.
    You use this parameter in your application program, to specify the value for the language setting, for example. To display this structure in the ABAP Dictionary, double-click the SFPDOCPARAMS type.
           4.      XML schema-based interface
    &#9675;     The standard parameter /1BCDWB/DOCXML with the type XSTRING is used for sending data from the application program.
    ABAP-based or Smart-Forms-compatible interface
    &#9675;     To insert a new line, choose Insert Line (). Enter the parameter names of the data you want to import. These names are valid for the whole form and do not have to match the variable names in the data collection program. All data types are valid. TYPE can be selected under Type Assignment.
           5.      When you double-click Export, you see the standard parameter /1BCDWB/FORMOUTPUT of the generated function module. You cannot change this parameter.
    You use this parameter in your application program, to make the generated form available as a PDF for further processing, for example.
           6.      To display the exceptions used by the generated function module, double-click Exceptions.
           7.      Activate the interface.
    At runtime, the application program must provide the parameters. If a parameter has been defined in the form, but is not defined when the application program is called, then the output of the form ends with the program crashing (hex dump).
    However, it is also possible that the application program provides parameters that the form does not need. You do not need to mention these parameters in the form; they can also be specified in a different order from the code of the application program. This has the advantage that an application program can work with several different forms.
    Migrated Smart Forms Interface or New Smart Forms-Compatible Interface
    When you edit the interface of a migrated Smart Form or a new interface that is compatible with Smart Forms, the Tables option gives you extra parameters. When you set the Import, Export, and Exceptions parameters, the system also lets you use the standard parameters from the Smart Forms.
    If you have a Smart Forms-compatible interface, you can use the existing application program of this Smart Form without making any modifications. (See also Switching Runtime in Migrating Smart Forms.)
    Result
    You have defined the form interface and you can use the specified parameter names in the form context.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/da/8fcc44d98b4e8bac6f102aa1fc69cc/content.htm

  • Setting format and format options in Output module settings for render queue item

    Hello,
    I am unable to set the "Format" and "Format options" for video in output module settings programatically using After effects apis.
    I referred the after effects cs3 sdk guide for the apis.
    I find apis for all other options in the "outputmodule settings " like :
    AEGP_SetEmbedOptions
    AEGP_SetOutputChannels
    AEGP_SetStretchInfo
    AEGP_SetSoundFormatInfo
    But there is no api listed for setting the options available in the "Format" tab and "Format options" tab.
    The "Format" tab and "Format options" tab is available in the dialog that opens when user clicks on the Output module settings for the render queue item.
    The format tab when clicked shows a drop down list with aff different formats. By default "Video for Windows" is set.
    The drop down list contains following format options
    Adobe Clip Notes
    Adobe Flash video
    Quicktime movie
    Video for Windows
    I need to be able to set the "Quicktime movie" option in the Format tab programmatically and then set the compression type as "Animation" in the compression settings programatically using the api functions available in AE CS3 SDK
    Please suggest the suitable api to do so.
    I need to write my own plugin to export to Quicktime movie using the after effects apis.
    I follow below steps to do so.
    1. AEGP_InsertMenuCommand and add export option to AE with my own plugin name
    2. In the command hook, select active item using AEGP_GetActiveItem
    3. Add it to render queue
    4. Set the output module settings for 0 th output module using
    suites.OutputModuleSuite1()
    5. Use different functions from suites.OutputModuleSuite1() to set the output module settings like EmbedOptions,StrechInfo etc.
    6. Till this step, I am doing it right. But I am not able to find any api for setting Format options using suites.OutputModuleSuite1()
    I also checked all other suites available for setting FormatOptions but no luck.
    Please help.
    Thanks,
    -Namita

    Hi Namita,
    I am experiencing the same problem.
    I am using AE CC SDK, and I am unable to change the outputmodule format to any of the other movie format types (mov, mpg, flv, etc.).
    It is always set to "avi"
    I even compiled and ran the Queuebert example in the SDK, and there I get the same problem: the path extension is always left on ".avi"
    Does anyone know how to change this?

  • When in Adobe Bridge and trying to create a web photo gallery, under the windows menu and then the workspace menu there is no output option.  Where is it?

    When in Adobe Bridge and trying to create a web photo gallery, under the windows menu and then the workspace menu there is no output option.  Where is it?

    You haven't provided any sensible, meaningful and detailed information about your setup.
    If you gave some sensible, complete and detailed information, someone may be able to help you, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, what troubleshooting steps you have taken so far, etc.
    There are no clairvoyants or mind readers here.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Disable the Copy and Paste option in keyboard [Textbox control] Windows phone App

    In Windows phone 8.1 WRT app, I want to disable the copy and paste option in the keyboard for the textbox control
    Please let me know if any possibilities and if you have the code snippets Please share it .

    Hi Ruthradevi,
    As I know we have no way to disable the copy and paste option in the keyboard.
    Why do you want to disable it, can you explain more about your scenario?  Let's see if we can make a similar function like you required.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Apply Layer Overrides Option and Output Preview

    Recently I found a problem when using apply layer overrides and output preview options.
    If I open a layered document and apply layer overrides. Then go to output preview under print production menu, all the content in my hidden layer shows up. I know that the "apply layer overrides" command resets the settings for all layers including hidden ones. Just wondering if it's possible to not show layer content when doing output preview? or is it possible to disable the "apply layer overrides" option?
    Thanks

    See if clicking Reset All Warning Dialogs at the bottom of Photoshop>Preferences>General resolves the issue.

  • I can get no sound out of my computer and the only sound output option I see is for headphones. Is that righ or is there something wong?

    When I go to Settings and Sound the only Output option for me to select is Headphones. I'm pretty sure there should be other options. Problem? Ideas?

    Other options pop-up when you connect devices to the Audio-Out port, like external speakers.
    Stefan

Maybe you are looking for

  • Waiting for a mouse click in a single thread

    Here's my problem: I'm working on a program I didn't initially create, and I picked it up from the rough midpoint of its evolution. It is a single thread AWT program, with a mouseListener interface already implemented. Here's my problem. In a game se

  • MM Account Posting

    Dear All How to add New entry thru Tcode OMWD Actually i have one entry in OMWD like , Val Area     Co Code    Company NAme    Chrts / Accts       Val Grpg Code RIH1               RI01        CCCCCC                RUBA                   0001 Now here

  • Internet Explorer 10 won't install Adobe Connect (latest) - what's wrong?

    I have downloaded the latest plug-in for Adobe Connect and install it from the zip [ac_addin_win_392.zip]. I unzip that to a folder, then click on the [setup.exe] executable. The process executes successfully. When I open my add-ins folder for IE10,

  • IOS 5..Error -36 ***...Help

    I updated to the new ops, now when I try to put all my music videos and apps back it gives me error (-36)). I am seriuosly debating on wheather this phone is worth all this trouble. Any help would be appreciated.

  • Changing from pop3 configuration to exchange

    Hi , I have a client was configured pop3 (outlook 2007 ).  created new profile  with cached exchange mode  ,attached the previous pst file from the old profile which was POP3 and started moving mail from pst file to the new profile . There are more t