Cust&Code in SAP ABAP
Cust&Code in SAP ABAP
  • 406
  • 1 101 842
Quickfix for SAP S4/HANA Conversion - Eclipse ADT Addon [english]
Since I also have an S4/HANA conversion coming up and a lot of custom code to adapt, I've been looking into whether it's possible to speed up this activity a bit. In short: you can.
ABAP Quick Fix - Eclipse Marketplace
marketplace.eclipse.org/content/abap-quick-fix
ABAP QuickFix S4 Conversion - Eclipse Marketplace
marketplace.eclipse.org/content/abap-quickfix-s4-conversion
#sap #eclipse #addon #s4hana #conversion
▬▬ Literature 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬
▶ ABAP: An Introduction 2020 amzn.to/45CLTqk *
▶ Complete ABAP 2023 amzn.to/45D5UNM *
▶ ABAP to the Future 2022 amzn.to/42cgWGs *
▶ Clean ABAP 2022 amzn.to/3KAqmow *
▬▬ My Hardware 💻 ▬▬▬▬▬▬▬▬▬▬▬▬▬
▶ Microphone: amzn.to/3zj2UIz *
▶ Headphone: amzn.to/3GUBRFg *
▬▬ My Software (free) 💾 ▬▬▬▬▬▬▬▬▬▬▬
▶ Video Recorder: bit.ly/678fgh6
▶ Video Editor: bit.ly/38Rj9lb
▶ Thumbnail: bit.ly/CustAndCodeThumbnail
▶ Gamma AI: bit.ly/3nsdvgr
▬▬ Further Links 🔗 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
⭐Become my subscriber: bit.ly/CustAndCodeSub
🎬All videos in English: bit.ly/CustAndCodeENG
☕Buy me a Coffee 😀: bit.ly/3dih2cl
*The links are affiliate links. There are no additional costs.
📍Attribution:
TH-cam Subscribe Animations: pixabay.com/videos/search/subscribers/
มุมมอง: 401

วีดีโอ

Quickfix für SAP S4/HANA Conversion - Eclipse ADT Addon [deutsch]
มุมมอง 227วันที่ผ่านมา
Da bei mir auch noch eine S4/HANA Conversion bevor steht und einiges an Custom code anzupassen ist habe ich mich mal schlau gemacht ob man diese Tätigkeit nicht etwas beschleunigen kann. Kurz gesagt: man kann. ABAP Quick Fix - Eclipse Marketplace marketplace.eclipse.org/content/abap-quick-fix ABAP QuickFix S4 Conversion - Eclipse Marketplace marketplace.eclipse.org/content/abap-quickfix-s4-conv...
Using the SWITCH operator in SAP ABAP [7.40] [english]
มุมมอง 46014 วันที่ผ่านมา
In today's video I will show you how to use the SWITCH operator in ABAP. The SWITCH operator can be used to replace the CASE statement. It therefore offers the same logic with fewer lines of code. If we use CASE, we have to assign the variable again and again in every branch. This is not the case with SWITCH #sap #operator #abap #switch ▬▬ Literature 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬ ▶ ABAP: An Introduction 2020...
SWITCH Operator in SAP ABAP verwenden [7.40] [deutsch]
มุมมอง 36314 วันที่ผ่านมา
In dem heutigen Video zeige ich euch, wie man den SWITCH Operator in ABAP verwendet. Mit dem SWITCH Operator lässt sich das CASE Statement ersetzen. Er bietet somit gleiche Logik bei weniger Zeilen Code. Wenn wir CASE verwenden, müssen wir in jeder Verzweigung immer wieder die Variable zuweisen. Bei SWITCH ist das nicht so. #sap #operator #abap #switch ▬▬ Literatur 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬ ▶ ABAP: An In...
Using the COND operator in SAP ABAP [7.40] [english]
มุมมอง 48421 วันที่ผ่านมา
In today's video I will show you how to use the CONDitional Operator in ABAP. The COND operator makes it possible to write conditional expressions in a very compact and readable way. Instead of using multiple lines of code, we can use the COND parameter to express complex conditions in a single line of code. #sap #abap #conditionaloperator #operator ▬▬ Literature 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬ ▶ ABAP: An Intr...
COND Operator in SAP ABAP verwenden [7.40] [deutsch]
มุมมอง 35921 วันที่ผ่านมา
In dem heutigen Video zeige ich euch, wie man den CONDitional Operator in ABAP verwendet. Der COND Operator ermöglicht es, bedingte Ausdrücke auf eine sehr kompakte und lesbare Weise zu schreiben. Anstatt mehrere Zeilen Code zu verwenden, können wir mit dem COND Parameter komplexe Bedingungen in einer einzigen Zeile Code ausdrücken. #sap #abap #conditionaloperator #operator ▬▬ Literatur 📚 ▬▬▬▬▬...
Using the FOR operator in SAP ABAP [7.40] [english]
มุมมอง 536หลายเดือนก่อน
In today's video I will show you how to use the FOR operator in ABAP. The FOR operator allows us to write loops in a very elegant and efficient way. Instead of using multiple lines of code, we can use FOR to create compact and readable loops. #sap #abap #for #loop #operator ▬▬ Literature 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬ ▶ ABAP: An Introduction 2020 amzn.to/45CLTqk * ▶ Complete ABAP 2023 amzn.to/45D5UNM * ▶ ABAP...
FOR Operator in SAP ABAP verwenden [7.40] [deutsch]
มุมมอง 366หลายเดือนก่อน
In dem heutigen Video zeige ich euch, wie man den FOR Operator in ABAP verwendet. Der FOR Operator ermöglicht es uns, Schleifen auf eine sehr elegante und effiziente Weise zu schreiben. Anstatt mehrere Zeilen Code zu verwenden, können wir mit FOR kompakte und lesbare Schleifen erstellen. #sap #abap #for #schleife #operator ▬▬ Literatur 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬ ▶ ABAP: An Introduction 2020 amzn.to/45CLTq...
Create Employees in SAP with ABAP instead of using Transaction PA30 - SAP HCM [english]
มุมมอง 368หลายเดือนก่อน
Today I'll show you how to create employees in SAP with ABAP without using the transaction PA30. 🚀 PA30 is a common method for maintaining employee data, but there are more efficient ways to do this directly via ABAP. In this video, I explain step by step how to do this #sap #hcm# #employee #create #pa30 ▬▬ Literature 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬ ▶ ABAP: An Introduction 2020 amzn.to/45CLTqk * ▶ Complete ABA...
Anlegen von Mitarbeitern in SAP mit ABAP statt mit Transaktion PA30 - SAP HCM [deutsch]
มุมมอง 365หลายเดือนก่อน
Heute zeige ich euch, wie ihr in SAP ABAP Mitarbeiter anlegen könnt, ohne die Transaktion PA30 zu verwenden. 🚀 PA30 ist zwar eine gängige Methode zur Pflege von Mitarbeiterdaten, aber es gibt effizientere Wege, dies direkt über ABAP zu erledigen. In diesem Video erkläre ich Schritt für Schritt, wie ihr das macht #sap #hcm# #mitarbeiter #erstellen #pa30 ▬▬ Literatur 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬ ▶ ABAP: An In...
Use CarbonTracer API with SAP ABAP - Calculate Routes and CO2 Consumption [english]
มุมมอง 452หลายเดือนก่อน
I recently had the task of calculating the CO2 consumption of business trips and found a free API from the University of Graz, the CarbonTracer. In this video I show you step by step how to call the CarbonTracer API with SAP ABAP and calculate the CO2 emissions of your trips. This was a very quick example of how you can use this API with SAP ABAP. The code can of course be improved: Use more va...
CarbonTracer API mit SAP ABAP nutzen - Routen und CO2 Verbrauch berechnen [deutsch]
มุมมอง 286หลายเดือนก่อน
Ich hatte vor kurzem die Aufgabe den CO2 Verbrauch von Dienstreisen zu berechnen und habe dazu eine kostenlose API der UNI Graz gefunden, den CarbonTracer. In diesem Video zeige ich euch Schritt für Schritt, wie ihr mit SAP ABAP die CarbonTracer API aufruft und die CO2-Emissionen eurer Reisen berechnet. Das war jetzt ein ganz schnelles Beispiel, wie man diese API mit SAP ABAP nutzen kann. Der C...
Export data from SAP to Excel with Power Automate [english]
มุมมอง 1.4K2 หลายเดือนก่อน
Export data from SAP to Excel with Power Automate [english]
Mit Power Automate Daten von SAP nach Excel exportieren [deutsch]
มุมมอง 5172 หลายเดือนก่อน
Mit Power Automate Daten von SAP nach Excel exportieren [deutsch]
Log in to SAP with Power Automate and call a Transaction [english]
มุมมอง 1.2K2 หลายเดือนก่อน
Log in to SAP with Power Automate and call a Transaction [english]
Mit Power Automate in SAP einloggen und Transaktion aufrufen [deutsch]
มุมมอง 5662 หลายเดือนก่อน
Mit Power Automate in SAP einloggen und Transaktion aufrufen [deutsch]
SAP HCM - use Logical Database PNP to read Personnel Data [english]
มุมมอง 5383 หลายเดือนก่อน
SAP HCM - use Logical Database PNP to read Personnel Data [english]
SAP HCM - logische Datenbank PNP verwenden um Personaldaten zu lesen [deutsch]
มุมมอง 6113 หลายเดือนก่อน
SAP HCM - logische Datenbank PNP verwenden um Personaldaten zu lesen [deutsch]
SALV IDA - Using Conditions, Ranges - Select Columns [english]
มุมมอง 1.6K3 หลายเดือนก่อน
SALV IDA - Using Conditions, Ranges - Select Columns [english]
SALV IDA - Bedingungen, Ranges verwenden - Spalten Selektieren [deutsch]
มุมมอง 6853 หลายเดือนก่อน
SALV IDA - Bedingungen, Ranges verwenden - Spalten Selektieren [deutsch]
ALV List - ALV Grid Edit - Change and Save Entries [english]
มุมมอง 1.3K3 หลายเดือนก่อน
ALV List - ALV Grid Edit - Change and Save Entries [english]
ALV Liste - ALV Grid Editieren / Bearbeiten - Einträge Ändern und Speichern [deutsch]
มุมมอง 4813 หลายเดือนก่อน
ALV Liste - ALV Grid Editieren / Bearbeiten - Einträge Ändern und Speichern [deutsch]
ABAP2UI5 Examples - Install from GitHub - Adapt for your own Applications [english]
มุมมอง 7304 หลายเดือนก่อน
ABAP2UI5 Examples - Install from GitHub - Adapt for your own Applications [english]
ABAP2UI5 Beispiele - installieren von GitHub - adaptieren für eigene Anwendungen [deutsch]
มุมมอง 6164 หลายเดือนก่อน
ABAP2UI5 Beispiele - installieren von GitHub - adaptieren für eigene Anwendungen [deutsch]
Install ABAP2UI5 - UI5 development with ABAP - without JS, OData and RAP [english]
มุมมอง 8104 หลายเดือนก่อน
Install ABAP2UI5 - UI5 development with ABAP - without JS, OData and RAP [english]
ABAP2UI5 installieren - UI5 Entwicklung mit ABAP - ohne JS, OData und RAP [deutsch]
มุมมอง 5934 หลายเดือนก่อน
ABAP2UI5 installieren - UI5 Entwicklung mit ABAP - ohne JS, OData und RAP [deutsch]
SAP ABAP Cloud Terminologies in 2024 [english]
มุมมอง 7144 หลายเดือนก่อน
SAP ABAP Cloud Terminologies in 2024 [english]
SAP ABAP Cloud Terminologien in 2024 [deutsch]
มุมมอง 3774 หลายเดือนก่อน
SAP ABAP Cloud Terminologien in 2024 [deutsch]
SAP Notes - Quick and Easy Search with Chrome Extension [english]
มุมมอง 5924 หลายเดือนก่อน
SAP Notes - Quick and Easy Search with Chrome Extension [english]
SAP Hinweise - schnell und einfach suchen mit Chrome Erweiterung [deutsch]
มุมมอง 3044 หลายเดือนก่อน
SAP Hinweise - schnell und einfach suchen mit Chrome Erweiterung [deutsch]

ความคิดเห็น

  • @henzelman5218
    @henzelman5218 ชั่วโมงที่ผ่านมา

    Me when dude knows how to make a fieldcat i need to make a fieldcat please helph meh

  • @nirbhaymehta5616
    @nirbhaymehta5616 4 ชั่วโมงที่ผ่านมา

    What if is password is Admin@123

  • @jdamjanovichidalgo
    @jdamjanovichidalgo วันที่ผ่านมา

    my record button is greyed out :( any thoughts?

    • @CustAndCode
      @CustAndCode 15 ชั่วโมงที่ผ่านมา

      Have you watched the video? You find the solution in it. 🤗

    • @geekygamer1040
      @geekygamer1040 14 ชั่วโมงที่ผ่านมา

      Try changing parameters as one of the parameter maybe false, there is a tcode for the same. You can check videos on youtube.

  • @fabians1028
    @fabians1028 วันที่ผ่านมา

    Super Video, könnte man den ABAP Code erweitern, um auch Felder anzeigen zu lassen, sprich z.B. MM01/MM03, um herauszufinden, welche Felder aus welchen Tabellen verwendet/reingeschrieben werden? Weil ansonsten bleibt mir ja eigentlich nur die Möglichkeit auf jedes Feld einzeln zu klicken und F1 zu drücken (...und das für alle MM01 Views) oder? Danke!

  • @r3tr0n17
    @r3tr0n17 2 วันที่ผ่านมา

    my login doesn't have nrz11 , I am getting not authorized. How do I automate now? any workarounds?

    • @CustAndCode
      @CustAndCode 2 วันที่ผ่านมา

      Could be possible that automation in your system is not allowed... 🤔 I show my examples always on a trial system. Here I have all rights. In your case you have to ask you SAP BASIS Team. 🤗

    • @r3tr0n17
      @r3tr0n17 2 วันที่ผ่านมา

      @@CustAndCode But what can be done if SAP Basis team wouldn't allow that feature?

  • @bijoabraham-g2r
    @bijoabraham-g2r 3 วันที่ผ่านมา

    I am not an sap customer. how do i get S-User ID to download sap software. Thank you everyone

    • @CustAndCode
      @CustAndCode 3 วันที่ผ่านมา

      I downloaded the software with my P-User like in the video have you tried it? 🤗

    • @bijoabraham-g2r
      @bijoabraham-g2r 3 วันที่ผ่านมา

      @@CustAndCode thank you

  • @Badabumbadabaem
    @Badabumbadabaem 3 วันที่ผ่านมา

    Hi, bin deinem Video gefolgt weil ich es sehr gut erklärt finde. Leider bricht die ABAP Installation in SUSE mit folgendem Fehler ab: "Unable to get handle to iamodell.so: libnsl.so.1: cannot open shared object file: No such file or directory" Kannst du mir erklären was schief gelaufen ist?

  • @GabrielVeprek
    @GabrielVeprek 4 วันที่ผ่านมา

    Hey ! Ich bekomme bei 6:12 folgenden Error : C:\Users\X\projects\project1>npm run start > project1@0.0.1 start > fiori run --open "test/flpSandbox.html?sap-client=010&sap-ui-xx-viewCache=false#project1-tile" info fiori-tools-proxy Using UI5 version 1.102.2 based on manifest.json info fiori-tools-proxy Starting fiori-tools-proxy using following configuration: info fiori-tools-proxy proxy: 'www-XX:480' info fiori-tools-proxy ignoreCertError: 'false' info fiori-tools-proxy backend: [{"path":"/sap","url":"XX:44380/","client":"010"}] info fiori-tools-proxy ui5: [{"path":"/resources","url":"ui5.sap.com","version":"1.102.2"},{"path":"/test-resources","url":"ui5.sap.com","version":"1.102.2"}] info fiori-tools-proxy debug: 'false' warn backend-proxy-middleware Cannot find module 'keytar' warn backend-proxy-middleware Require stack: warn backend-proxy-middleware - C:\Users\XX\projects\project1 ode_modules\@sap\ux-ui5-tooling\dist\middlewares\fiori-tools-proxy.js warn backend-proxy-middleware Could not "require('keytar')". Trying VSCode's copy warn backend-proxy-middleware Cannot find module 'vscode' warn backend-proxy-middleware Require stack: warn backend-proxy-middleware - C:\Users\XX\projects\project1 ode_modules\@sap\ux-ui5-tooling\dist\middlewares\fiori-tools-proxy.js warn backend-proxy-middleware Could not get hold of vscode warn backend-proxy-middleware Dummy store. Trying to retrieve for service: fiori/v2/system, key: XX:44380/010 warn backend-proxy-middleware Cannot find module 'keytar' warn backend-proxy-middleware Require stack: warn backend-proxy-middleware - C:\Users\XX\projects\project1 ode_modules\@sap\ux-ui5-tooling\dist\middlewares\fiori-tools-proxy.js warn backend-proxy-middleware Could not "require('keytar')". Trying VSCode's copy warn backend-proxy-middleware Cannot find module 'vscode' warn backend-proxy-middleware Require stack: warn backend-proxy-middleware - C:\Users\XX\projects\project1 ode_modules\@sap\ux-ui5-tooling\dist\middlewares\fiori-tools-proxy.js warn backend-proxy-middleware Could not get hold of vscode warn backend-proxy-middleware Dummy store. Trying to retrieve for service: fiori/v2/system, key: XX:44380/010 info backend-proxy-middleware Backend proxy created for XX:44380/ /sap info fiori-tools-appreload Livereload middleware started for port 35729 and path C:\Users\XX\projects\project1\webapp info fiori-tools-preview Initialized for app project1 Server started URL: localhost:8080 node:internal/errors:563 ErrorCaptureStackTrace(err); ^ Error: spawn EPERM at ChildProcess.spawn (node:internal/child_process:421:11) at Object.spawn (node:child_process:761:9) at baseOpen (file:///C:/Users/XX/projects/project1/node_modules/@ui5/cli/node_modules/open/index.js:250:34) { errno: -4048, code: 'EPERM', syscall: 'spawn' } Node.js v20.11.1 C:\Users\XX\projects\project1> ich habe dazu fast garnichts im Internet gefunden .. sagt dir die Fehlermeldung was ? kann es vllt ein Berechtigungsproblem sein ? Vielen DANK !

  • @Hubertcokolwiek
    @Hubertcokolwiek 4 วันที่ผ่านมา

    Hello your tutorial is very helpful, thanks for that! But I have a strange issue when I try to export our report to xslx format the column appears as double up. I mean when i have 10 columns in my raport shown in ALV after export and open in excel the columns counts to 20 (only the columns not rows). Did anyone faced issue like this?

    • @CustAndCode
      @CustAndCode 2 วันที่ผ่านมา

      Strange, this behavior is new to me. Habe you tried it with a SAP standard table like SFLIGHT. ? 🤗

  • @raymondperalta3325
    @raymondperalta3325 4 วันที่ผ่านมา

    Great video

    • @CustAndCode
      @CustAndCode 2 วันที่ผ่านมา

      Thank you and thank you for watching! 🤗

  • @HolgerNitsch
    @HolgerNitsch 5 วันที่ผ่านมา

    das glaube ich nicht, wie genau erfolgt denn der Zugriff gegen die DB?

    • @CustAndCode
      @CustAndCode 4 วันที่ผ่านมา

      Das muss man nicht, die Hashwerte sind ganz normal in einer Tabelle gespeichert. 🤗 Durch eine strenge Passwortpolicy kann man das "cracken" aber nahezu ausschließen. 🤗

    • @HolgerNitsch
      @HolgerNitsch 4 วันที่ผ่านมา

      @@CustAndCode hm... die Hashwerte liegen in einer Tabelle in der HANA-DB und hashcat benötigt keinen Durchgriff in die DB?

    • @CustAndCode
      @CustAndCode 4 วันที่ผ่านมา

      @HolgerNitsch genauso ist es, die Hashwerte einfach in das normale Filesystem laden und dann mit Hashcat verarbeiten 🤗

  • @NameWurdeVon_ChatGPT_generiert
    @NameWurdeVon_ChatGPT_generiert 7 วันที่ผ่านมา

    Habe leider vergessen rechtzeitig meine Lizenz zu erneuern und muss deshalb den Netweaver neu aufesetzen. Leider will es nicht so recht. Aber nun fiel mir auf, dass das modified script, welches du in der Videobeschreibung hast, nicht korrekt ist. Dort sind nicht alle relevanten Zeilen auskommentiert. Oder anders gesagt, das Script in der Videobeschreibung weicht von dem Script, welches du im Video verwendest ab. Nachdem ich das entdeckt habe, bin ich mal gespannt, ob es jetzt klappt. Installation hat gestartet.

    • @NameWurdeVon_ChatGPT_generiert
      @NameWurdeVon_ChatGPT_generiert 7 วันที่ผ่านมา

      Leider war dies nicht die Fehlerquelle. Nun weiß ich nicht mehr weiter. Ich habe exakt Schritt für Schritt deine Anleitung nachgearbeitet. Ich habe die gleichen Quellen verwendet wie bei der ersten erfolgreichen Installation vor 3 Monaten. Aber ich bleibe stehts im SAP Install Script hängen. Dabei erhalte ich folgende Fehlermeldung: Abort execution because of Step returns modlib.jslib.caughtException Info: (root/sapinst) (startInstallation) [syudir.cpp:147] id=syslib.filesystem.removedDirectory CSyDirectoryImpl::sap_remove(ISyFSErrorHandler * pErrorhandler) Removed directory /root/.sapinst/vhcalnplci/3726. Im erstellten LogFile finde ich noch folgende zusätzliche Hinweise: =>sapparam(1c): No Profile used. =>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline Error code: 20 Am Anfang des Logs gibt es noch eine warning: Install SYS-V service ... [WARNING] installsapinit.sh exit with status 5 Leider bisher weder mit KIs noch mit googlen eine Antwort bzw. eine Lösung drauf gefunden.

    • @CustAndCode
      @CustAndCode 7 วันที่ผ่านมา

      Die Lizenz kannst du auch mit dem SAP* User erneuern, einfach mit dem Einloggen und neue Lizenz einspielen. Skript in der Videobeschreibung und im Video ist dasselbe. 🤗

    • @CustAndCode
      @CustAndCode 7 วันที่ผ่านมา

      Das Problem hier ist, dass der Fehler ein generischer Fehler ist diese Exception kommt so gut wie immer. Das kann leider alles mögliche sein. 😕

    • @NameWurdeVon_ChatGPT_generiert
      @NameWurdeVon_ChatGPT_generiert 7 วันที่ผ่านมา

      @@CustAndCode Die Skripte sind nicht identisch. In der Videobeschreibung sind 2 Zeilen nicht auskommentiert: TODO: is it ok to remove /tmp/hostctrl? und Now we modify the RUN_NPL executable (executable permissions are for sybnpl user): Die beiden Zeilen werden daher nicht korrekt verarbeitet

    • @NameWurdeVon_ChatGPT_generiert
      @NameWurdeVon_ChatGPT_generiert 7 วันที่ผ่านมา

      @@CustAndCode Fehler gefunden. Es war der gleiche Fehler wie schon bei meiner ersten Installation vor 3 Monaten (*kopfschüttel*). Die Lizenzdatei für den ASE war veraltet. Dieses mal hat es micht nicht ein paar Stunden sondern ein paar Tage gekostet :(

  • @suhel8150
    @suhel8150 8 วันที่ผ่านมา

    Me, After a person with SAP Clean core skills comes to the interview 😂😂

    • @CustAndCode
      @CustAndCode 7 วันที่ผ่านมา

      😂😂😂🤗

  • @lrojasayllon
    @lrojasayllon 8 วันที่ผ่านมา

    Thanks!! This is posible Connect to eclipse and to do any fiori application with odata

    • @CustAndCode
      @CustAndCode 7 วันที่ผ่านมา

      Yes that's possible! 🤗

  • @RichardRobinson-x2f
    @RichardRobinson-x2f 8 วันที่ผ่านมา

    Smith Larry Hernandez David Thomas Brian

    • @CustAndCode
      @CustAndCode วันที่ผ่านมา

      Thanks for the recommendation but I think you have to set an @ before the names. 🤗

  • @GuilhermeDMachad
    @GuilhermeDMachad 9 วันที่ผ่านมา

    Great tutorial! How to fix CORS Problem ? I'm using ROUTES and RESOURCE, but my environment is not called outside of POSTMAN because of the CORS browser policy, as the class does not allow redefinition of the if_http_extension method as it is a final statement, Thanks.

  • @henzelman5218
    @henzelman5218 9 วันที่ผ่านมา

    What an angelic voice

    • @CustAndCode
      @CustAndCode 2 วันที่ผ่านมา

      hehe thank you! I have never received this type of compliment 🤗 I will screenshot this for my hall of fame of compliments hehe 😀

  • @VyshuSAP
    @VyshuSAP 9 วันที่ผ่านมา

    My system is getting freeze when I’m performing installation (12.55) I did force shutdown by powering off the laptop then few mins later turning on and continuing from start this happened 2 times , and then doing it for third time I’m getting error in online repositories how should I I proceed

  • @lappentv7648
    @lappentv7648 10 วันที่ผ่านมา

    Super hilfreiches Video, eine allgemeine Frage von mir die du vllt beantworten kannst. Wie findet man denn am effektivsten z.B. den Funktionsbaustein oder die benötigten Methoden raus um wie in diesem Fall einen Mitarbeiter anzulegen? Also wie komme ich an die Infos wenn es mir nicht vorher durch ein Tutorial o.ä. bekannt ist?

    • @CustAndCode
      @CustAndCode 4 วันที่ผ่านมา

      Ehrlich gesagt war das auch eine normale Google Recherche. Die Frage kam rein und es hat mich dann selbst interessiert wieso was funktionieren könnte... 🤗

    • @lappentv7648
      @lappentv7648 4 วันที่ผ่านมา

      @@CustAndCode alles klar Danke, hatte gedacht das es vielleicht Tricks gibt die ich noch nicht kenne 😅 Andere Frage sind vielleicht Videos oder eine Videoreihe zu ALE/IDOCS geplant ?

  • @marekmarecki6207
    @marekmarecki6207 10 วันที่ผ่านมา

    because I used incorrect password for SAP* account, it has been blocked. Now I got message: Password no longer possible - too many failed attempts. Is there any way to reset the pass?

    • @CustAndCode
      @CustAndCode 4 วันที่ผ่านมา

      The only way I know is directly in the operating system. Unortunately I don't know the necessary steps. 🙄

  • @kaviyarasu315
    @kaviyarasu315 10 วันที่ผ่านมา

    💌

  • @FullStackDevVr46
    @FullStackDevVr46 10 วันที่ผ่านมา

    Nice video!

  • @VyshuSAP
    @VyshuSAP 12 วันที่ผ่านมา

    Can I also follow this vedio for installing sap abap7.50 sp02 on my laptop

    • @CustAndCode
      @CustAndCode 11 วันที่ผ่านมา

      Yes you can, if you have enough RAM 🤗

  • @pratikpawar3579
    @pratikpawar3579 12 วันที่ผ่านมา

    Very nice addons! Good to know!

    • @CustAndCode
      @CustAndCode 11 วันที่ผ่านมา

      You are very welcome, and thank you for watching and commenting! 🤗

  • @heinzpeterklein9383
    @heinzpeterklein9383 12 วันที่ผ่านมา

    Danke für dass sehr informative Video. Ich hätte fast wieder diese Möglichkeit des schnellen Fixen vergessen. Ich habe B-Tocs APIs für Ollama und DeepL zum Laufen gebraucht. Jetzt auch ChatGPT mit Hilfe von ChatGPT o1. Wäre eine Idee für ein neues Video, oder?

    • @CustAndCode
      @CustAndCode 11 วันที่ผ่านมา

      Gern geschehen! 🤗 Das Einbinden dieser Services ist ist sicher interessant. Schau ich mir auf jeden Fall mal an, vor allem das mit Ollama. Ich hab nur keinen Usecase für die Übersetzungen. Wo verwendet ihr das? 🤗

  • @VyshuSAP
    @VyshuSAP 12 วันที่ผ่านมา

    Hi hi, actually, I don’t work in any company now. Previously was working in an IT sector but unemploye now, but while downloading the file from SAP trial and download it asked for some details right during the time it asks to fill email id etc., clip(in Vedio duration 2.30min)what can I give in company section and that is a mandatory fiels to fill .I am so confuse to fill in there so what can I put in that …can you explain? Thank you.

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      type in "none" 🤗

  • @Jamop-b9s
    @Jamop-b9s 12 วันที่ผ่านมา

    bei mir hat er die Funktionsgruppe nicht automatisch aktiviert, man bekommt beim Aktivieren des Funktionsbausteines dann den Syntaxfehler "Function-pool nicht angegeben" und muss mit rechtsklick auf seine Funktionsgruppe (hier ZTEST_FG) manuell aktivieren. Hoffe das hilft irgendwem, hab das Video deshalb aufgesucht

  • @gummyblade
    @gummyblade 12 วันที่ผ่านมา

    worked out perfect thanks so much

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      Great to hear! Thank you! 😀

  • @schorschiknappitsch7568
    @schorschiknappitsch7568 12 วันที่ผ่านมา

    Vielen Dank für dieses Video. Das wird uns noch einiges an Arbeit ersparen 😃

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      Sehr gerne 😊 Finde auch das Quick Fix Addon super praktisch oder den ABAP Cleaner. 🤗

  • @amjadmahmood5904
    @amjadmahmood5904 14 วันที่ผ่านมา

    Excellent... Thanks a lot for demonstrating with examples in very effective manner.

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      You are very welcome, and thank you for watching and commenting! 🤗

  • @mithundas4817
    @mithundas4817 14 วันที่ผ่านมา

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      Thank you! And thanks for watching and commenting! 🤗

  • @subramanisankar8725
    @subramanisankar8725 15 วันที่ผ่านมา

    Can you explain me how to move on next step of SAP installation in terminal (29:32)

    • @CustAndCode
      @CustAndCode 15 วันที่ผ่านมา

      press :q and then accept the license Agreement with y 🤗

  • @muhammadfauzan-zz7du
    @muhammadfauzan-zz7du 15 วันที่ผ่านมา

    Thanks for the video, it really helpful. Looking for more tips and trick about CDS, RAP, or AMDP

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      Will do my best 🤗 , and thank you for watching and commenting! 🤗

  • @alvarotai02
    @alvarotai02 16 วันที่ผ่านมา

    Can you pass your code, please...

  • @nishadjangam5112
    @nishadjangam5112 16 วันที่ผ่านมา

    Simple and short explanation perfectly work 😁

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      I appreciate it and thank you for watching and commenting! 🤗

  • @017-balagurus4
    @017-balagurus4 17 วันที่ผ่านมา

    Hi man, I am try to use postman to get response with newly created rest api... It's working in browser but not working in postman (getting error this browser is unsupported ) response as 500 Please provide Your input

    • @CustAndCode
      @CustAndCode 11 วันที่ผ่านมา

      You have to get a X-Csrf-Token first. This token is mandatory to call a service from SAP. 🤗

  • @metrickz1280
    @metrickz1280 18 วันที่ผ่านมา

    wollte herausfinden wie Texte Bold ausgedruckt werden können und gestoßt bin ich wieder auf Ihr Video ^^

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      Schön zu hören. Und danke für's Zusehen! 🤗

  • @heinzpeterklein9383
    @heinzpeterklein9383 18 วันที่ผ่านมา

    Super Video, vielen Dank. Einfach erklärt.

    • @CustAndCode
      @CustAndCode 12 วันที่ผ่านมา

      Danke für das Lob! 🤗

  • @antirelative
    @antirelative 19 วันที่ผ่านมา

    Vielen Dank für die vielen tollen Videos. Ich habe mal eine Frage die ich loswerden muss. Wie schafft man es das ein Dynpro dynamisch auf eine Fenstergröße reagiert, wie es die Standarttransaktionen z.B. SE80. Das eigene Dynpro ist immer starr, egal wie groß der Monitor ist. Kann das einer beantworten, oder gibts dazu mal ein Video? VG

    • @CustAndCode
      @CustAndCode 19 วันที่ผ่านมา

      Das ist eine sehr gute Frage! 🤔 Das würde mir auch einiges erleichtern muss ich sagen. Aktuell passe ich das Layout auch immer an. Eine mögliche Lösung würde mich auch interessieren, dann kann ich auch ein Video daraus machen 🤗

  • @thomasmairowski9101
    @thomasmairowski9101 20 วันที่ผ่านมา

    Ich bin erst bei Minute 1:10 und merke sofort, dass du sich sehr gut in einen Zuschauer hineinversetzen kannst. Man merkt es allein daran, dass du die Transaktionen nennst, nicht sofort ENTER drückst sondern einen Moment abwartest. Dasselbe gilt für das Navigieren in einem Menübaum. Es gibt Leute, die springen mit der Maus viel zu schnell hin- und her und am Schluss kann man nicht sehen, wohin überhaupt geklickt wurde. Daumen hoch

    • @CustAndCode
      @CustAndCode 19 วันที่ผ่านมา

      Danke für das Lob! 🤗 Das freut mich sehr! 😀 Es ist immer schwierig hier ein Mittelmaß zu finden, zwischen Zuschauer die Anfänger und Zuschauer die schon etwas fortgeschritten sind. 🤗

  • @Siva._.Reddy.
    @Siva._.Reddy. 21 วันที่ผ่านมา

    After ./install.sh extracting done but it is showing a unable to get handle to iamodell. So: libnsl. So. 1: cannot open shared object file: no such file or directory Error: sapinst has finished with an error code, please find logs in /tmp/sapinst_instdir All logs have been written to the file/media/sf_ABAP752/install_2024-09-07_15-21-10.log

    • @CustAndCode
      @CustAndCode 11 วันที่ผ่านมา

      Unfortunately I haven't this error yet. 🙄 Is there more information in the logfile?

  • @LOGAN-fe2wk
    @LOGAN-fe2wk 22 วันที่ผ่านมา

    Very good video. t hank for your help.

    • @CustAndCode
      @CustAndCode 22 วันที่ผ่านมา

      Great to hear 🤗 Thanks 🤗

  • @matthiaszielinski2343
    @matthiaszielinski2343 22 วันที่ผ่านมา

    Nice one! Would this also be possible for bigger datasets, let's say 1BG upwards?

    • @CustAndCode
      @CustAndCode 22 วันที่ผ่านมา

      That is already a large amount of data. However, since I am not aware of any limitations of the class or method, it should work. Best to test it 🤗

  • @jenseman70
    @jenseman70 22 วันที่ผ่านมา

    Sehr schön, gern auch komplexere Beispiele

    • @CustAndCode
      @CustAndCode 22 วันที่ผ่านมา

      Ist notiert! 🤗

  • @melinarivas8271
    @melinarivas8271 23 วันที่ผ่านมา

    Hello, I have this problem, how can I solve it? command not found the hostname you have chosen in either configured on a loopback device or not active on this server please check your configuration and hostname selection. if you are confident about your choice of hostname, start the intall script with -s flag to skip the hostname check

    • @CustAndCode
      @CustAndCode 22 วันที่ผ่านมา

      This error is new to me. Wehre do you get this error in the video? Have you changed then default hostname or have you installed a testsystem before? 🤔

  • @VishalRathour-z9x
    @VishalRathour-z9x 24 วันที่ผ่านมา

    Thanks , but what is the benefit from performance point of view?

    • @CustAndCode
      @CustAndCode 23 วันที่ผ่านมา

      From my point of view not much, performance is gained elsewhere, with selects or working with internal tables 🤗

  • @akshayshirsath6928
    @akshayshirsath6928 24 วันที่ผ่านมา

    Hello Sir, the knowledge you share is very easy to understand Can you please share your mail id

    • @CustAndCode
      @CustAndCode 23 วันที่ผ่านมา

      Thank you for your feedback! 🤗 Email is already visible on my channel, but I can not support user requests. 😀

  • @ChiamakaOdo
    @ChiamakaOdo 24 วันที่ผ่านมา

    Not able to Run or Debug codes defeats the point of the IDE

    • @CustAndCode
      @CustAndCode 23 วันที่ผ่านมา

      Yes, there are some limitations with SAP ABAP. For me personally, it is still the most beautiful IDE 🤗

    • @ChiamakaOdo
      @ChiamakaOdo 23 วันที่ผ่านมา

      @@CustAndCode I learnt I have to use Eclipse

    • @CustAndCode
      @CustAndCode 23 วันที่ผ่านมา

      @@ChiamakaOdo I currently use Eclipse in addition to SE80 😀