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.
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.