MArt написал(а):
так если не везет с генерацией ХМЛ что делать?
При создании интерфейса есть три типа:1.Совместим со СМАРТ форм. 2.На основе схемы ХМЛ 3. На основе АВАР словаря.
При выборе п.2 нужно еще файл указывать - что это за файл ?в 480 курсе не вижу такого.
[url=http://help.sap.com/saphelp_nw04s/helpdata/en/6e/db0cee629b4f43a4f93f59e979aa8a/frameset.htm]XML Schema-Based Interface
You use this interface type if you create your forms in Form Builder in Web Dynpro for ABAP. This interface is an XML schema, which must be constructed in accordance with the W3C standard. You create the XML schema as a local XSD-type file, in an appropriate editor on your front end. You cannot edit it within Form Builder. You load the finished interface into Form Builder. The XML schema already contains the form context, which is sent directly to the data view in Adobe LiveCycle Designer. Unlike ABAP Dictionary-based interfaces and Smart Forms-compatible interfaces, you do not need to create the form context here.
The XML schema-based interface consists of the following:
● The form interface with the parameters that specify the data
The runtime data from the application program is specified in the import parameter /1BCDWB/DOCXML (type XSTRING).
● The XML schema
The loaded XML schema is displayed here.[/url]