raffinkira
Participant
Member since ‎2013 Apr 23

User Statistics

  • 304 Posts
  • 1 Solutions
  • 4 Kudos given
  • 10 Kudos received

User Activity

Hi experts,Assume there is a DB table that has 3 fields, A B and C. A and B are string fields which are also DB keys. C is a GUID fields which is not a DB key.And then assume I create 2 CDS view on this table: the first one is with key C, and the sec...
Hi experts,I have a field that displays a document number. For some kinds of document type, document number should be display as it is in the DB, while for some kinds of document type, document number should remove leading zeroes and this can be done...
Hi experts,In the following code, you can see there is a ! in front of the parameter name. METHODS xyzabcIMPORTING  !aaa TYPE i.What's difference if ! is used or not? Regards,Ming  
Hi all,I have developed a RAP BO for API. After modify action, the OData framework will perform a READ operation for response body. The READ selects all fields of the CDS view.For performance improving, I don't want all fields to be selected, my ques...
Hi experts,As you know, SAML assertion is used in S/4HANA user login. I'm just wondering if API request (e.g., OData) by communication user also uses SAML and IdP? The other relevant question is that does S/4HANA stores user credentials as well as Id...