Smart Form for Service Desk

Hey All
I have a pretty simple question to ask to anyone who has configured Service Desk. Actually i want to send the End User an email whenever the status of the message he created is changed to User Feedback. Am doing it currently with the help of an action. What I am not sure of is which Smart Form is best for this purpose. Currently I am using this :
Form Name: CRM_SLFN_ORDER_SERVICE_01
Processing Class: CL_DOC_PROCESSING_CRM_ORDER
Processing Method: CRM_SRVORDER_EXEC_SMART_FORM
The problem is that the form usually only contains the first description entered in the message. I want it to have complete correspondence ie all the descriptions, reply and solutions that are there in the message.
Regards
Bilal Nazir

Hi Bilal,
We copied the standard Form: CRM_SLFN_ORDER_SERVICE_01 and made some modifications to it to fit our needs. We wanted to display all text types in the description field and to display it in descending order by date and time.
Here's the code that we created:
Create Structure and Table type below:
1. Structure:     ZTEXT_HEADER_01
Description: Text header for ZRMD_ORDER
Component      Component Type    Data type     Length   Decimal     Short text
TDOBJECT       TDOBJECT            CHAR     10           0               Texts: application object
TDID             TDID                         CHAR     4             0     Text ID
TDTEXT             TDTEXT        CHAR     30           0                 Short text
TDLINE             TDLINE        CHAR     132          0     Text line
TDFDATE             TDFDATE        DATS     8              0     Date creat
TDFTIME              TDFTIME        TIMS     6              0     Time Created
2. Table Type: ZTEXT_HEADER_01_TAB
Short text   :  Table of Text header for ZRMD_ORDER    
Line type: ZTEXT_HEADER_01.
At Global definition:
- Add Variables: (table below)
Variable name     Type assignment     Associated type             Default value
ZGT_TEXT                         TYPE                    CRMT_TEXT_WRKT     
ZGS_TEXT                         TYPE                    CRMT_TEXT_WRK     
ZGT_TEXT_HEADER        TYPE                    ZTEXT_HEADER_01_TAB     
ZGS_TEXT_HEADER        TYPE                    ZTEXT_HEADER_01     
ZTDLINE                        TYPE                            TLINE     
ZGV_DISABLE_TEXT        TYPE                               C                                    ‘Y’
- At the Initialization routine: Add the logics to get the long text right after saved the support message. Store long text into buffer (internal table - GT_TEXT_HEADER) and format it, sort the internal table descending by date and time.
Build the Long text for out put
   data: ZLT_ttxit TYPE TTXIT.
Spread out the text line for this
   refresh: ZGT_TEXT,
            ZGT_TEXT_HEADER.
   ZGT_TEXT[] = gt_text[].
   Delete ZGT_TEXT where ( STXH-TDID = 'SUZZ' OR STXH-TDID = 'ZZ'
                           OR STXH-TDID = 'SUSD' OR STXH-TDID = 'SD').
Sort descending by date and time
  sort ZGT_TEXT descending by STXH-TDFDATE
                              STXH-TDFTIME.
Build the Text header table
  loop at ZGT_TEXT into ZGS_TEXT.
     clear ZGS_TEXT_HEADER.
   Text ID
     ZGS_TEXT_HEADER-TDID = ZGS_TEXT-STXH-TDID.
   Text Title
     READ TABLE gt_textid INTO ZLT_ttxit
            WITH KEY TDID = ZGS_TEXT-STXH-TDID.
     IF SY-SUBRC = 0.
        ZGS_TEXT_HEADER-TDTEXT = ZLT_ttxit-TDTEXT.
     ENDIF.
   Time and date
     ZGS_TEXT_HEADER-TDFDATE   =   ZGS_TEXT-STXH-TDFDATE.
     ZGS_TEXT_HEADER-TDFTIME   =   ZGS_TEXT-STXH-TDFTIME.
     append ZGS_TEXT_HEADER to ZGT_TEXT_HEADER.
     clear ZGS_TEXT_HEADER.
   Detail:
     loop at ZGS_TEXT-LINES into ZTDLINE.
        ZGS_TEXT_HEADER-TDLINE = ZTDLINE-TDLINE.
        append ZGS_TEXT_HEADER TO ZGT_TEXT_HEADER.
     endloop.
   Make separated line
     clear ZGS_TEXT_HEADER.
     append ZGS_TEXT_HEADER to ZGT_TEXT_HEADER.
  endloop.
1.Add component under Main Main Window named  “NEW_TEXT” (New Text for Text Header) to display title: Long texts
2.Add under Main Main Window new loop named “NEW_TEXT_HEADER_LOOP” (Transaction Header Long Texts) to display long text details for each of difference text ID.
     This loop is using the internal table GT_TEXT_HEADER:
- Print out the Text ID, Date, time changed at the Text:
“NEW_TEXT_HEADER_TEXTID_DESC”
- Print out the Details of long text at text “NEW_TEXT_HEADER_TEXTID_DATA”.
3.Skip the old logics of printout of long text by set condition ZGV_DISABLE_TEXT <> ‘Y’. At the following component under Main Main Window :
- “TEXT_HEADER_LOOP” - Transaction Header Long Texts.
- “GET_TEXTID_TEXT” - Text ID Description.
- “TEXT_HEADER_TEXTID_DESC” - Text ID Description, Date.
- “TEXT_HEADER_TEXTID_DATA” - Long Text
- “TEXT_HEADER_EMPTY_LINE” - Blank Line.
The formatting didn't work properly for the tables in this reply section, it's removing the spaces.
Let me know if it was helpful.
Regards,
Salpi
<b>Note: This documentation/code is delivered as is, and Bombardier Aerospace makes no warranty  as to its accuracy or use. Any use of this documentation/code is at the risk of the user.</b>

Similar Messages

  • *configure the Picking list(PL) output type,a smart form for PL.

    Hello SIR,
    I want to configure the Picking list(PL) output type,a smart form for PL but there should be an output type to print*.
    i have assign the out type to shipping point in t.code ovlt .i have created picking list in t.code nact. i created sales order and delivery. i have check my picking list in ovl2n change mode picking out put is available in extra-picking output. i have checked my picking out put for smart form in systems-service-output control if i execute it show like no data to list. no spool request number has generated there.
    so were i have to check picking list preview for smart form . is spool request number is necessary.plz help me to view preview of picking list.or plz say the steps to configure this to preview.
    thanks,
    agilarasan

    Hi,
    Go to Nace .The application for Goods Issues is
    ME - Inventory Management -> select and click on output types ->select wa03 output type and click on processing routines here you can find the form name and the driver program name.So while printing select wa03 as the output type.
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Regards,
    Harini.S
    Edited by: Alvaro Tejada Galindo on Dec 23, 2008 3:46 PM

  • Replacing Adobe forms with Smart Forms for printing FPM based forms

    Hello All,
    This pertains to HCM Process and Forms with Floor Plan Manager (FPM) based forms.
    SAP has provided Adobe Forms as the standard print option for FPM based forms, as can be seen in the attached screenshot.
    We want to use the FPM based forms without using Adobe Document Services (ADS). I am checking the feasibility of replacing the PDF forms with Smart Forms, either through configuration or customization.
    System Landscape: ECC 6.0 EhP6
    Any inputs or suggestions would be greatly appreciated.
    Regards,
    Arun.

    Hi Ketul,
    Irrespective of the process or scenario, we would like to use Smart Forms instead of Adobe Forms. As seen in the screenshot, SAP has provided the default option of generating a PDF form. This requires installing and using Adobe Document Services. We would like to remove this dependency on Adobe Document Services.
    Instead, we would like to use Smart Forms for printing purposes.
    This requirement is not tied to any specific process or scenario, but to any business process implemented using HCM Process and Forms framework.
    Let me know if you need any further clarifications.
    Regards,
    Arun.

  • Smart Form  for cutomised Inovice, Functional spec

    Dear all,
    I need to give Functional specification for developing a smart form for Invoice. Tables are not as evident as we have in case of R/3. please give me general tips to give spec to abap consultant to fetch various fields.
    where used list of tables for a particular field is also not helping much. I need
    1) Bill to address
    2) sold to address
    3)condition data
    4) terms of payment
    5) reference date stuff
    Please suggest me a general way or logic bassed on which i can ask my abap consultant to develop the smartform and driver prog as well.
    Thnaks in advance,
    Regards,
    Kiran C

    Hi
    yes usually customers ask to adopt the same layout as they are already using. Usually I draw the layout on visio and assign a number for each field. In the spec I put the layout picture and and mention for which field where data will come from.
    For example:
    A. PO header:
    Field number | Description | Source
    1 | PO number | EKKO-EBELN
    2 | Vendor code | EKKO-LIFNR
    3 | Vendor name | LFA1-NAME1 * rule 1
    C. Rules:
    1 - select NAME1 from table LFA1 where LFA1-LIFNR = EKKO-LIFNR
    Hope this helps.
    Regards
    Eduardo Chagas

  • New componant list for service desk in Solution manager.

    Hello,
    We wanted to customize new componants for service desk. Please let me know is it possible to define new componant list in the Solution manager.
    Regards,
    Bhavesh

    Hello Waseem,
    Actually I want to configure a list of Customise component in side solution manager for incident management.( service desk)
    when we create ticket in service desk (in Solman) we have to select a component for the respective module( like BASIS, MM , Etc) those are the standard
    Components that is  given by SAP. I want to change that list and want to put my own list of component in the system.
    is it possible to do it in Solution manager? If yes then what sort of configuration required. ?
    Thanks in Advance
    Regards,
    Bhavesh

  • No users are shown for Service Desk functionality in SOLMAN  4.0

    Hello!
    I would like to set up the business partners for Service Desk in SAP Solution Manager.
    If I choose the solution and execute "Edit --> Create Business partner" for the SAP R/3 4.7 then I get the warning “no users are shown under the system”.
    For the SAP SRM 5.0 I get only one user (SOLMAN<SID><CLNT>), meanwhile I set the data selection to blank.
    I also copied the user account of  SOLMAN<SID><CLNT> to the user test with no success.
    I have assigned the Object S_RFC_ and S_USER_GRP.
    The users have also the profile SAP_ALL.
    How can this problem be solved?
    Thank you very much!
    regards
    Thom

    Thank you very much!
    The problem is solved!
    Im my case was necessary to apply SAP Note 1055630.
    I have assigned the role "SAP_SM_S_USER_GRP" to the user with RFC_READ connection, refreshed the last alert in DSWP and tha is.
    regards!
    Thom

  • No users are shown for Service Desk  functionality in SOLMAN

    Hello!
    I would like to set up the business partners for Service Desk in SAP Solution Manager.
    If I choose the solution and execute "Edit --> Create Business partner"
    no users are shown under the system.
    Especially for the SAP R/3 4.7 system it is the case.
    If I change the data selection for an earlier time or leave blank, the situation does not change, meanwhile I have enough users in the satellitesystems.
    <b>How can this problem be solved? </b>
    Thank you very much!
    regards
    Thom

    Hi,
    Answering your question!
    Ans. 1. Either user should have SAP_ALL + S_RFC.. it is very important to have S_RFC object. SAP excluded S_RFC from SAP_ALL for the security reason.
    or , any user should have authority to create and delete users + S_RFC, S_RFCACL & S_T-CODE.. I just did my setup, so I remember after searching for long long....
    Ans. 2. you need the following RFC's for sattelite system;
    >>> SM_<SID>CLNT(CLIENT#)_READ
    >>> SM_<SID>CLNT(CLIENT#)_TRUSTED
    >>> SM_<SID>CLNT(CLIENT#)_TMW
    you should see them in solman sm59.... make sure you use proper user with proper OBJECT. other wise, u'll see bunch of dumps every hour.. Let me know if you need any other help!!
    Thanks,
    I hope this will fix your problem

  • Creation of Smart Forms for PDF

    Hi All,
    I am new to SFP. So, please tell me how to create Smart Forms for PDF.
    I already have an SAP standard form of Customer Invoice in this format (SFP) and I need to change the layout and add some additional fields in it as well.
    Please guide me through the process. Earliest reponse will be highly appreciated.
    Regards,
    Shabbar

    Hi,
    I take that you meant PDF Forms in SAP.
    Refer the following help links.
    http://help.sap.com/saphelp_nw04s/helpdata/en/dc/f1783fe3263042e10000000a114084/content.htm
    This PDF link (Has got many Pdf files)
    https://www.sdn.sap.com/irj/sdn/interactiveforms?rid=/webcontent/uuid/d1088b7e-0c01-0010-c78e-984c0537e3ec [original link is broken]
    Also check this Tech-ed 06 session at Amsterdam.
    http://www.sapteched.com/emea/edu_sessions/session.htm?sid=317
    Check this download from SDN.
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/2dd3dbcd-0401-0010-55b8-b10808ff688e
    Is this you are looking for?
    Feel free to revert back.
    --Ragu

  • How to user Smart form for the BID in SRM 4.0

    Hello,
    We have SRM 4.0 and we need to send the BID information to the vendor. This is because we have vendors that are not able to get in to our system and we have to send them a print out of the bid information so that they give us back the information. Then our users will insert it in the system.
    It could be as an attach to the email or it could be printable in the program SPPS - Selecting and Processing Outputs.
    SAP says that there is a smart form BBP_BIDINV_BID and BBP_BID_NOTIFICATION but I am not managing to make them work.
    I found some messages to help solving specific problems so I assume it is possible to do this...
    Is there someone that can help me?
    Thanks very much.
    My best regards,
    Catarina Campos

    Hi
    <u><b>Here is the standard solution to use your own forms:-></b></u>
    <u>- copy the smartform BBP_BIDINV_BID to ZBBP_BIDINV_BID (transaction SMARTFORMS) and apply your changes
    - use BADI to call your custom form ZBBP_BIDINV_BID</u>
    <b>For PDF output form change use BADI BBP_OUTPUT_CHANGE_SF.</b>
    <b>For email notification change use BADI BBP_CHANGE_SF_BID instead.</b>
    <u>You will find all relevant documentation in SPRO --> Supplier Relationship Management --></u>
    SRM Server --> Business Add-Ins (BAdIs) --> Document Output -->
    - Change Forms for Document Output
    - Change Smart Form for E-Mails Relating to Bids
    <u><b>Please go through the links below for more details -></b></u>
    Re: how to use cutom smartform instead standard?
    Re: Email message customization ?
    Re: Bid Invitation Email Subject
    Re: Email notification to bidder should reflect start/end date and time
    Re: RFQ Smartform in SRM
    Re: Standard Text
    Do let me know.
    Regards
    - Atul

  • SMART FORM FOR PURCHASE ORDER

    Hii Experts,
    I am developing a smart form for purchase order. I am customizing the existing PO smart form according to the clients requirements. The customer needs fields Discount percentage, Excise duty and VAT/CST%... all these fields when i explored in transaction me23n come from a structure so the values come only at run time.. can anyone tell me the exact table and fields from where these comes so that i can retrieve it from there and display it in my smart form. The fields i need are discount percentage, excise duty and VAT/CST%. its urgent.

    REPORT  ZMR_PURCHASE_ORDER.
    types: BEGIN OF ty_lfa1,
              LIFNR TYPE lfa1-LIFNR,
              MCOD1 TYPE lfa1-MCOD1,
              STRAS TYPE lfa1-STRAS,
              MCOD3 TYPE lfa1-mcod3,
          END OF ty_lfa1.
    TYPES: BEGIN OF ty_ekpo,
              ebeln TYPE ekpo-ebeln,
              ebelp TYPE ekpo-ebelp,
              txz01 TYPE ekpo-txz01,
              menge TYPE ekpo-menge,
              peinh TYPE ekpo-peinh,
              brtwr TYPE ekpo-brtwr,
          END OF ty_ekpo.
    TYPES: BEGIN OF ty_ekko,
            ebeln TYPE ekko-ebeln, "purchase doc
            LIFNR TYPE ekko-LIFNR, "vendor
            MCOD1 TYPE lfa1-MCOD1, "vendor name
            STRAS TYPE lfa1-STRAS, "vendor add
            MCOD3 TYPE lfa1-MCOD3, "vendor city
            bedat TYPE ekko-bedat, "doc date
            unsez TYPE ekko-unsez, "contact person
            verkf TYPE ekko-verkf, "attn
            telf1 TYPE ekko-telf1, "tele
            ihrez TYPE ekko-ihrez, "ref
            KNUMV TYPE ekko-KNUMV, "doc condition
           ebelp TYPE ekpo-ebelp, "item
           txz01 TYPE ekpo-txz01, "message desc
           menge TYPE ekpo-menge, "qty
           peinh TYPE ekpo-peinh, "rate
           brtwr TYPE ekpo-brtwr, "gross
        END OF ty_ekko.
    TYPES: BEGIN OF ty_t685t,
            kschl TYPE t685t-KSCHL,
            vtext TYPE t685t-vtext,
          END OF ty_t685t.
    TYPES: BEGIN OF ty_line_item,
            KNUMV TYPE konv-KNUMV, "condition number
            STUNR TYPE konv-STUNR, "step
            kposn TYPE konv-kposn, "item
            KSCHL TYPE konv-KSCHL, "condition type
            vtext TYPE t685t-vtext, "condition name
            KAWRT TYPE konv-KAWRT,  "base amt
            KRECH TYPE konv-KSCHL,  "calculation type
            qty(13) TYPE n,         "qty
            kbetr TYPE konv-kbetr, "condition rate
            kwert TYPE konv-kwert, "condition value
        END OF ty_line_item.
    data: wa_ekko TYPE zms_ekko,
          wa_item TYPE zms_konv,
          wa_lfa1 TYPE ty_lfa1,
          wa_t685t TYPE ty_t685t,
          wa_ekpo TYPE ty_ekpo.
    data: it_ekko TYPE TABLE OF zms_ekko,
          it_item TYPE TABLE OF zms_konv,
          it_lfa1 type TABLE OF ty_lfa1,
          it_t685t TYPE TABLE OF ty_t685t,
          it_ekpo TYPE TABLE OF ty_ekpo.
    SELECTION-SCREEN : BEGIN OF BLOCK ss_block WITH FRAME TITLE text-001.
       PARAMETERS: pa_ver(2) TYPE c DEFAULT '0'.
        SELECT-OPTIONS: pa_pord FOR wa_ekko-ebeln,
                        pa_date for wa_ekko-bedat.
    SELECTION-SCREEN : END OF BLOCK ss_block.
    SELECT EBELN LIFNR bedat unsez verkf telf1 ihrez knumv from ekko
        into CORRESPONDING FIELDS OF TABLE it_ekko.
      if pa_pord is not INITIAL.
        DELETE it_ekko WHERE ebeln not in pa_pord.
      endif.
      if pa_date is not INITIAL.
        DELETE it_ekko WHERE bedat not IN pa_date.
      endif.
    if it_ekko is not INITIAL.
      SELECT lifnr MCOD1 STRAS MCOD3 from lfa1
        INTO CORRESPONDING FIELDS OF TABLE it_lfa1
        FOR ALL ENTRIES IN it_ekko
        WHERE LIFNR = it_ekko-LIFNR.
      SELECT ebeln ebelp txz01 menge peinh brtwr from ekpo
        INTO CORRESPONDING FIELDS OF TABLE it_ekpo
        FOR ALL ENTRIES IN it_ekko
        WHERE EBELN = it_ekko-ebeln.
      loop at it_ekko into wa_ekko.
        READ TABLE it_lfa1 into wa_lfa1 WITH KEY lifnr = wa_ekko-LIFNR.
        wa_ekko-MCOD1 = wa_lfa1-MCOD1.
        wa_ekko-stras = wa_lfa1-stras.
        wa_ekko-MCOD3 = wa_lfa1-MCOD3.
        MODIFY it_ekko FROM wa_ekko TRANSPORTING MCOD1 STRAS MCOD3 WHERE ebeln = wa_ekko-ebeln.
      ENDLOOP.
      SELECT KNUMV STUNR KPOSN KSCHL KRECH kbetr kwert KAWRT from konv
        into CORRESPONDING FIELDS OF TABLE it_item
        FOR ALL ENTRIES IN it_ekko
        WHERE KNUMV = it_ekko-KNUMV.
      SELECT kschl vtext from t685t
        INTO CORRESPONDING FIELDS OF TABLE it_t685t
        FOR ALL ENTRIES IN it_item
        WHERE spras = 'EN' and KSCHL = it_item-KSCHL.
      LOOP AT  it_item into wa_item.
        READ TABLE it_t685t into wa_t685t with key KSCHL = wa_item-KSCHL.
        wa_item-vtext = wa_t685t-vtext.
        if wa_item-kschl = 'ZBP1'.
          wa_item-qty = wa_item-KAWRT / wa_item-kbetr.
        endif.
        if wa_item-KRECH = 'A'.
         wa_item-kbetr = wa_item-kbetr / 10.
        endif.
        if wa_item-kschl = 'NAVS'.
          wa_item-vtext = 'Sales Tax'.
        endif.
        MODIFY it_item from wa_item TRANSPORTING vtext kbetr kschl qty
          WHERE stunr = wa_item-STUNR and
                kposn = wa_item-kposn.
      ENDLOOP.
      DELETE it_item WHERE kposn = '000000'.
      DELETE it_item WHERE kschl <> 'ZBP1' and kschl <> 'ZD01' and kschl <> 'ZE01'
          and kschl <> 'NAVS' and kschl <> 'ZSRV'.
      sort it_item by kposn STUNR.
    CALL FUNCTION '/1BCDWB/SF00000025'
      EXPORTING
        ARCHIVE_INDEX              =
        ARCHIVE_INDEX_TAB          =
        ARCHIVE_PARAMETERS         =
        CONTROL_PARAMETERS         =
        MAIL_APPL_OBJ              =
        MAIL_RECIPIENT             =
        MAIL_SENDER                =
        OUTPUT_OPTIONS             =
        USER_SETTINGS              = 'X'
      IMPORTING
        DOCUMENT_OUTPUT_INFO       =
        JOB_OUTPUT_INFO            =
        JOB_OUTPUT_OPTIONS         =
        TABLES
          it_ekko                    = it_ekko
          it_item                    = it_item
      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.
    endif.

  • Smart form for cutting list---Urgent

    Hi Experts,
    I have to create a smart form for cutting list in PP module.
    Selection criteria are:
    1.) select all orders(AFKO-AUFNR) wiht AFVU-USR00 = 'CUT' where AFVU-AUFPL = AFKO-AUFPL
    2.) Group according to material no.(AFKO-PLNBEZ)
    Form fields are as follows:
    Name : MARC-MATGR
    Cut & Process date: AFVV-FSAVD where AFVV-AUFPL=AFKO0AUFPL
    Ref Packing date:   AFVU-USR00= ASSY_GAL of th superior order(AFKO-MAUFNR,where AFVU-                             AUFPL   = AFKO-AUFPL)
    Order :  AFKO-AUFNR
    Sales Order: AFPO-KDAUF of superior order(AFKO-MAUFNR,where AFVU-AUFPL   = AFKO-AUFPL)
    Item Number :
    Qty: AFVV-MGVRG where AFVU-USR00='CUT' & AFVU--AUFPL = AFKO-AUFPL
    & co many other fields form AFKO table.
    I am bit confused what will be the fields & tabels i have to declare in Form interface & Global parameters.
    What will be the internal table for the table which display data.
    In the main page i have to show 10 colums i dont no how to define table for those 10 columns
    As per the requirement can anywone please tell me in detail to solve these problems. like which r te tables i have to use in interface parameters & which wil be in global paramenters.
    Which itab i will use to create the table in main window
    & how i can declare 10 columns in that table.
    Regards,
    Nik

    hi nikil.
            I use to follow this procedure.
    1) Based on the select criteria.fetch values in to differnet itab's from differnet tables.
    2) then try to put the selected rows based on condition into a single internal table.
    3)u can send that final internal table from program and u have to use that internal table in form interrface.
    4)design the smartforms and call the fields accordingly from the final inetrnal table .
    5)u should be good in using select query ,read table statement etc.
    check this with other and take a decision.some of them use to write codes then and there before using the fields using progarm lines.
    but i am comfortable in my method.
    mani

  • Smart form for a invoice

    Dear All,
    We have designed a smart form for printing of excise invoice. The invoice is in two pages. The second page printing is not aligned and starts immediately after the finish of the 1st page.
    There is no buffer place between two pages.
    How can we provide a buffer between two pages so as to print the 2nd page in alignment with the pre printed stationary and the first page?
    Regards.
    Milind Dugade

    It very dificult to give you guidance w/o seeing your smartform config. page format. If you are using custom page format or standard page format. Have define next page properly or not. What are line count in first page etc etc.

  • Smart form for commercial invoice

    hi ,
    i have to develop a smart form for commercial invoice for argentina in spanish language only.
    is there any standard smartform in SAP which i can use as a reference for this.
    or any help regarding this you can tell.
    any help is appreciated.

    Hello Amit,
    you search RVINVOICE in sap script.
    goto SMARTFORMS> Utilities>Migrate SAP Script.
    and select your own lang EN and make ur Invoice...make changes as per client requirement.
    and then convert to Ur required language.
    regards,
    Sujeet

  • Smart Form for invoice list?

    Hello,
    Has anyone experience with Smart Forms based on a invoice list (transaction VF23). I have been testing with the Smart Form for a single invoice (LB_BIL_INVOICE and program RLB_INVOICE) but get the impression that this cannot be used for the invoice list. My environment is a SAP R/3 Enterprise.
    Kind regards,
    Olaf Pohlmann

    HI,
    TRY F_INTITAR_SF.
    Regards,
    Gayathri

  • Tables for Service Desk Org Structure

    Dear Colleagues,
    Can anybody tell me what is the name of tables for Service Desk Org Stsructure
    in ppoma_crm we define all the support teams/ org units. When defined it creates Id also like for example: I have defined MM Support Teams as Org Unit for this the ID is  O 50000011.
    I need the table name where these deta is saved
    Regards
    Praveen K
    Edited by: PK on Apr 8, 2010 1:41 PM

    Hi PK
    The data was stored in tables HRP1000 and HRP1001.
    Regards Andreas

Maybe you are looking for

  • Sms texts are being sent as blank messages

    My mac is running Yosemite and my iPhone 6 is running ios 8.1. SMS messaging is linked but all sms texts sent from my mac are recieved as blank texts. Any solutions?

  • Unreleased PO/SA Agreements

    The client need the report on the unreleased PO/SA and their approval level (lowest level only). In the Structure RM06B, We have two fileds ANZEF : Final Release ANZFR : Release to date The difference between the two fields will give me the unrelease

  • Regarding Role And Authorisation

    Hello Experts, I have got a request today from my help desk asking for , they are having some problem when they use some SD t.codes, they don't ahve authorization, so basis team is asking me to give the objects they can access and they are allowed to

  • Calling VB Executable using HOST to Slow....

    Hello Friends, I have one form containg one program unit, Program unit has one cursor,which contains Employee Id and Email Id, Based on Employee ID Report is generated in HTML Format.Next I am Calling VB Executable using HOST which Sends generated re

  • Is anyone else having problems sending a text with imessage on the 7.0.2 update?

    When ever i send a text message to another friend who has a iphone imessage won't send it and i have to send it as a regular text. any thoughts on what might be the problem?