How to configure adobe forms in OMLV for printing picking slip

Hello,
I want to configure a adobe form in OMLV transaction. But there is no column for putting adobe forms.
Can you tell me how do configure adobe forms for getting it printed from standard transaction whenever a transfer order is created.
Thanks in advance.

Hi Ajay,
You are completely right that you cannot find anything with smartform in the customizing (OMLV). The reason for it: It is not there. It not even exists. Also the latest version of rlvsdr40 has nothing standard concerning smartforms.
I do not know why it is really necessary to use adobe or smartforms.
The only way is to build a new one (ZRLVSDR40). In that new one you have to use the sapscriptname (from OMLV)and treat it as a smartform- name.
I hope my explanation helps. Success.
Gr., Frank
Below how a smartform is called (from invoice)
determine smartform function module
  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
      formname           = lf_formname
    IMPORTING
      fm_name            = lf_fm_name
    EXCEPTIONS
      no_form            = 1
      no_function_module = 2
      OTHERS             = 3.
  IF sy-subrc <> 0.
  error handling
    retcode = sy-subrc.
    IF sy-subrc = 1.
      MESSAGE e001(ssfcomposer).
    ENDIF.
    IF sy-subrc = 2.
      MESSAGE e002(ssfcomposer) WITH lf_formname.
    ENDIF.
    PERFORM protocol_update.
  ENDIF.
  CALL FUNCTION lf_fm_name
    EXPORTING
      archive_index        = toa_dara
      archive_parameters   = arc_params
      control_parameters   = ls_control_param
      mail_recipient       = ls_recipient
      mail_sender          = ls_sender
      output_options       = ls_composer_param
      user_settings        = ' '
      is_nast              = nast
      is_vbdka             = vbdka
      is_addres            = addr_key
    IMPORTING
      document_output_info = document_output_info
      job_output_info      = job_output_info
      job_output_options   = job_output_options
    TABLES
      it_vbdpa             = tvbdpa    "Item information
      it_vbdpau            = tvbdpau   "Subitem numbers
    EXCEPTIONS
      formatting_error     = 1
      internal_error       = 2
      send_error           = 3
      user_canceled        = 4
      OTHERS               = 5.

Similar Messages

  • How to configure Adobe forms

    Hi All,
    I am having ECC 6.0 SAP System.
    In that one I am unable to create an Adobe form .
    Can u please let me know what are all the  prerequisites to configure.
    Reagrads,
    Rohit

    Check note 944221
    [Adobe Document Services Configuration Guide in the Help Portal|http://help.sap. com/saphelp_nw2004s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm]  -> Adobe Document Services Configuration Guide -> Configuring the Web Service -> Securing Access to the Web Service ->Configuration Check -> Configuration Check for PDF-Based Forms in ABAP

  • Call for adobe form is going for dump for multiple users

    hi,
    i am calling an adobe form in a program i.e. for multiple users. now my problem is.....
    3 people are using same tcode to generate the adobe form output for different data. but when they click at a time on the button to generate the adobe output, then adobe form is coming for only one user and it is going for dump for other users.
    and this dump is coming because of exception "CX_FP_API_INTERNAL" in funtion module FP_FUNCTION_MODULE_NAME which i am using to get the function module name of the adobe form in my program.
    can u please give me some solution to rectify this issue....

    That's nothing!
    An engineer and I contacted Adobe technical support by phone to ensure the PC I was having custom built was configured to its optimum. They advised XP64 as the best operating environment. After that discussion we had to completely revise procurement, etc to get the bits and compatible XP64 compatible software, putting the build project back a few weeks as well, Imagine how I laughed when I found out on one of these forums that XP64 is the worst choice and totally unsupported by CS4!
    I have written to Shantanu Narayen, Adobe CEO and didn't even get an acknowledgement I raised this last week on the Adobe stand at BVE and was told they'd get someone to contact me asap but guess what, niet...! To be fair there has been one Adobe executive that recognises the problem and the damage poor customer support is causing the company; he has been as helpful as he can. Unfortunately, it seems the overall Adobe culture at the top is "get the money and run". If your problem goes beyond what's already on their web pages, tough luck!
    Regards,
    Graham

  • Adobe form in OMLV (Module LE) leads to an error

    Hello,
    for the printing of pick labels I want to use the adobe form "/VSO/P_LABEL_PDF" and the print program "/VSO/P_RLVSDR40_PDF", but this combination leads to the error:
         Form /VSO/P_LABEL_PDF language EN is not active or
         is incorrect.
    But the form is active.
    Do you have an idea why it doesn't work?
    Is it possible to use Adobe forms in OMLV?
    Kind regards,
    Benjamin

    Andreas,
    A week, or so ago, there was some maintenance on the Jive end of things, and many were getting similar 404 errors. It was my understanding that those had been resolved, and that things were working fine.
    As several have been having issues with Adobe's own cookies (I had a big one with Adobe Store), I would also try cleaning your browser's cache, just to make sure that it's not something specific to your browser.
    As many of the "powers that be" monitor this forum, like the tireless John C./Adobe-Admin, I suspect that after the three-day weekend (for many in the US), that you will get definitive answers and advice. Look for those to come on about Tuesday.
    Good luck,
    Hunt

  • How openning of adobe forms could be faster at Enterprise portal 7.0

    I wander how openning of adobe forms could be faster at Enterprise portal 7.0. We are using for ESS/MSS functionality.
    I found out that firs time an form is opened it takes longer than next times. Has anyone some good documentation
    Than you in advance

    > I wander how openning of adobe forms could be faster at Enterprise portal 7.0. We are using for ESS/MSS functionality.
    > I found out that firs time an form is opened it takes longer than next times. Has anyone some good documentation
    I would say that this is caused by the Adobe Reader on the PC, not by the portal itself.
    Markus

  • Steps to configure adobe form

    Hi,
    Could anybody please let me know the procedure to configure adobe forms. Im unable to test any application because of system error FPRNUX.
    Kindly help me out..
    Regards

    Thanks for the response. I want to learn smartforms. I tried to create a simple smartform and executed. But unable to test...I couldnt even able to test the standard forms..below are the details of the issue.
    Exception : System_Error
    Message ID : FPRUNX
    Message No: 001
    While designing the layout of the form, the following issue is arising.
    Network Connection not found.
    This form refers to external files which were not found on this computer. Please create a connection
    to the following folder so that these files can be found.
    http://ecc6.xxxxx.com:8004/sap/bc/fp/form/layout/
    Please help me out.. Helpful answer rewards high points
    Regards
    Swapna

  • How to integrate adobe forms using webdynpro-abap

    Hi All,
    How to integarte adobe forms with webdynpro -abap(se80).
    Thanks & Regards
    Suman

    Hi suman,
       First you have insert a element interactive form in the view.
    In the properties of the interactive form you have properties called datasource and pdfsource.
    You have to give the data which you want to display in the datasource throught binding.
    These data you have to get it from the context. For pdfsource it should be xstring.
    There is one more property called templatesource, when you give a name and double click. It automatically goes to SFP and you can create the form of your purpose. While creating it will ask for context. That context will be the same which you have declared in the view or component controller.
    Regards,
    Arun.

  • Hi Experts, how to copy adobe form to a Z form? see details, thanks.

    Hi Experts,
    how to copy adobe form to a Z form? becuase when I click copy and enter the z form name and click ok, then I got an internal error occured SAP FP API, what is wrong? can anyone tell me the correct way to copy a standard adobe form? thanks in advance!
    Kind regards
    Dawson

    Hi Dawson,
    I have just done the same, but i couldnt get any error, its suceesfully asking for Dev class and saving.
    I suggest you to show this msg to your basis guy, he is the person who has to help you out.
    Regards,
    Sujatha

  • How to configure proxy services in OSB for Rest based services?

    how to configure proxy services in OSB for Rest based services implemented using Jersey (Rest).
    The Client need to contact OSB proxy servies by posting application/xml using jersey client and OSB proxy service will call the OSB business service.
    i would like to know how to get this request in OSB proxy service and send it to the business service and get the response back.

    I would suggest you refer to the below links:
    https://blogs.oracle.com/jeffdavies/entry/restful_services_with_oracle_s_1
    https://blogs.oracle.com/jamesbayer/entry/using_rest_with_oracle_service
    Hope this helps.
    Thanks,
    Patrick

  • How to configure multiple listeners to listen for the same instance.

    Hello everyone,
    I am running oracle database 11g and I want information regarding how to configure multiple listeners to listen for the same database instance. Actually I know how to configure more than one listener but the main thing that I am confused about is when we create listener.ora file, do we have to statically register the database instance with both the listeners or the instance will register itself with both the listeners.
    According to my knowledge the instance will register with the listener specified by LOCAL_LISTENER parameter and we cannot have more than one value for this parameter.
    Please only give detailed answers with example as I am tired of simple answers with details that I already know.

    Hello,
    Yes, it can make sense to have several listener for one Oracle instance. For instance you may have one listener for the applications another listener for DBA administration tasks as well as one listener dedicated to dataguard broker. It is not possible to have several listeners listening on the same IP and Port.
    By default the database try to automatically register to a listener on port 1521. To instruct the instance to register to a specifc list of listeners you can add in the init.ora the local_listener parameter with an alias definition:
    i.e
    local_listener=MY_SET_OFF_LISTENERS
    in your tnsname.ora add an entry called:
    MY_SET_OFF_LISTENERS_LOCAL= (ADDRESS_LIST=
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1530))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1531))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1532))
    In this sample your instance will register to three listeners listening on respectively port 1530, 1531 and 1532
    If you want your clients can be balanced over the 3 listeners

  • How to install adobe forms

    Hi Experts.
    Kinldy tell me how to install adobe forms ...

    Hi
    Just follow these links.
    https://www.sdn.sap.com/irj/sdn/adobe
    http://help.sap.com/saphelp_nw70/helpdata/EN/c8/4adf7ba13c4ac1b4600d4df15f8b84/content.htm
    Hope this will help you.
    Regards:'
    Alok

  • How to download Adobe Premiere pro CS5 for windows to my new imac 27 inch

    How to download Adobe Premiere pro CS5 for windows to my new imac 27 inch

    IMHO Windows would be the place to start.
    Why do you want to load CS5 for Windows?
    Adobe does produce a version of CS5 that runs on OS X so that it would not be necessary for you to have to screw around with Windows. Personally that would be the way to go and avoid the hassles of Windows.
    Allan

  • How to configure the runtime and consolidation for a track in CMS.

    How to configure the runtime and consolidation for a track in CMS.
    I can see the track exists in CMS but the same doesnt pull up in the NWDS in the development configuration perspective.
    I compared the given track with the one which gets pulled up in NWDS. Theres something called runtime system and consolidation which isnt defined for the track which is invisible.
    Please advise , what are these required for. And how can we configure the same.

    The runtime systems are defined for a track to setup the Transport path for any code changes....the Consolidation system is usually defined as a Virtual system for the track and used for comparison and fixing any broken or Dirty DC's ....that means it's not used as a Runtime System for Deployment as compared to DEV,QAT and PROD used for Deployment...
    Hope it helps..
    Regards,
    Shikhil

  • How to configure an automatic vendor assignment for a purchase requisition

    hi guys,
    how to configure an automatic vendor assignment for a purchase requisition in sap
    Thanks in advance

    hi Swathi,
    Check these Links out
    http://help.sap.com/saphelp_erp2005/helpdata/en/75/ee11e655c811d189900000e8322d00/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5e/372e3b7532394ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/4d/2b912a43ad11d189410000e829fbbd/frameset.htm
    Regards,
    Santosh

  • How to configure Adobe LiveCycle designer on my SAP Server?

    Dear friends.
    I have installed SAP ECC 6.0 and Adobe LiveCycle designer ES 8.2 on my computer.
    Now I want to use Adobe LiveCycle designer in SAP by TCODE:SFP.
    Please tell me how to configure Adobe LiveCycle designer on my SAP Server in details.

    Hi MSReddy,
    You don't need to configure it on SAP server. It should be installed on you desktop only.
    Install ADLC on your desktop and open SFP it should work. If its not showing you the layout it means you are using wrong version of ADLC. Use ADLC downloaded from SAP Service market place only.(service.sap.com), else it will create problems.
    Regards,
    Vaibhav

Maybe you are looking for