Kommentar verfassen
Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.
Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.
a minor issue
Thank you for the great example!
Please place Unit Test before RAP - Draft and RAP - Draft (Part 2), because drafts do not allow direct data changes.
Also, when updating, both PartnerNumber and Country must be specified:
METHOD update_unison. lo_request->set_business_data( VALUE zbs_c_rappartner( PartnerNumber = '3000000003' Country = 'KZ' Street = 'Updated' ) ).
Hello modekz,
do you mean the order of the articles in the overview? Normally they are ordered by release date of the article, no manuell listing und editing.
Greetings Björn
Yes, I followed the sequence described here: https://software-heroes.com/en/collection-rap 1st Draft, then Unit Test.
During unit testing, I encountered errors because the service is based on draft handling, while unit tests require direct data changes without draft processing.
Additionally, I found that to perform an update, both PartnerNumber and Country must be specified. Alternatively, it might be possible to use the PATCH HTTP method instead of PUT.