Can we use SmartForms in WM Module?

Hello,
         I would like to know if we can use SmartForms for WM Module, lets say, TO (Transfer Order) Output. Please provide your Suggestions.
Thanks and Regards,
Venkata Phani Prasad K

Ofcourse it is possible, but it will give you a lot of work.
In WM customizing you can define your printprogram and form yourself.
So it is possible to couple a smartform printprogram to a smartform.
Only the returncodes are less efficient in case of errors.
Gr., Frank

Similar Messages

  • Can we use Initilization event in module pool program?

    Hi All,
    Can we use Initialization event in module pool program? If not why?
    Thanks In Advance!!!!!!!!!

    The runtime environment creates the INITIALIZATION event and calls the corresponding event block (if it has been defined in the ABAP program).
    http://help.sap.com/saphelp_nw70/helpdata/EN/fc/eb2d67358411d1829f0000e829fbfe/content.htm
    SEE THE ABOVE LINK...THINK IT WILL SOLVE ALL YOUR DOUBTS
    REGARDS
    RACHEL

  • Can i Use Smartforms in Webdynpro? If so how ?

    Can i Use Smartforms in Webdynpro? If so how ? Sample Codes are Welcome..

    Hai Sai,
    U can convert the smart form into PDF format and use it.
    U can the check the below URL and understand it perfectly:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785">Smartform as pdf in webdynpro for abap</a>

  • Can i use a cRIO-9474 module as a low side switch?

    A setup I want to test applies continuous 12V to the hot side of the device and controls it by switching ground.  The only nearly-suitable module I have available is a cRIO-9474.  Looking at the data sheet schematic, it seems as though I could use this module to switch ground by connecting Vsup to my system ground and DO to the device.  However, the specs list the min Vsup as 5V.  Does this approach sound feasible, or will I mess up the switching transistors by connecting Vsup to ground?
    Jeff

    Hello, Jeff!
    I think the best approach would be to use a cDAQ relay module such as the 9485 or 9481. These will allow you to directly control a relay, and can handle the voltages you're working with. Please let us know if you have further questions on these, or if there is a reason they won't work for your application.
    Have a great weekend!
    Will Hilzinger | Switch Product Support Engineer | National Instruments

  • Can i use wildcards in function module .

    Hi All,
             I am using 3 input parameter in my function module .Can i use wildcards for one of the parameter .If so please kindly let me know the procedure.if u give sample code it will be great.
    Thanks,
    Veera

    Hey Wayne....that helped alot. I simplified the formula a bit for this question but your answer led be to my answer. I plugged in the "isblank" function into my formula to get the state of the cell.
    For general reference, this is my final formula:
    =IF((ISBLANK(S2)),F2−E2,0)
    It's saying "if S2 is empty then run the formula "F2-E2" else (if S2 is not empty) then print "0".
    Thanks again.
    Update: based on the answers, here is another way to sove my probem:
    =IF(D2="",F2−E2,0)
    If "D2" is blank then run "F2-E2" or else show 0.

  • Tutor 14 and Visio. Can I use without other Oracle modules?

    Can anyone clarify what I can do with Visio process maps and Tutor? I'm reading the implementation guide but it keeps referring to Oracle BPM and I don't think we have that. I was hoping to be able to use our exisitng Visio process maps in my Tutor procedures, but I'm not sure how to do it, and what the end result would be. I'd be grateful for any suggesions or examples anyone has. Thanks!

    With Tutor Author, you can import a Visio VDX file. Depending on the quality of the visio flow diagram, it will be converted into the Tutor narrative text format and is formatted using the standard Tutor paratraph styles.
    If you have Oracle BPM, you can import a VDX file into Oracle BPM and get a swimlane flow diagram that can be modified and used to help execute workflow.
    The intent of the import model feature in both Oracle Tutor and Oracle BPM is to extend the use and value of the Visio diagram, since visio diagrams often become static and out of date quickly after being created.
    If you are familiar with Tutor, you know how easy it is to update the narrative text of a procedure and then flowchart it in one click.
    Does this help?
    Kind regards,
    Emily

  • Using Request Response Bean Module in FILE Adapter

    Hi Experts,
    Can we use Request Response Bean Module in FILE Adapter in reverse way. That is can we configure thses adapter modules in Reciever file channel and call a sender file channel in it?
    My case is RFC to File synchronous case? How do we do this?
    Thanks & Regards,
    priyanka

    Can we use Request Response Bean Module in FILE Adapter in reverse way. That is can we configure thses adapter
    modules in Reciever file channel and call a sender file channel in it?
    My case is RFC to File synchronous case? How do we do this?
    The above is not possible....Bean works only for Sender channel and not for Receiver.....requirement not possible using even a BPM as FILE does not support SYNC communication in receiver end......max you can do is split the scenario into SYNC-ASYNC bridge.
    Regards,
    Abhishek.

  • HR Master Data Use for other SAP Modules?

    Which part of SAP HR Master Data can be used by various SAP modules including PP, SD, MM, PS, FI, etc?
    Expecting expert input!

    Which part of SAP HR Master Data can be used by various SAP modules including PP, SD, MM, PS, FI, etc?
    Expecting expert input!
    Hi
    The following may be useful try this out
    PP try this tcode and surf on HRMS-CR02 there u can bring the pernr to workcentre
    SD Try T Code VPE1 and u can assign the sales personnel using pernr
    MM Try T Code XK01 Create employee as vendor and u can use it for Vendor consignment goods via MSK3
    FI In fi u can create vendor like mm using FK01 for bulk amount distribution
    Hope it helps
    with regards
    partha

  • Can we use MASTER_IDOC_DISTRIBUTE  for inbound

    im using the custom idoc method to create a customer by uploading data from text file..can we use the above function module for inbound processing.. i have set the direction to 2 in control record.but when the idoc is generated it is triggered as outbound idoc and direction in the control record is showed as 1..can any one suggest the correct procedure..
    Thanks
    vidya sagar.

    Hi,
    MASTER_IDOC_DISTRIBUTE  is to generate Idocs....either Inbound or Outbound. But generally it uses for Outbound.
    In your scenario you will be getting data in file and your prog has to generate Inbound Idocs.
    fill all the relevent data in Idoc segments and in Control record pass '2' to Direction field which means Idoc Inbound.
    and in Partner profilev -> Inbound parameters  for message type if you select trigger by background prog option..idoc will be in generate and it wil be in 64 status ( Ready to transfer to application).
    Rest all same as Inbound idoc processing....means...it will trigger processcode that will pick the FM attached to it to create Customer.
    Regards,
    Bhavana

  • How to use parameters in smartform genrated  function module

    i executed smartform one functional module is genrated  '/1BCDWB/SF00000002'
    now the problem is that  i want to send  output of this smartform through email
    now how to use ' MAIL_RECIPIENT   '      and  ' MAIL_SENDER   ' to send smartform output through email .
    please check following module which generated by smartform.
    plz suggest me  .
    CALL FUNCTION '/1BCDWB/SF00000002'
    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
        ITAB_PA0001                =   ITAB_PA0001
    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.

    Hi
    You can do it while passing these parameters in the CONTROL_PARAMETERS.
    data: ls_CONTROL_PARAMETERS type SSFCTRLOP.
    ls_CONTROL_PARAMETERS-DEVICE  = 'LOCL'.
    ls_CONTROL_PARAMETERS-NO_DIALOG = 'X'.
    ls_CONTROL_PARAMETERS-PREVIEW = ' '.
    Pass this ls_CONTROL_PARAMETERS to the importing parameter of the FM .
         CALL FUNCTION LF_FM_NAME
               EXPORTING
                          CONTROL_PARAMETERS   = LS_CONTROL_PARAM
    In addition to this, you might also want to set the print immediately field on the same structure to 'X'.
    Generally you leave the device field empty, the user master record default printer will be used

  • Can I use a field name in text module

    Hi,
    I get a object name of the standard text in a field.  Can I use that field in Text module.
    Thanks,
    Srinivas.

    Go to t-code SMARTFORMS->Text Module->Create or Edit-> choose add icon and type your field name (used in your smartform) like this &fieldname&, then use this Text module in your smartform.

  • Can we use control events in smartforms

    Hi all,
    I am srinivas. can we use control events in smartforms, I mean at new, at end of ..... if these are not used can you suggest me any alternative....
    Actually my requirement is like a classical report, for which I need to display subtotal and grand totals based on two fields....
    Please help me out in this issue as it is very urgent.
    <b><REMOVED BY MODERATOR></b>
    Thanks in advance....
    Regards,
    Sri...
    Message was edited by:
            Alvaro Tejada Galindo

    Hi Nick,
            Thanks for the reply... it is really very useful for me.
    As I discussed in my earlier mail regarding the output sequence, which should be in the below format.
                                           number       quantity uom      unitprice        amount curr
    plant
           material
                   date
                                             x                 y                    z                      A           
                                             e                 f                     g                      h
                                             p                 q                     r                      s
                   subtotal date..... 1                   2                    3                       4
                   subtotal  material.5                  6                    7                       8
    As you said when I using <b>event of Begin</b> its working fine. but while using the <b>event of end</b>,  I am specifying date and then matnr (sort) its taking(nodes are created mean first matnr and then date) in the reverse order and when I am taking matnr and date it is placing the events(nodes) in the right order but the order date is not triggering.
    can please tell me how to proceed here..
    waiting for your reply..
    Regards,
    Srinivas

  • Can we use select options in smartform

    can we use select options in smartform if so can any one send me a sample code...
    Thanks
    bhaskhar

    Hi ,
    Can u explain why u want to use select options in smartforms . U can try it in program lines .
    Its better to use select options in the driver program and fetch data accordingly in the driver program or passing the selected values from select options to the smatfrom and fdetching the data there in smartform .
    Regards

  • How can I use the print module to print different size images on one large "canvas"?

    How can I use the print module to print different size images on one large "canvas"? An example would be in Photoshop, go to file>new, and create the size paper I want, and move images of different sizes onto it.
    I was thinking the print module would do this automatically for me.

    You can't, at present. It's been a requested feature, so we'll see if it shows up in a future version, but it's not there at present.

  • Memory modules can we use for RAM upgrade of HP Pavilion dv5-1198de??

    What memory modules can we use for RAM upgrade of HP Pavilion dv5-1198de??
    Max RAM?  Vista?  Windows 7?

    I can't find a dv5-1198de but I did find a dv5-1198er which should be similiar. It states up to 8 gb of ram. HERE
    I would try www.Crucial.com for suggested memory ,you can use their Scanner Tool to let it detect what you have and what you can upgrade/replace with.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

Maybe you are looking for