This session has a valuable information. Thanks Rahul sir
@sapabapbyrahulmehta3 күн бұрын
Thank you.
@surajvardhan850 Жыл бұрын
Hi Sir, Your videos have been very helpful . It would be great if you included training on CDS views and AMDP as well . Thank you.
@sapabapbyrahulmehta Жыл бұрын
Hello Suraj - Directly starting CDS and AMDP will create lots of confusions for the beginners, so I will start ABAP on HANA from the scratch, once the core topics, new syntaxes and ODATA finishes.
@mallikarjuna7557 Жыл бұрын
Thanks for your videos sir
@sapabapbyrahulmehta Жыл бұрын
Thank you.
@thejachenikkayala1603Ай бұрын
Sir you created fieldcat manually so you give hotspot to vbeln manually and what if we create fieldcat by call function. how can we give hotspot to a fieldname ?
@sapabapbyrahulmehtaАй бұрын
We need to modify the fieldcatalog provided by function module : REUSE_ALV_FIELDCATALOG_MERGE and in the we need to pass HOTSPOT = 'X'. Please refer to video no - 9, 10, 11 in the same playlist. You will get the complete idea.
@thejachenikkayala1603Ай бұрын
@@sapabapbyrahulmehta LOOP AT lt_fieldcat1 INTO lwa_fieldcat1. IF lwa_fieldcat1-fieldname = 'ONO'. lwa_fieldcat1-hotspot = 'X'. MODIFY lt_fieldcat1 FROM lwa_fieldcat1 TRANSPORTING hotspot. ENDIF. EndLoop. I use like this sir , it is not working. it is a correct way sir ?
@goparajusai505910 ай бұрын
sir in field catalog how to write tabname either we write anyname??
@sapabapbyrahulmehta10 ай бұрын
TABNAME is the name of your Internal table in which you have the output data.
@goparajusai505910 ай бұрын
Sir i need practice for alv reports can you sent me examples sir
@sapabapbyrahulmehta10 ай бұрын
@@goparajusai5059 There is a complete case study and change requests on ALV reports, you can refer the below mentioned playlist. kzbin.info/aero/PLM3lhmHjSeIRh0kwuQXWx4IO2vuogr9Ng&si=t6ggCcbsvpU8DNjB
@ronitkumarnahak4153 Жыл бұрын
Plz sir upload RFC class vedio
@sapabapbyrahulmehta Жыл бұрын
RFC is in the list of noted topics, so it will be taken care in the future.