Тёмный

15 - Enhancements & Modifications - Customer Exit - Menu Exit Part1 

SAP ABAP by Rahul Mehta
Подписаться 26 тыс.
Просмотров 13 тыс.
50% 1

1) Overview of Menu Exit
2) Taking a Requirement
3) Ways to Find a Menu Exit

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 29   
@vikrantkatoch6293
@vikrantkatoch6293 11 месяцев назад
Sir you have made so nice videos that i want to watch every one of them. Thankyou for sharing this hidden knowledge. You are really selfless in this selfish world. Love your work.
@sapabapbyrahulmehta
@sapabapbyrahulmehta 11 месяцев назад
Thank you very much Vikrant for you encouraging and overwhelming feedback. All the very best for your learnings.
@sasirekha641
@sasirekha641 Год назад
Wonderful explanation.. gone through previous videos also.. crystal clear with real-time examples.. just could say.. the best videos to learn n explore ABAP.. thankyou so much.. learning a lot
@sapabapbyrahulmehta
@sapabapbyrahulmehta Год назад
Thank you for your Valuable Feedback.
@Ayanacutey8454
@Ayanacutey8454 4 месяца назад
Great explanation Sir.. Hats off for your selfless service..
@sapabapbyrahulmehta
@sapabapbyrahulmehta 4 месяца назад
Thank you very much.
@NagabothuRajasekhar
@NagabothuRajasekhar Месяц назад
Thank u so much sir ubr teaching getting me more undestandable
@sapabapbyrahulmehta
@sapabapbyrahulmehta Месяц назад
Thank you.
@rockeybhai2606
@rockeybhai2606 Год назад
I like it sir
@rockeybhai2606
@rockeybhai2606 Год назад
This class
@gowthamit4531
@gowthamit4531 Год назад
Hlo Rahul sir how to enable disable that menu bar fields could you please explained me
@sapabapbyrahulmehta
@sapabapbyrahulmehta Год назад
Replied to your mail.
@salmasulthana7201
@salmasulthana7201 4 месяца назад
@@sapabapbyrahulmehta Hi Rahul sir , Can you please explain it here it will be helpful for others also
@Tusharastic
@Tusharastic 4 месяца назад
Hi Rahul, I can see Codes starting with ‘+’ in my status screen but no exit is found when I search using Package name in SMOD. How do perform enhancement in this case?
@sapabapbyrahulmehta
@sapabapbyrahulmehta 4 месяца назад
Which transaction code you are referring to?
@Tusharastic
@Tusharastic 4 месяца назад
@@sapabapbyrahulmehta Thanks Rahul for your response. The transaction is WCLO
@Tusharastic
@Tusharastic 4 месяца назад
@@sapabapbyrahulmehta Hi Rahul, thanks for your response. I am referring to transaction WCLO
@sapabapbyrahulmehta
@sapabapbyrahulmehta 4 месяца назад
@@Tusharastic I checked there is no menu exit on the initial screen of this transaction code and it does not have customer exit. As I don't have any data in the system so I am unable to execute this.
@sshiv908
@sshiv908 8 месяцев назад
How do we know that in SMOD we need to select customer function customer exit for finding menu exit? @12:30
@sapabapbyrahulmehta
@sapabapbyrahulmehta 8 месяцев назад
We predicted through description of the customer exit. The description is Customer Functions and we added a customer specific function.
@sshiv908
@sshiv908 7 месяцев назад
Thanks!@@sapabapbyrahulmehta
@ps98052
@ps98052 2 месяца назад
Sir can we get the PowerPoint documentation slides ?
@sapabapbyrahulmehta
@sapabapbyrahulmehta 2 месяца назад
The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link. drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link This reading material is intended for learning purposes only.
@umair8514
@umair8514 Год назад
Sir I have a doubt, How we will understand that the requirement will be done by which particular enhancement.
@sapabapbyrahulmehta
@sapabapbyrahulmehta Год назад
Hello Umair, Other than SD module - We need to check for 2 things - BADI or Customer Exit, If both are not available only in that case we opt Implicit and Explicit Enhancements. Yes in SD module , we need to check for BADI, Customer Exit and User Exit also as User Exit are only available in SAP SD module, but there is no such way to decide this requirement will be fulfilled by this particular type of enhancement.
@umair8514
@umair8514 Год назад
Thanks sir, now I got it. Thankyou for your quick response 😊
@mugondasravani593
@mugondasravani593 Год назад
Hi Sir.. I have a small doubt.. inside the customer exit we can see +CU2, 3, 4, 5, 6, 7 function codes but in the gui status under goto section we can see only +6, 7 function codes What about 2, 3, 4, 5 ?? Where we can see ?
@sapabapbyrahulmehta
@sapabapbyrahulmehta Год назад
Hello Sravani, They will be available as a part of other screens. Once We go to inner screen of CAT2 after passing Data Entry Profile and Personal number, I am able to see +CU1, + CU2 , +CU3 as a part of Go to and Extras.
@ratnamalajha7977
@ratnamalajha7977 4 месяца назад
So that means , system status gui navigation we get more precise menu exit and that should be the first and preferred approach As through smod or se84 we might start working on some menu exit which not relevant to our screen