martin_bschen
Explorer
Member since ‎11-28-2010

User Statistics

  • 31 Posts
  • 0 Solutions
  • 11 Kudos given
  • 25 Kudos received

User Activity

Hi, I'm trying to follow the example application in this Tutorial: I have a simple datamodel with some basis validations in ABAP in the managed scenario and should view my application in the fiori elements preview. But all I see is the following ...
Could anyone clarify the relationship between Abap Cloud Platform and S4 Hana/Cloud for me? Normally, the ERP comes with the full ABAP-Stack. That's not the case in S4 Hana/Cloud, right? It's only SAAS? So basically, ABAP Cloud platform is the te...
Hello, I have the newest ADT- Version, my Backend is on 7.50. In the Help-Contents of Eclipse I can read that theres is an ABAP-Unit_Preview mode. However, it seems not avaliable to me. Does this habe to do with my backend- Version? Where...
I have a workflow with the BOR-Type PDOTYPE_SH as container element. This workflow is trigger be an event of an ABAP class. I want to pass the BOR-Object to this event, so that the BOR_OBJECT ist passed via the data flow from the event to the workf...
I try to test the private methods of a class and therefor I declare a local test friend following this scheme: class lcl_test definition deferred. class zcl_testee definition local friends lcl_test. ... class lcl_test definition for testing ... .....