jack_graus2
Active Contributor
Member since ‎03-13-2012

User Statistics

  • 417 Posts
  • 81 Solutions
  • 32 Kudos given
  • 88 Kudos received

User Activity

Hello, I do use CL_GUI_HTML_VIEWER->SHOW_URL to display a PDF in an SAP gui dynpro. Find the ABAP code part below. The dynpro is showing logistics invoice data where the PDF is part of the screen. This works as expected. However, when the connection ...
In table iteration expression (like the FOR expression) one can decide to either use a work area or field symbol. ... FOR wa|<fs> IN itab [INDEX INTO idx] [cond] [let_exp] ... The ABAP help does indicate: For each read line, the result is either ass...
* I open a freight order in the UI in edit mode. In SM12 I see an exclusive lock on the freight order. I open the same freight order in another session in the UI. I expect an error message that the freight order is locked. * I open the same freight...
Hello Using the RTTI (Run-Time Type Identification) API classes I want to retrieve the DDIC description of a type. For a single field that is possible using CL_ABAP_TYPEDESCR->GET_DDIC_FIELD-FIELDTEXT.When using the RTTI classes CL_ABAP_TABLEDESCR,...
There are lot of post on this subject. But none of them make clear to me how it works. Data in SAP is maintained in Unicode format. But some external partners require the data to be converted into a different non-Unicode character set. Example: ...