Thanks Rahul you don't realize what an incredible teacher you are, I've never found anyone who could explain abap sap subjects with such kindness and clarity 1000000 thanks wouldn't be enough! I devour your videos!
@sapabapbyrahulmehta3 ай бұрын
Thank you very much for your gratitude and encouraging feedback. Wishing good luck for your learning journey.
@trankhang985010 ай бұрын
Hi sir, I have the problem that. My smartform generates the function module code 13, but somehow the driver programer when I debugging it was code 12. I have deleted the code 12 many times, the driver program still generate 12. Can you fix my bug?
@sapabapbyrahulmehta10 ай бұрын
Please check the name of the smartform which you are passing to SSF_FUNCTION_MODULE_NAME. As they are only different places, in the backend same code is executed by SAP. Moreover, you are in the same system and you are working same smartform, so it is not the case that SAP generates 12 and then 13, unless and until you are not deleting it.
@trankhang985010 ай бұрын
@@sapabapbyrahulmehta Can you kindly check ZSF_ORDER_01 as smartform and ZSF_DRIVER_PROGRAM_01 as program for me? I can not figure out where is the point 😢
@nileshshirke3874 Жыл бұрын
Great work
@sapabapbyrahulmehta Жыл бұрын
Thank you Nilesh.
@chandustrikes20173 ай бұрын
Hello sir, In my code everything is clear and also syntactically correct. When i do execute through the function module one error has occured which is row 2 column 3 doesn't exist. what will i do now sir?
@sapabapbyrahulmehta3 ай бұрын
There is a problem with the second template which you designed in the smartform. You provided row 2 column 3 for one of the text, but there is no second row in the template. Please cross check the video of creation of second template.
@chandustrikes20173 ай бұрын
@@sapabapbyrahulmehta i will check it once sir..
@sachinanand7683 Жыл бұрын
I have seen you in TCS Ahemdabad. Am I right?
@sapabapbyrahulmehta Жыл бұрын
Yes Sachin. I was the part of TCS Ahmedabad.
@sachinanand7683 Жыл бұрын
@@sapabapbyrahulmehta I did my ILP there.
@sapabapbyrahulmehta Жыл бұрын
@@sachinanand7683 Great. This World is too small.I was ILP trainer only.
@chetansalunkhe9192 Жыл бұрын
How to call function module - lv_fname
@sapabapbyrahulmehta Жыл бұрын
Hello Chetan, Can you please elaborate your question. Smartform FM changes from system to system, So we can not hard code, The LV_FNAME stores the value of FM of the smartform.
@chetansalunkhe9192 Жыл бұрын
We can not hard code fm. In this video we have just replaced lv_fname with our hard coded fm... So any how do we have to call the fm with hard coded fm ???
@chetansalunkhe9192 Жыл бұрын
Agar hum log fm ko hard coded nhi likh sakte , toh hard coded fm call kyu Kiya _ aur usski ko name replace kar Diya with lv_fname
@sapabapbyrahulmehta Жыл бұрын
@@chetansalunkhe9192 Suppose you have 10 Import parameters in the smartform, Those 10 will become export in the program, if you are comfortable in writing those parameters Manually, You can write in that way. It is totally your wish.