SAP ABAPI - Exemples

  • 16 December 2022
  • 4 replies
  • 64 views

Userlevel 1
Badge +4

Hi everyone, I hope you are all well…
So I was studying how to use ABAPI package, my question is..

Does anyone already use this package if so can you give me an example? this sounds very complex :/

 

Today I’m using VBs for automate the SAP, but I want learn how make this direct conection 


4 replies

Userlevel 3
Badge +6

Dear @Emerson.F2,

 

Yes, the ABAP package (Application Programming Interface) can be used to automate SAP processes and tasks. It provides a set of functions that can be called from within an ABAP program to execute specific actions, such as retrieving data or triggering certain processes.

To use the ABAP package, you will need to have access to an SAP system and have knowledge of ABAP programming. It can be complex to use, especially if you are new to ABAP or SAP in general, so it may be helpful to seek out additional resources and guidance if you are just starting to learn how to use it.

 

Regards,

Userlevel 1
Badge +4

Thanks for your time! 

Userlevel 3
Badge +8

@Emerson.F2 have you give it a try to BAPI? I am thinking about substituting SAP GUI interaction by a BAPI

Badge

SAP has AS ABAP 7.52 in a VM you can download if you dont have a system handy.
Here is the link: https://www.sap.com/documents/2019/09/32638f18-687d-0010-87a3-c30de2ffd8ff.html

Reply