What are the commands in smartforms

hi gurus
can anyone suggest me
what are the commands in smartforms
thank you
regards
kals.

Hi,
Check the below link for complete information on smartforms
[SMARTFORMS|http://sapabap.iespana.es/sapabap/manuales/pdf/smart.pdf]
Regards,
Chandru

Similar Messages

  • What are the commands available to read a file from application server and

    What are the commands available to read a file from application server and store the file into an internal table?

    Hi,
    To read a file from an Application Server to an Object there is a command in ABAP called <b>READ DATASET</b>. After that file is transported to that object you have to do a loop and put that data in an Internal Table.
    This statement exports data from the file specified in dset into the data object dobj. For dobj, variables with elementary data types and flat structures can be specified. In Unicode programs, dobj must be character-type if the file was opened as a text file.
    For dset, a character-type data object is expected - that is, an object that contains the platform-specific name of the file. The content is read from the file starting from the current file pointer. After the data transfer, the file pointer is positioned after the section that was read. Using the MAXIMUM LENGTH addition, the number of characters or bytes to be read from the file can be limited. Using ACTUAL LENGTH, the number of characters or bytes actually used can be determined.
    In a Unicode program, the file must be opened with an arbitrary access type; otherwise, an exception that cannot be handled will be triggered.
    If the file has not yet been opened in anon-Unicode program, it will be implicitly opened as a binary file for read access using the statement
    OPEN DATASET dset FOR INPUT IN BINARY MODE.
    . If a non-existing file is accessed, an exception that can be handled can be triggered.
    Influence of Access Type
    Files can be read independently of the access type. Whether data can be read or not depends solely on the position of the file pointer. If the latter is at the end of the file or after the file, no data can be read and sy-subrc will be set to 4.
    Influence of the Storage Type
    The import function will take place irrespective of the storage type in which the file was opened with the statement OPEN DATASET.
    If the file was opened as a text file or as a legacy text file, the data is normally read from the current position of the file pointer to the next end-of-line marking, and the file pointer is positioned after the end-of-line marking. If the data object dobj is too short for the number of read characters, the superfluous characters and bytes are cut off. If it is longer, it will be filled with blanks to the right.
    If the file was opened as a binary file or as a legacy-binary file, as much data is read that fits into the data object dobj. If the data object dobj is longer than the number of exported characters, it is filled with hexadecimal 0 on the right.
    If the specified storage type makes conversion necessary, this is executed before the assignment to the data object dobj. Afterwards, the read data is placed, byte by byte, into the data object.
    System Fields
    sy-subrc Meaning
    0 Data was read without reaching end of file.
    4 Data was read and the end of the file was reached or there was an attempt to read after the end of the file.
    Thanks,
    Samantak.
    <b>Rewards points for useful answers.</b>

  • What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi All,
    What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi Jayachander,
    Have a look at these sap notes:
    For taking backup: Schedule from DB13 and get the exact command from Logs
    1841993 - SYB: How to schedule backups in DBA Cockpit
    1887068 - SYB: Using external backup and restore with SAP Sybase ASE
    How to restore DB
    1611715 - SYB: How to restore a Sybase ASE database server (Windows)
    Divyanshu

  • Hi I cannot make the accessibility zoom option work. What are the commands on a non Mac keyboard?

    Hi I cannot make the accessibility zoom option work. What are the commands on a non Mac keyboard?

    If you want to convert SWF to DVD in freeway, find a converter to convert SWF to normal video such as: SUPER, then burn to DVD.

  • How to configure wccp and what are the commands of wccp used in ver:5.3.3 on WAE model#7341

    Dear all,
    Can any one suggest what are the commands required during configuration of wccp on a WAE device of model #7341 with version 5.3.3 of IOS .

    Mohammad,
    Here you have a link for 5.3.1 but essentially it should still be valid:
    http://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v531/configuration/guide/cnfg/traffic.html#wp1041742
    Depending on the router, you may consider what options to use.
    Jorge

  • What are the commands to add and enable signature of attacks in ASA?

    What are the commands to add and enable signature of attacks in ASA when testing in GNS3?
    or this function can only be tested by add virtual client such as window xp and install a software ASA ?
    if have commands, how to list the signatures available in command?
    how to test these functions by using penetration tools?

    Sir, Downloaded from HP Official Site 
    Type: BIOS Version: F.50 Rev. A(4 Aug 2014) Operating System(s): Microsoft Windows 7 Professional (64-bit) | File name: sp68040.exe (7.7 MB)
    My Laptop Model No. 4530s is not compatable for the following two options, then resort the last option.  Made bootable USB key with the help of Rufus application MS DOS option. When I reboot, some terminal type opened  to run commands.  Please help me the easiest and safest way for this model of Laptop
    This package includes several methods for updating the BIOS version as follows:
    - Use the HPQFlash Utility to update the BIOS directly in a Microsoft Windows Operating System environment.
    - Use System Software Manager (SSM) to update the system BIOS on PCs in a network.
    - Create a bootable USB Key to update the system BIOS.
    Thanks and Regards
    Enesbe

  • What are the texts in smartforms ?

    hi Abap experts,
    What are texts in smartforms and how to these texts are used.
    Thanku,
    Ramkhe.

    Text Element:  This is something you can directly add your text in smartform or you can display the dynamic value of the variable or table.
    Include Text: Here you can include the std text(SO10).
    Text Module: Here you can include the text module, the difference between std text and text module is, text module is client independent where std text is client dependent.
    Dynamic text:The values of the variable that are populated during run time.
    For more info see SAP help:
    http://help.sap.com/saphelp_nw04/helpdata/EN/a5/de6838abce021ae10000009b38f842/frameset.htm

  • HRCS 9.0 : What are the commands to finish creating Views in Script file ?

    Folks,
    Hello. I am setting up HRCS 9.0 Database. There is only one thing not completed that is creating Views. The last message in the file "views.log" is as follows:
    Views remaining: 1531
    Creating view: SAD_UC_APPLVW
    I have checked SQL Server HRCS database to confirm SAD_UC_APPLVW is not created.
    In order to finish creating views, I add the line "SET START SAD_UC_APPLVW;" before the line "REPLACE_VIEW*;" in the Database setup script file as follows:
    SET START SAD_UC_APPLVW;
    REPLACE_VIEW*;
    I run the script to execute only this action. Data Mover comes up this message:"Successful completion. Script completed."
    But I check SQL Server HRCS database, the remaining 1531 views are not created. Thus, I have 2 questions:
    First, is the command "SET START SAD_UC_APPLVW;" correct ?
    Second, how to finish creating the remaining 1531 views in the Script file ?

    Try SET START AFTER SAD_UC_APPLVW. I assume, there is some problem with just that one specific view. Once, other views are created you should be able to troubleshoot just that one view. Also try doing this in bootstrap mode, that will try to create all the views or 'SET IGNORE ERROR' before replace_view
    Let me know if that works.
    Regards,
    RK

  • What are the commands for compiling c++ using the command line tools for xcode?

    Hi, I am taking a class in school for c++ and i would like ot be able to practice at home i found the command line tools for xcode and went ahead and installed it on my computer. now i need to know the commands and procedure to be able to compile and run c++.

    c++ testfile.cc

  • What are the command line options to start firefox to start in a kiosk mode which restricts the options that a user can select

    I would like to use Firefox as my browser but want to restrict the configuration options that a user can do. Is there a command line option to start in a kiosk more in which no toolbars are visible including min/maximise buttons so that only the rendered webpage is visible? I am interested for both Windows and Linux environments.

    There is a /wait option for the Windows "start" command to wait for the program to get finished.
    *http://technet.microsoft.com/en-us/library/bb491005.aspx
    <pre><nowiki>/wait : Starts an application and waits for it to end. </nowiki></pre>

  • What are the command keys for sharing my photos to others in my house

    I am the primary user of our Mac and have all of our photos on my desktop. My wife and kids also have accounts, but want access to the photos on my iPhoto. I called Apple support some time ago and they gave me a series of keystrokes/ instructions so that photos share across the 3 other users in my house...can't remember it.
    Any thoughts?

    If you want the other user(s) to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    Regards
    TD

  • What are the different Smartforms available for customer letters

    Hi Gurus,
    what are the standard layout sets available in Smartforms?.. How can I modify them.
    I would like to find out the particular smartform in the domain of QM.
    I am trying to generate a customer letter in smartforms with the sold-to-party details on top and the material he ordered in the body of the letter with other details like the quality process which we used and also I want to generate this form in .pdf and .doc formats for printing and faxing aswell.
    Please help me in this issue.
    Thanks in Advance.
    Kind Regards,
    Praveen

    Hi Praveen,
    for generating a standard type smartform u can find them in TNAPR table entries. but if u wanna have a customised SF then u have to create it.
    for converting SF to PDF
    first convert the smartform output which is in rtf format to otf format using covert_otf FM then use FM convert to PDF and then use Fm API_SEND to send it as a mail..
    the following code can be applied...partly the logic is right and not all the code.
    TABLES: zKTREE_t1,sflight.
    DATA: cparam TYPE ssfctrlop,
    outop TYPE ssfcompop,
    fm_name TYPE rs38l_fnam,
    my_tabix TYPE sy-tabix,
    file_size TYPE i,
    bin_filesize TYPE i.
    DATA: tab_otf_data TYPE ssfcrescl,
    pdf_tab LIKE tline OCCURS 0 WITH HEADER LINE,
    itab LIKE TABLE OF zshail_t1 WITH HEADER LINE,
    otab TYPE TABLE OF sflight WITH HEADER LINE,
    tab_otf_final TYPE itcoo OCCURS 0 WITH HEADER LINE.
    start-of-selection.
    suppressing the dialog box****************************
    outop-tddest = 'LP01'.
    cparam-no_dialog = 'X'.
    cparam-preview = space.
    cparam-getotf = 'X'.
    ****************for the first smartform*******************************
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = 'ZSHAIL_SMFORM2'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    fm_name = fm_name
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    SELECT my_id my_income my_name FROM zshail_t1 INTO TABLE itab.
    CALL FUNCTION fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = cparam
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    output_options = outop
    user_settings = space
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    job_output_info = tab_otf_data
    JOB_OUTPUT_OPTIONS =
    TABLES
    it_tab = itab[]
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 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.
    *********appending the otf data into the final table*********************
    tab_otf_final[] = tab_otf_data-otfdata[].
    **removing the initial and final markers from the OTF data*********
    DELETE tab_otf_data-otfdata WHERE tdprintcom = '//'.
    searching for the end-of-page in OTF table************
    READ TABLE tab_otf_final WITH KEY tdprintcom = 'EP'.
    my_tabix = sy-tabix + 1.
    appending the modified OTF table to the final OTF table****
    INSERT LINES OF tab_otf_data-otfdata INTO tab_otf_final INDEX my_tabix.
    finally call the Fm SO_NEW_DOCUMENT_ATT_SEND_API1
    to send as email for this u need to populate the reciepent fields properly 
    g_cont_par-device = 'MAIL'.
    Get BOR-Objects for Recipient, Sender und Applikation
    PERFORM mail_recipient_object CHANGING g_mail_rec_obj.
    PERFORM mail_sender_object CHANGING g_mail_sen_obj.
    PERFORM mail_appl_object CHANGING g_mail_app_obj.
    Calling Smartform
    CALL FUNCTION fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    control_parameters = g_cont_par
    mail_appl_obj = g_mail_app_obj
    mail_recipient = g_mail_rec_obj
    mail_sender = g_mail_sen_obj
    output_options = g_output
    user_settings = ' '
    IMPORTING
    ... rest of function ...
    Here are the Forms:
    *& Form mail_recipient_object
    text
    <--P_G_MAIL_REC_OBJ text
    FORM mail_recipient_object CHANGING p_mail_rec_obj.
    CALL FUNCTION 'CREATE_RECIPIENT_OBJ_PPF'
    EXPORTING
    IP_COUNTRY =
    IP_FAXNO =
    ip_mailaddr = g_mail "g_mail type
    "SO_NAME.
    ip_type_id = g_rectype " 'U'
    IMPORTING
    ep_recipient_id = p_mail_rec_obj
    EP_ADDRESS =
    ET_RECIPIENT =
    EXCEPTIONS
    invalid_recipient = 1
    OTHERS = 2
    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. " mail_recipient_object
    *& Form mail_sender_object
    text
    <--P_G_MAIL_SEN_OBJ text
    FORM mail_sender_object CHANGING p_mail_sen_obj.
    CALL FUNCTION 'CREATE_SENDER_OBJECT_PPF'
    EXPORTING
    ip_sender = sy-uname
    IMPORTING
    ep_sender_id = p_mail_sen_obj
    EXCEPTIONS
    invalid_sender = 1
    OTHERS = 2.
    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. " mail_sender_object
    *& Form mail_appl_object
    text
    <--P_G_MAIL_APP_OBJ text
    FORM mail_appl_object CHANGING p_mail_app_obj.
    SELECT * FROM soud WHERE sapnam LIKE sy-uname AND deleted = ' '.
    ENDSELECT.
    IF sy-subrc NE 0.
    CALL FUNCTION 'SO_USER_AUTOMATIC_INSERT'
    EXPORTING
    sapname = sy-uname
    EXCEPTIONS
    no_insert = 1
    sap_name_exist = 2
    x_error = 3
    OTHERS = 4.
    IF sy-subrc NE 0.
    CLEAR soud.
    ELSE.
    SELECT * FROM soud WHERE sapnam LIKE sy-uname AND deleted = ' '.
    ENDSELECT.
    ENDIF.
    ENDIF.
    CLEAR sofmfol_key.
    sofmfol_key-type = 'FOL'.
    sofmfol_key-year = soud-inbyr.
    sofmfol_key-number = soud-inbno.
    bor_key = sofmfol_key.
    IF NOT bor_key IS INITIAL.
    swc_create_object folder 'SOFMFOL' bor_key.
    IF sy-subrc = 0.
    swc_object_to_persistent folder p_mail_app_obj.
    IF sy-subrc NE 0.
    CLEAR p_mail_app_obj.
    ENDIF.
    ENDIF.
    ELSE.
    CLEAR p_mail_app_obj.
    ENDIF.
    ENDFORM. " mail_appl_object
    Message was edited by:
            Durgaprasad Kare
    Message was edited by:
            Durgaprasad Kare

  • What is the command to verify the configuration that are not saved or sent to local controllers?

    Q: What is the command to verify the configuration that are not saved or sent to local controllers?
    A: We can execute the command that is shown in below image to check the status of the configuration that has been made.
    Note: For example I made changes to the default VAP profile and executed the command "show master-configpending" which shows the pending configuration to be saved/sent to local controllers.

    But that jar file loads without images and icons when it is in other directory.Images should be accessed via a URL rather than using a filename because they will exist as entries in the jar archive not as files. Typically this URL would be obtained by using the Class method [getResource()|http://java.sun.com/javase/6/docs/api/java/lang/Class.html#getResource(java.lang.String)]. There are details in this [Java World article|http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html].

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

  • What are the " eText Template Commands" in R12 ?

    Hello,
    What are the " *eText Template Commands* " in R12
    My requirement is upgrading payments 11i to r12
    In 11i Addenda RMR record is Looping, So i need use that looping in eText template in R12.
    Thanx,
    <-- Raj -->

    You probably do want 'Other Standard LMSs' selected, unless you specifically want to track to one of the other options in that LMS drop-down, correct?
    The issue you're finding is that it's using the 'MultiSco' path incorrectly?
    It should be using the 'Program Files\Adobe\Adobe Captivate 7\Templates\Publish\LMS\Standard\SCORM' path?
    I don't have CP8 setup yet so can't duplicate the issue.
    If you're sure that's the problem, just backup the '\MultiSco\SCORM\1_2\Default.htm' and copy over the proper path/files from the SCORM directory... So if CP is going to insist on an incorrect path, at least you can put the correct file where it's going to grab from.
    Or, of course, you can just swap out after publishing, right?
    Meanwhile if indeed a bug, report it here:
    Adobe - Feature Request/Bug Report Form

Maybe you are looking for

  • Data Load : Number of records count

    Hi Experts,           I want to document number of records transferred to BW during an infopackage execution.           I want to automate the process by running a report in background which will fetch a data from SAP tables about number of records b

  • Anybody know if they make fire wire cables for the mini

    does anybody know if there is a fire wire cable that will fit into the mini?

  • Slow mbp

    I have an older MBP core duo on snow leopard that has bee running perfectly fine until about an hour ago. I was listening to music when all of a sudden it stopped playing and the computer froze. I reset it and it booted up like normal and ran optical

  • Can i use a label to implement a button?

    hi guys, please help me on that the subject!! thanks!!

  • Retriev Top to columns of table based on latest date

    Hi all, I have the below table Date                  Value 1/1/2012            1000 1/1/2013            2000  1/1/2014            3000 I need a querry which will fetch the latest two dates and values. ie it should retrieve as below Date