flow82er
Explorer
Member since ‎2023 Feb 01

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,I try to connect to an FTP server using ABAP. I want to connect with user/password, so I use the user anonymous with an email-Adresse as password.The code looks like the following: call function 'FTP_CONNECT' exporting user = 'ano...
Hi.In our Lumira applications, we recently added the feature so the user can create comments. The comments are stored on the audit database.Now, different users created a lot of test comments in different Lumira Applications. And now we have the need...
Hi, I have an issue developing an SDK component. I will try to explain it the the SAP colorBox example which comes with the SDK. In the ZTL-File are two functions to get/set the color: class com.sap.sample.coloredbox.ColoredBox extends Compone...