Write a comment
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
ABAP Language Version
Moin,
das execute() dumpt bei mir, wenn mein Paket (einfach $TMP) als ABAP Language Version nicht "ABAP for Cloud Development" hat. War auch nichts komplexes, nur eine Klasse mit Description
DATA(put_operation) = xco_cp_generation=>environment->dev_system( '' )->create_put_operation( ).
DATA(specification) = put_operation->for-clas->add_object( 'ZCL_MS_DEMO_XCO_GENERATED' )->set_package( '$TMP' )->create_form_specification( ).
specification->set_short_description( |Generated| ). put_operation->execute( ).
Ist das eine Einschränkung, dass ohne Transport im $TMP (o. ä.) nur Cloud ABAP geht oder übersehe ich was anderes?
Hallo Marc,
grundsätzlich arbeiten die Klasse auch ohne einen Transport. Außerhalb ABAP Cloud habe ich sie nicht getestet, kann aber sein das System validiert das. Sonst versuche die gleichen Klassen ohne CP zu vernwenden, die sind für Standard ABAP.
Grüße Björn