- 39
- 148 881
Husnul Mub
Indonesia
เข้าร่วมเมื่อ 2 พ.ย. 2014
SAP S/4HANA on Premise – Adding custom Pre-Conditions with Value help in Flexible Workflow for ME31L
#ABAP #sapabap
In this view just share How step by step add custom new Pre-condition in flexible Workflow ME31L SAP S/4Hana on Premise
Entity CDS View
@AbapCatalog.sqlViewName: 'ZVSAFOOD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View Workflow SA Food Approval'
@VDM.viewType: #COMPOSITE
@ObjectModel.representativeKey: 'FoodApproval'
@Search.searchable: true
define view ZCDS_SA_FOOD_CHECK as select from tvarvc {
@Search.defaultSearchElement: true
key low as FoodApproval
} where name = 'ZFWF_SA_FOOD_APPROVAL'
Value Help CDS View
@AbapCatalog.sqlViewName: 'ZVSAFOODVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help Food SA Approval'
@ObjectModel.dataCategory:#VALUE_HELP
@OData.publish: true
@ObjectModel.createEnabled: true
define view ZCDS_SA_FOOD_CHECK_VH as select from tvarvc {
@Consumption.valueHelpDefinition: [{entity: { name: 'ZCDS_SA_FOOD_CHECK',
element: 'FoodApproval' }}]
key low as FoodApproval
} where name = 'ZFWF_SA_FOOD_APPROVAL'
In this view just share How step by step add custom new Pre-condition in flexible Workflow ME31L SAP S/4Hana on Premise
Entity CDS View
@AbapCatalog.sqlViewName: 'ZVSAFOOD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View Workflow SA Food Approval'
@VDM.viewType: #COMPOSITE
@ObjectModel.representativeKey: 'FoodApproval'
@Search.searchable: true
define view ZCDS_SA_FOOD_CHECK as select from tvarvc {
@Search.defaultSearchElement: true
key low as FoodApproval
} where name = 'ZFWF_SA_FOOD_APPROVAL'
Value Help CDS View
@AbapCatalog.sqlViewName: 'ZVSAFOODVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help Food SA Approval'
@ObjectModel.dataCategory:#VALUE_HELP
@OData.publish: true
@ObjectModel.createEnabled: true
define view ZCDS_SA_FOOD_CHECK_VH as select from tvarvc {
@Consumption.valueHelpDefinition: [{entity: { name: 'ZCDS_SA_FOOD_CHECK',
element: 'FoodApproval' }}]
key low as FoodApproval
} where name = 'ZFWF_SA_FOOD_APPROVAL'
มุมมอง: 569
วีดีโอ
ABAP Call External API - Convert Smartforms as a pdf file attachment
มุมมอง 398ปีที่แล้ว
Full abap source code : github.com/HusnulM/ABAP-Call-External-API/blob/main/abap-code.abap Test API Link : get : dms.toekangketik.com/api/s4/listdoc post : dms.toekangketik.com/api/s4/uploaddoc
Laravel - Document Management System
มุมมอง 4.1Kปีที่แล้ว
Laravel version 8 and support email notification if you are interested with this application, please contact me on this email : husnulmub@gmail.com for the price :D
SAP ABAP - Enhance MIGO Add Warehouse Management Process #sap #abap #sapwm
มุมมอง 3522 ปีที่แล้ว
This enhancement will do Automatic Process for Stock Placement, Stock Removal from storage BIN in Warehouse Management, user just input destination or source storage BIN in MIGO Screen
SAP ABAP Simple SAP Fiori CRUD Apps With SAP Web IDE #sapfiori #abap #sap
มุมมอง 9342 ปีที่แล้ว
Simple SAP Fiori CRUD Apps with SAP Web IDE Personal Edition
SAP ABAP - Add Custom Screen in MIGO Header
มุมมอง 9K2 ปีที่แล้ว
Add custom screen in MIGO Header GR PO
SAP ABAP - Auto Fill Batch Characteristic Value During MIGO GR PO
มุมมอง 4.1K3 ปีที่แล้ว
SAP ABAP - Auto Fill Batch Characteristic Value During MIGO GR PO
Laravel 8 User Access Management #laravel8
มุมมอง 2283 ปีที่แล้ว
#laravel Source code github.com/HusnulM/laravel-user-management
SAP ABAP Interface ME41 Data to MySQL Database Using Laravel
มุมมอง 7763 ปีที่แล้ว
Enhance tcode ME41 for real time interfacing RFQ data to MySQL Database with Laravel API
SAP ABAP - Add Custom Screen in IP01 - IP02 - IP03
มุมมอง 1.8K3 ปีที่แล้ว
Custom screen in SAP Create Maintenance Plan
Web Inventory Management
มุมมอง 964 ปีที่แล้ว
Web Inventory Management ini terdiri dari beberapa menu, antara lain : Master Data - Material Master - Vendor Master - Warehouse Master - Department Transaksi - Create Purchase Requisition ( PR ) - Create Purchase Order ( PO ) - Penerimaan Purchase Order - Pembuatan Reservasi - Transfer Material - Komsumsi Material - Update Stock Reports - Report PR - Report PO - Report Reservasi - Report Inven...
Read and Post Data With C# Using SAP RFC Connector
มุมมอง 15K4 ปีที่แล้ว
Full C# source code github.com/HusnulM/sap-rfc-csharp
Multi Language Web Application with Ajax - PHP - MySQL
มุมมอง 1.3K4 ปีที่แล้ว
Simple multi language web application with Ajax - PHP - MySQL Full Source Code : github.com/HusnulM/ajax-php-mysql-multi-lang
Simple Management User Access SAPUI5 - Codeigniter Rest full API
มุมมอง 1625 ปีที่แล้ว
Simple Management User Access SAPUI5 - Codeigniter Rest full API
POST Data From SAP to Firebase Using Node JS
มุมมอง 3485 ปีที่แล้ว
POST Data From SAP to Firebase Using Node JS
Membuat CRUD dengan Laravel untuk Pemula
มุมมอง 1.5K5 ปีที่แล้ว
Membuat CRUD dengan Laravel untuk Pemula
Add Custom (Z) Report to Fiori Tile Launchpad
มุมมอง 24K5 ปีที่แล้ว
Add Custom (Z) Report to Fiori Tile Launchpad
Download SAP Data to SQL Server Using RFC with Visual Studio
มุมมอง 16K5 ปีที่แล้ว
Download SAP Data to SQL Server Using RFC with Visual Studio
SAP ABAP - Simple OOP Implementation ALV Grid
มุมมอง 6365 ปีที่แล้ว
SAP ABAP - Simple OOP Implementation ALV Grid
SAP Abap - Simple GR Purchase Order with ITS Mobile
มุมมอง 1.5K5 ปีที่แล้ว
SAP Abap - Simple GR Purchase Order with ITS Mobile
Simple IT Asset Application With PHP-MySql
มุมมอง 6K5 ปีที่แล้ว
Simple IT Asset Application With PHP-MySql
good effort , thank you
now what version .NET is compatible?
Thanks for the video. What is "lo_http_client" ?? Could you please explain?
very use full thanks for the video
lagu tsubasa banget bang
@@MuhammadRosidNoorIchsan 😅
Kontennya bermanfaat. Terima kasih bang
How Can I Get The source Code Of The Asset Project please reply
Man quit playin, How much? मुझे उत्तर दो
Hi Husnul, I am getting error while running application . I downloaded the source code from git "System.BadImageFormatException: 'Could not load file or assembly 'sapnco, Version=3.0.0.42, Culture=neutral, PublicKeyToken=50436dca5c7f7d23' or one of its dependencies. An attempt was made to load a program with an incorrect format.' " Please help
May I Know your Visual Studio version?
@@husnulmub9956 Visual studio 2022
@@husnulmub9956 Visual Studio 2022
Hi Husnul, the above issue is resolve now I am getting this "The type initializer for 'SAP.Middleware.Connector.RfcConfigParameters' threw an exception.' Message "Could not load file or assembly 'sapnco_utils.dll' or one of its dependencies. A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)""
Assalamualaikum, salam kenal. Bang husnul, dimana saya dapat download SAP RFC Connector. sementara saya tidak punya SAP Account? Mohon pencerahannya.
Wonderful work and Thanks for sharing it to us all here... 🙏
did it executed??
bro, how can i get it
Hi bro, need your help. Which version of XAMPP has to be used? Am using XAMPP 3.3.0 version . Unable to run your program. Plz help.
Am use php 7.2 version, maybe you can install xampp with php 7.2 version
I need database
Very useful information
hey are you still active, were did you get the SAP dlls . Im trying to run my application and im missing that.
Hi, you can download dll files on this link drive.google.com/file/d/1AibWg8BVS_kGSahkTfjj5VX1WTXqsbOD/view?usp=sharing Thanks
@@husnulmub9956 you are my savior, thank you so much brother.
Hello Thanks for the video. I wanted to know we also want to implement this automatic batch creation during GR but only thing is the SLED date calculation is Date of GR + total shelf life data (MKPF-BUDAT+MARA-MHDHB = SLED Date) inside the classification tab..... is it possible? any clues ?
Hi Husnul Mub! Can you give me pass for Admin? I can not login into the system 😎
where can i download the files
github.com/HusnulM/php-IT-Asset-Apps
I just want to create a simple ITS Mobile application, to test Zebra Enterprise Browser and Ivanti Velocity client.
Hello, i don't have the MOBILE4 Mobile Devices(no HTML Tables) template, only Mobile Devices (No HTML Tables) but this one gives an error. If a choose another template, the logon url stucks on: "logon being prepared"
Bro can i message you there something like to ask. 😊
Do you know send data from sap to sql server using rest api.. i need to know.. kindly help...
Hi, you can use http request from ABAP program, you can use if_http_client class cl_http_client class Thanks
this system only have admin side?
can i have your source code for educational purposes? i would grateful indeed to have it
check this git github.com/HusnulM/php-IT-Asset-Apps.git Thanks
Allow
Can we add a custom field 'Next Inspection Date' in Batch tab?
thank you.
How much this app
Hi, please contact me on this email husnulmub@gmail.com for the prices
share anything for item level.
This is great it is for sale? Maybe share link.
yah this app for sale
Please upload document for the above vedio
hi Read function is working fine but i dont have write function in sap can you guide how can we create that or source code you can provide
thank you, is it possible if i use the tabstrib tool without wizard?
Please can I have the database for this project
github.com/HusnulM/php-IT-Asset-Apps.git
00:00 ~ 13:22 [Creating Additional Tab and Field] 14:58 : Creat CBO Table for the additional field where When Creating the Document 16:38 ~ 26:25 : USER Command at Screen 100 to add the logic to append on the CBO Table. 18:21 : Exporting the Document number at 'IF_EX_MB_MIGO_BADI~Post_DOCUMENT' Method and store it on the memory. When Displaying the Document 28:02 : Exporting the Additional Field Data at 'IF_EX_MB_MIGO_BADI~LINE_MODIFY' 36:17 : At User Command at Screen 101(Displaying) to view the additional field that's been added on the CBO Table.
Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\it-asset\app\core\App.php on line 13 I am getting above error after configured everything
github.com/HusnulM/php-IT-Asset-Apps.git
I need database
can you share the source code
tks!!
Hello thanks from your system.. I realy need database sql file... Please send me database backup of this system
github.com/HusnulM/php-IT-Asset-Apps.git
Hello thanks from your system.. I realy need database sql file... Please send me database backup of this system
can you take a copy of database from this software and give to us ?
github.com/HusnulM/php-IT-Asset-Apps.git
Hello i really this application Database need database
Can we get any response after data write back to RFC ? After insert data I'm calling invoke but it's void method. How to know the data successful sent or not
Hi Sravani, yah it can be do it, just set function module response and we can get the response on RFC calling
@@husnulmub9956thanks. how can we do that, can you send any sample code it will help me.
Hello sir, can you send me the example code
Wait that this has no Database?
github.com/HusnulM/php-IT-Asset-Apps.git
Nice Tutorial....
hm?
May I have your help on WhatsApp , zoom or email. I need urgent support.
Do you offer online training?
No sir for now, but if you want maybe i can make a step by step video about this
@@husnulmub9956 if you could give me a session on Zoom call showing step by step approach that will be great. Making a video can be more time consuming
@@shoaibumer Hi, Ok sir, maybe for details please contact me on this email husnulmub@gmail.com thanks
Hi Husnul,It is great …will it be possible to you to help me out with step by step either on zoom or google meet?
makasih bang vidio nya sangat bermanfaat