Web Dynpro For ABAP Question

Hi all,
I'm creating Adobe Interactive forms in Web Dynpro for ABAP.
<b>Problem:</b>
<b>Context defined in the created "View" is not displayed in the 'templates' (Adobe Interactive Form in the "Data View" tab.</b>
I'm following the exact steps used in the following e-learning class:
<b>https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78cd059b3</b>
Except I'm creating 'string' fields instead of numeric fields like in the above e-learning class and creating my forms in Adobe Livecycle designer first then importing them to the web dynpro for abap - 'templates'.
The 1st form I created went well and works fine.
<b>Question:</b>
For my second and third form I'm unable to map my context fields they are not displayed in the "Data View" anyone know why this is not possible?
Cheers,
Dharm

Hello,
are you creating the form via forward navigation from webdynpro abap?
When you do that the context of the form should be created automaticaly.
What Basis SP level are you using?
Best regards,
Dezso

Similar Messages

  • Web Dynpro for ABAP iview window question ...

    Hi,  I have a web dynpro for abap iview that calls a web dypro for abap program in ECC that generates a PDF document. 
    It works perfectly, except when the iview is launched it opens a blank iview page and then opens a separate window in which the PDF is displayed.  Does anyone know how to suppress the blank iview window? 
    Can I suppress it in the ABAP for Web Dynpro program in ECC or is there something on the portal in the web dynrpo for abap iview that I can do? 
    Thanks
    Angie.

    Hi,
    Please check the same issue at the WD4A side-
    Generating PDF in Web-Dynpro   - empty window popup
    Or
    In the IF_WD_WINDOW_MANAGER try to use the method -create_internal_window method.
    Regards
    Lekha

  • Import Data from Office Control (Web Dynpro for ABAP) into internal-Table

    Hello,
    I have a question concerning the Office Control UI-Eelement in Web Dynpro for ABAP:
    How can I import spreadsheet data from the Office Control into  a internal-table?
    I have an Excel-sheet (without any data) which is shown initially in the Office Control. First the empty Excel-Sheet will be loaded and in the second step data from an alvxml-transformation will be loaded into the Excel-sheet with the method 'activatexmlsource'. This works so far. When I change the loaded data in the Office Control and save it it will be stored as XLS-File. The problem is that I'm not able to use existing Upload-FM because every function module I tried uses GUI-functions and WebDynpro has no GUI-functionality. I always get the error that data from clipboard cannot be imported.
    So now the question is:
    How can I import changed data from the Office control into a internal-table staying in Web Dynpro application?
    Please give some advice, if you have some useful code or ideas.
    Thanks
    ram
    Edited by: Ramakullay Challa on Sep 24, 2009 9:05 AM
    Edited by: Ramakullay Challa on Sep 24, 2009 9:07 AM

    Hi,
    Once you save to desktop again you have made some changes to that file, this file you want to upload it right.
    Then in that case you need to use the FILEUPLOAD UI element right.
    Regards,
    Lekha.

  • Web Dynpro for ABAP alv table cell color

    Hello,
    I have a question about Web Dynpro for ABAP and ALV. I want to change the color of one cell as yellow. how to do it??

    in that method possible colors are
    cellDesign: badvalue_dark
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-BADVALUE_DARK
    cellDesign: badvalue_light
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-BADVALUE_LIGHT
    cellDesign: badvalue_medium
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-BADVALUE_MEDIUM
    cellDesign: criticalvalue_dark
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-CRITICALVALUE_DARK
    cellDesign: criticalvalue_light
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-CRITICALVALUE_LIGHT
    cellDesign: criticalvalue_medium
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-CRITICALVALUE_MEDIUM
    cellDesign: goodvalue_dark
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-GOODVALUE_DARK
    cellDesign: goodvalue_light
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-GOODVALUE_LIGHT
    cellDesign: goodvalue_medium
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-GOODVALUE_MEDIUM
    cellDesign: group_level1
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-GROUP_LEVEL1
    cellDesign: group_level2
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-GROUP_LEVEL2
    cellDesign: group_level3
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-GROUP_LEVEL3
    cellDesign: key_medium
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-KEY_MEDIUM
    cellDesign: negative
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-NEGATIVE
    cellDesign: positive
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-POSITIVE
    cellDesign: standard
    CL_WD_TABLE_COLUMN=>E_CELL_DESIGN-STANDARD
    not able to set column color as yellow....

  • Reuse of Business Packages in WEB DYNPRO FOR ABAP

    Hi folks
    I have now been working with R3 and CRM for the last 8 years.
    As ABAP developer. Now we have to find out of if we can use the WEB DYNPRO FOR ABAP in our Portal Soloution. So far so good.
    Off course we can use the WEB DYNPRO FOR ABAP!!
    But i have heard that there should be a lot of existing IVIEWS in SAP Service Market Place, SDN.COM and so on. My question is: How do I find these IVIEWS and hos do i combine thes iviews, in a page, with our own develope WEB Dynpros????
    Hope You understand my problem and goal!!
    Have a nice weekend
    Carsten

    Hi,
    This is more a question for the webdynpro forum. Pls check threads like
    Embedding SAP standard iviews in Tab controls with Web Dynpro
    Eddy
    PS. Reward useful answers and earn points yourself

  • Import Data from Office Control (Web Dynpro for ABAP) into SAP-Table

    Hello,
    I have a question concerning the Office Control UI-Eelement in Web Dynpro for ABAP:
    How can I import spreadsheet data from the Office Control in a SAP-table?
    I have an Excel-sheet (without any data) which is shown initially in the Office Control. First the empty Excel-Sheet will be loaded and in the second step data from an alvxml-transformation will be loaded into the Excel-sheet with the method 'activatexmlsource'. This works so far. When I change the loaded data in the Office Control and save it it will be stored as XLS-File. The problem is that I'm not able to use existing Upload-FM because every function module I tried uses GUI-functions and WebDynpro has no GUI-functionality. I always get the error that data from clipboard cannot be imported.
    So now the question is:
    How can I import changed data from the Office control into a SAP-table staying in Web Dynpro application?
    Please give some advice, if you have some useful code or ideas.
    Thanks in advance,
    Philipp
    Edited by: Philipp Hiebler on Feb 11, 2008 10:15 AM

    Hi,
    Once you save to desktop again you have made some changes to that file, this file you want to upload it right.
    Then in that case you need to use the FILEUPLOAD UI element right.
    Regards,
    Lekha.

  • Full ABAP Edition-Trial (with Web Dynpro for ABAP) Max DB data volume

    I recently installed Full ABAP Edition-Trial (with Web Dynpro for ABAP)- SPS08.
    http://static.flickr.com/89/243544270_91e713e3a3_o.jpg
    as you can see, it's already 92% acquired ( just after installation)
    Is it correct?
    or it's better to add another volume?
    The other question is
    according to the license installation guide,
    it sounds like we can delete the temp licese with SAP*.
    so I did like that but i got the following message
    http://static.flickr.com/81/243546622_bc99d1af2b_o.jpg
    Well, I could delete the old license with BCUSER.
    Thanks,
    David

    Hello,
    to your first question.
    The MaxDB database has a feature which can
    increase the database automatically.
    This ( auto_extend ) is turned on for the SDN Preview
    installation.
    That means the database should extend a further datavolume
    automatically when the filling level gets over 90%.
    In your case the database already added two more datavolumes. The installation only creates one.
    Best regards, Stefan

  • Using Native SQL in Web Dynpro for ABAP

    Hi folks,
    I am trying to access an oracle database in web dynpro for ABAP via Native SQL.
    I am able to read row by row from the database into a work area, but I am unable to read the whole table from the database into an internal table.
    Please advise as to how I can do this, and thanks for reading.
    PS: Thomas, I wasn't off-topic on the previous thread; I forgot to mention that I was trying to do this under Web Dynpro for ABAP.

    Hello,
    it doesn't matter if you try this with Web Dynpro ABAP, BSP or any other framework, this is a general ABAP question and not related to this forum.
    Regards,
    Rainer

  • ESS framework in web dynpro for ABAP?

    Recently, I need to start an ESS project using web dynpro for ABAP. Unlike web dynpro for java, we have ESS framework in every track, like pcui/xx DCs and ess/per DCs in the track. And as there are existed projects in the DCs like ESS/JP/ADDRESS, we can just follow suit.
    My question is: are there ESS frameworks in web dynpro for ABAP? Or existed ESS projects based on web dynpro for abap?
    Thanks for your help!

    Hi,
    As far as i know, it would need really a huge amount of effort to develop ess on Webdynpro for ABAP. As you know that it is not a part of SAP standard delivery, you really have to start it from the scratch.
    It would be a custom developed application.
    Regards,
    Sharadha

  • Framesets in Web Dynpro for Abap

    Hi all,
    I have a question concerning framesets in Web Dynpro for Abap. Today we have a BSP application with 3 framesets: a header-view, a navigation-view and a main view. We'd like to create the same application in Web Dynpro for Abap. I know this is possible in Web Dynpro for Java; is it also possible in WD for Abap or does someone know an alternative?
    Many thanks in advance!
    Siegfried

    The idea of creating viewsets withing WDA was removed.  Instead just create a view to control your layout.  Create viewcontaineruielements to withing this layout view to control the arrangement and positioning of the inner views.

  • Web Dynpro for ABAP @ SDN Wiki

    Dear users and developers of Web Dynpro for ABAP!
    I'd like to invite you to Web Dynpro page in SDN Wiki launched recently.
    <a href="https://wiki.sdn.sap.com/wiki/display/WDABAP">Wiki page for Web Dynpro ABAP</a>
    It's really great place for all WD Forum FAQ, HowTo and other frequently referenced materials, useful links, tips, hints etc.
    Never again bother with answering the same question twice - put it the Wiki!
    I'd like to thank SAP Network team who finally came up with this great tool for knowledge transfer!
    Regards,
    Serguei

    premkumarwow wrote:
    Hello,
    >
    > I am new to webdynpro and am sorry if i am re-posting the same question or if asking a basic question. I did go through the  link Web Dynpro for ABAP @ SDN Wiki and am atleast confident of how to start a development .
    >
    > I have couple of queries. We are implementing webdynpro first time for our client. The client want to know if :
    > 1. The user must log in to SAP each time to view the output
    > 2. Or can they view the output via browser without having to login to SAP at all,
    >
    > After going through few posts, am aware that output can be viewed via browser but the client says none of their users will type in user id and password while logging in ( Meaning it will be an automatic login).
    >
    > Can they view the output in a browser without opening SAP and can it be set so that they do not type in User id and password( I am not aware how but currently for logggin into SAP, they do not have to type in their id information).
    >
    > Your replies will be of great help to start with.
    >
    > Regards,
    > Prem
    Adding to what sanasrinivas wrote above...user will have to login the again  if your application opens in a GUI interface and from that GUI screen you are opening some report in Browser.
    Remember that T-codes made for wda can execute both in GUI and Browser, If you execute them in Browser you wont have to login again and again but yes, if you execute 1 application in GUI and open some other t-code in browser , you will have to enter the login details again...so if you want to have hassle free execution you will have to open the reports in browser always.
    regards,
    Sahai.S

  • Web Dynpro For ABAP(NET310) certification Help

    hi,
    i have attended the training for  Web Dynpro For ABAP(NET310) and want to do certification in that...plz help me on that if someone have certification Questions ..
    thx in advance...
    Dinesh

    check this site for SAP Certification and Interview Questions and Training materials
    http://www.erpfusion.net

  • Alternative for web dynpro for abap

    Ok,
    After a previous question we found out that if we want to use web dynpro for abap, we should upgrade to NW2004S.
    Now, are there alternatives for web dynpro for abap?
    currently (WAS 6.20 - R/3 4.7)
    Thanks in advance,
    Tom

    Hi Tom.
    On 6.20 you can use BSP. But this is not a real alternative to WD4A when lookin at the comfortable development. But a alternative as web application technology.
    Cheers,
    Sascha

  • How to debug Adobe form attached to Web Dynpro for ABAP

    Hi,
    My developer has created an adobe form and rendered inside a Web Dynpro page in the SAP Portal. It communicates with the Web Dynpro framework in the backend SAP system (Web Dynpro for ABAP).
    My question is, how would I know what infotype access this form requires, in the form of backend authorization role? Is there any way (not trace, ST01) to debug Abobe form on Portal or in backend SAP system?
    Thanks,
    Karan.

    Julius Bussche wrote:
    > I am not sure whether this will work in this case, but principally if your trace is recording a * value for a field in an authorization check, then it must be defined somewhere, and there is an option in the trace file to jump from the check to the source code location where it occurred.
    Yes, that's possible since the trace also records the information on the ABAP source code location where the AUTHORITY-CHECK statement (or other ABAP statements which internally trigger authorization checks) is executed. If I'm not wrong then there is a button (in ST05) which allows a direct source code navigation. Alternatively you might just click on the ABAP source code information displayed in the ST05 trace results (for recorded authorization checks).
    Cheers, Wolfgang

  • New to web dynpro for abap

    HI Team.
    I am new to web dynpro for abap .
    I am trying to develop a sample application using web dynpro for abap
    for that I am making use of SAP ECC 6.0 system.
    I created the the application by following steps in pdf.
    It is a program which makes use of BAPI_FILGHT_GETLIST
    I have created city from and city to two input fields once i enter the data and click on serach flights
    it must display all the filght details in a table format
    Problem i am facing is that data is not coming into the table.once i click the button.
    Do I need to perfrom any settings like rfc destinations ?
    I do not think so because I am trying to make use of the bapi which in the ecc 6.0 system
    please help me out
    thanks in advance

    Hi,
    You posted your question in the wrong forum. This forum is for Business intelligence.
    Did you activate your Web dynpro component? You can do it in the transaction SICF.
    In this transaction, you can expand according to the below path..
    /default_host/sap/bc/webdynpro/sap/<your webdynpro component>.
    Here you right click and YourWdComponent and select Activate.
    Regards
    Nages

Maybe you are looking for

  • Remote Shutdown problem

    Hi, I am trying to shutdown (and restart) a Windows 7 (RC1) PC on my home network from another PC running Windows 7 (RC1). I am running the following command at a command prompt (I have tried with and without Administrator privilege): shutdown /r /f

  • How  do i change the language from spanish to english in the help file

    Can you tell me how do I  change the language in the help file from spanish to english?

  • How to remove uncommitted changes made in a table through JAG?

    Hi, Is there any possibility to remove the uncommitted row from a Table through JAG. For Example, If I Click " AddRow " button in a Table and enters value for all the Attributes in that particular Row and if I click the " Cancel " Button, that newly

  • How to set a trail file as completed?

    I am using GoldenGate to do an initial load, using parameters like: EXTFILE /tmp/aa, MAXFILES 1000, MEGABYTES 2000 I don't understand why all the files except the last one are marked as completed. In my use case, I need all the generated files to be

  • No response When I clicked Bex Broadcaster

    Hi All, In BW Development system I am able to Broadcast my query into Internet Explorer. Where as BW Quality system not able to do it, when I clicked Bex Broadcaster option In query designer, No response. FYI..I have authorizations as like BW Develop