1
vote
0answers
35 views

Web Dynpro for ABAP Explanation Text (Green Underline) not working for certain users

I have recently added Explanation text to certain fields on the SRM Contract screen (both standard and cusom fields). The user that I unit tested with worked fine, however most other users do not ...
1
vote
2answers
164 views

webdynpro abap get cookies

I have a requirement where I need to embed an external application into webDynpro ABAP, which I am planning to embed using IFrame. I also need to read the cookie information from this external ...
2
votes
1answer
103 views

Supply functions ABAP - how to use a data providing FuBa?

In the Supply Function's auto generated code, there can be seen the following comments: General Notes ============= A common scenario for a supply method is to aquire key informations from the ...
1
vote
1answer
710 views

How do i get all ui elements of a view? (Web Dynpro ABAP)

I want to make the labels of an input field invisible when the input field is invisible. I cant bind it to the same context because they are build dynamically. Is there a way to get all view elements ...
2
votes
1answer
339 views

How to access ABAP Web Dynpro components from iOS Mobile applications

Much of the business logic is written using ABAP Web Dynpro components on server side which are currently accessed using iViews for a SAP Portal. Is there a way to access these Web Dynpro components ...
3
votes
1answer
225 views

Getting the value of a method call (like sy-subrc) - WebDynpro

I'm trying to make an error check. When a user enters, int his case, an airline code that doesn't exists, the page should show an error message. The thing is: i'm using BAPI_FLIGHT_GETLIST BAPI and ...
0
votes
0answers
164 views

SICF : Delete Cookies and clear authentication after time out

I have to delete Cookies and clear authentication after time out in my WebDynpro(WD) ABAP application service(Tcode : SICF). I used JavaScript in Application Error of Error Pages in Service of ...
0
votes
2answers
811 views

ABAP Webdynpro fileupload

i'm searching for a webdynpro abap-code snippet to get a uploaded file(xstring) into the BDS (Business Document Service) system of SAP. I'm using the "file upload" function of webdynpro. I've tried ...
0
votes
1answer
237 views

Standard Web service for Plant maintenance

I am new to Web services.Could you plese let me know is there any standard web services for Plant maintenance? Thanks, Dhivya.
0
votes
0answers
721 views

How do I implement the Table with Tree by nesting in Web Dynpro for ABAP?

I have checked in SE80 and found package SWDP_DEMO where there is a Web Dynpro application DEMO_TABLE_WITH_TREE_BY_NST. I tried running the application to see the sample but once the browser opens, I ...
-1
votes
3answers
401 views

Develop an ALV-alike Web Dynpro Component

Is there a way to develop an ALV-alike Web Dynpro component? If yes can someone show me a link, an article or Google search keywords about how-to? [update] Thank you 4 ur replies. But I am asking how ...
1
vote
2answers
5k views

How to get the selected entry in WebDynpro ABAP table?

Hallo, i have a webdynpro containing a table displaying numerous lines. after the user clicks the delete button i want to delete the selected line of the table. my problem right now is, that i don't ...
1
vote
1answer
556 views

How to fill a webdynpro table binded to a BAPI initially?

im fairly new to webdynpro abap and have the following problem: I created a service returning a set of all existing customers. This function works well, if i test it in a litte program simply printing ...
1
vote
1answer
156 views

Set Categories on DateNavigator

My friend seems to be having some trouble with ABAP. Here's a copy of his question - posted on the SAP community forums. Hey Everyone, I am trying to mark the DateNavigator with two categories. I ...