Page 1 of 1

Fielddump

PostPosted: Tue Nov 20, 2007 6:06 pm
by Lena2364
Hallo,

unsere externen Entwickler haben folgendes in einem HTML-Template

Code: [Select all] [Expand/Collapse] [Download] (Untitled.txt)
  1.    `DynGroupBoxBegin("Fielddump", lv_name="Fielddump z_blabla 1000")`
  2.    `declare fielddump in "sapxjutil"`
  3.    `fielddump()`
  4.    `DynGroupBoxEnd("Fielddump")`
  5.  
  6.  
GeSHi ©


Wie kann ich das wirkich verwenden?
Wenn ich von meinem Dynpro ein html-template generiere, dann bekomme ich folgende Includes:

Code: [Select all] [Expand/Collapse] [Download] (Untitled.txt)
  1. `include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`
  2. `SAP_TopInclude()`
  3.  
  4.  
GeSHi ©


Wäre für jeden Tip dankbar.

Gruß
Jürgen Spranz[/code]

Fielddump

PostPosted: Tue Nov 20, 2007 6:13 pm
by Lena2364
Huch,

jetzt funkt's doch - halber....

Das Problem liegt in dem

Code: [Select all] [Expand/Collapse] [Download] (Untitled.txt)
  1. DynGroupBoxBegin
  2.  
  3.  
GeSHi ©


Wie bekomme ich das noch hin zum Auf- und Zuklappen ...[/code]