Hello sir this is Bhushan here. I just want to understand the use of outputlength field in manual field catalog. Is it size of column? If it is useful to adjust the size of column then the size of column already adjusted because of data element. Then what is the exact use of Outputlength?
Hi mr rahul i have doubt line no 26 you have declared as field cat type structure but as my understanding the internal table should be define as type table of later you have declared work area with same like type structure
Hello Vignesh - Please cross check. The internal table is referring to table type SLIS_T_FIELDCAT_ALV and work area is referring to SLIS_FIELDCAT_ALV. First one is a table type and second one is a structure. There is an extra T in the name.
All ICON's of SAP are available in ICON Table. Go to ICON table, choose the icon, you will get the corresponding 4 digit code, us that code in your ALV program.
Occurs assigns the by default space to the internal table. Now this is obsolete, as now the memory allocates at run time only. Now we never declare the internal table using OCCURS.
In Manual, you will write the code Manually to generate the fieldcatalog. if we use SAP FM, then SAP returns the fieldcatalog. In case of Manual, everything is in your control, you can provide your own positions, Own labels.
Hi Sir,
All ALV parts are very nicely explained from basic. Very helpful for beginners and experienced candidates as well.
Thank you so much:)
Thank you very much Yogesh for your valuable words.
There is no such scenario based, Manual is preferable, As it is easy to provide own positions, Labels etc.
This session has a valuable information.
Thanks Rahul sir
Thank you Madhu.
Appreciate your work sir
Thank you very much.
Thank you Sir..well explained..
Hello sir this is Bhushan here.
I just want to understand the use of outputlength field in manual field catalog.
Is it size of column?
If it is useful to adjust the size of column then the size of column already adjusted because of data element.
Then what is the exact use of Outputlength?
Appreciate your work sir
Thank you very much Karan.
Hi mr rahul i have doubt line no 26 you have declared as field cat type structure but as my understanding the internal table should be define as type table of later you have declared work area with same like type structure
Hello Vignesh - Please cross check. The internal table is referring to table type SLIS_T_FIELDCAT_ALV and work area is referring to SLIS_FIELDCAT_ALV. First one is a table type and second one is a structure. There is an extra T in the name.
Can you please share the program which is created in the explanation in each and every video
@@mindmeld22. Reverted in another comment.
Sir, your videos are very helpful.
I have a problem sir, I can't use traffic light in ALV Program. How to solve it sir?
All ICON's of SAP are available in ICON Table. Go to ICON table, choose the icon, you will get the corresponding 4 digit code, us that code in your ALV program.
@@sapabapbyrahulmehta thank you sir.
Very useful
Thank you.
Hi, sir I tried the each and every step but I'm not getting same out put in only getting fielecatalog but I'm not getting item data
Requesting to Use Debugging to find out the error. Please check the test data first, is it available in your tables.
Yes it's available but I'm not getting output
Hi sir, one doubt, isnt these FMs obsolete to use now?
They are not obsolete. It's just a traditional approach and in support projects there are you will find so many reports using these FM's.
Sir ,can you kindly share source code of the lectures
@@shaktirsahu Hello Shakti - I don't have back up of the code as the server changes from time to time.
what is the meaning of occurs one?
Occurs assigns the by default space to the internal table. Now this is obsolete, as now the memory allocates at run time only. Now we never declare the internal table using OCCURS.
Hello sir, please do video on ALV IDA
Sure Yogesh. Once I will start ABAP on HANA, I will take this topic.
hello sir, what is the difference between Manual field catalog and Function module field catalog, which scenarios we go for each one.
In Manual, you will write the code Manually to generate the fieldcatalog. if we use SAP FM, then SAP returns the fieldcatalog. In case of Manual, everything is in your control, you can provide your own positions, Own labels.
@@sapabapbyrahulmehta thank u sir.