Great videos as always !! Keep it coming through. It’s very very useful !!
@CustAndCode Жыл бұрын
Thank you very much for your feedback! 😀🤗
@mylengoc227 Жыл бұрын
Thank you so much for this video. I have learnt a lot from your videos.
@CustAndCode Жыл бұрын
I'm glad to hear that! Thanks for the feedback! 🤗
@SebastienJALADE8 ай бұрын
Great tutorial, very comprehensible and direct to result with efficiency and without thousand of useless lines and silly complementary process (the hell with SM59 !) THANK YOU VERY MUCH. You made my day
@CustAndCode8 ай бұрын
haha Thanks! 😀 I'm glad you liked it. And thank you for watching! 🤗
@pratikpawar3579 Жыл бұрын
Thanks for the Great Videos!
@CustAndCode Жыл бұрын
Thank you! I'm glad to hear that! Thanks for the feedback! 🤗😀
@ardydk9944 Жыл бұрын
Thankyou very much sir! youre so kind to share your knowledge about sap abap. its very helpful for me Have a great day sir!😄
@CustAndCode Жыл бұрын
Thank you very much for your kind feedback! 🤗 Yes, sharing knowledge is one of my reasons to do this channel! 🤗😀
@ardydk9944 Жыл бұрын
Sir, how to check if my API is connect or not in sap abap debug ? i try in postman and its ok status 200., but in sap abap when in o_client->receive( ) the program stopped and show that http_communication_failure @@CustAndCode
@CustAndCode11 ай бұрын
Maybe you have to install a certificate I have made a video about that 🤗
@mohammedzia1015Ай бұрын
Hi, your explanation is very clear and easy to understand, but I have a question. If I have to send some data from SAP(e.g. Business Partner data) to a third-party system, say a Portal system. How can I call that Portal URL using ABAP and send the data? Do I need to use POST method or GET method? Does your same code work in this case ? Please suggest.
@CustAndCodeАй бұрын
Thanks for your feedback! 🤗 Your question is very general... This example here is when the sap system needs information. In your case the portal needs the information. You can write an API in sap which can be called from the portal to get the information about the business partner... This could be one solution... 🤔
@alexx097249 ай бұрын
Thank you for sharing! Can you tell me how I can implement JSON web tokens (JWT) in this code or recommend a site where I can find more information about this?
@CustAndCode9 ай бұрын
Unfortunately not I'm not experienced with JWT. 😐
@awesomeshree Жыл бұрын
This is amazing. Thanks a lot.
@CustAndCode Жыл бұрын
Thank you very much I am glad! 😀🤗
@Leo1-k6q Жыл бұрын
Hey man, is there are way that we could show only the text translated in the result? (Instead of the entire json response)
@CustAndCode Жыл бұрын
There is always a way... 😉 You can work with substrings or you can translate the Json to an ABAP structure like an internal table... have a look at this video: kzbin.info/www/bejne/rJCwlIV9pNyVmNE 😀
@suhel81503 ай бұрын
You are always welcome
@CustAndCode3 ай бұрын
🤗🤗🤗
@bvelmurugan Жыл бұрын
Hi expert, I added the certificate but still it showing HTTP_COMMUNICATION_FAILURE error...
@CustAndCode Жыл бұрын
Have you picked the right folder (Standard)? and is the certificate in the certificate list? 🤔
@satishkumar-uy4lv8 ай бұрын
can we access Graph QL also?
@CustAndCode8 ай бұрын
I haven't used Graph QL yet. It should be possible but not like this way. There are some conversions necessary. 🤔
@juneduddin76149 ай бұрын
I have uploaded the certificate in STRUST but still the status code is 0 .
@CustAndCode9 ай бұрын
Have you added the cert to the certificate list? 🤔
@zivgur Жыл бұрын
hi friend, very good video, can you please share the abap code ?
@CustAndCode Жыл бұрын
Unfortunateley I do not maintain a blog. 🤗 But in my videos we have not that much code, is typed quickly 🤗