Bro, if I want to display only the records of the particular user based on the assigned plants to that user. In this requirement, they are using a parameter transaction which calls sm30. I want to restrict data. So which event will be useful for this?
@timotejvratny9555Ай бұрын
Have you find the solution ? Which event was that ?
@maghumutharaliya8057Ай бұрын
@timotejvratny9555 yes, TMG event 'AA' can be used to achieve this
@timotejvratny9555Ай бұрын
@@maghumutharaliya8057 Have you got some learning materials on how to do it ? I am not really familiar with theese cluster views and table maintance generator
@timotejvratny9555Ай бұрын
@@maghumutharaliya8057 Hi, thank you for response, have you got some learning materials about that event or some examples of use ? I am not really familiar with theese cluster views..
@santoshrghag11 ай бұрын
Thanku Ganeshji..!! nice video..
@just2shareji10 ай бұрын
Thank you and welcome
@sumanthinavolu Жыл бұрын
Hi Ganesh, actually i'm also facing this LAYOUT issue for 6 months. I'm not able to practise module pool programming because LAYOUT is the main thing for MPP right. It will be very much helpful for me if you try to sort it and guide me to overcome this, please help me on this one.
@just2shareji Жыл бұрын
Let me check from my end, and share the solution if I find anything relevant.
@biswajitnag3501 Жыл бұрын
Please make some video on ABAP on Cloud and RAP. Your Odata tutorial helps me a lot to learn and work...
@just2shareji Жыл бұрын
Sure, will make it in future.
@xxcc5101 Жыл бұрын
Thank you, this is so helpfull. I have a question please. I have this code and I want to store the new randomly generated data in some table to be able to display this new data ( table ) in an alv report. I have to select the new data first to display them, and when I write select p_fieldname random_value FROM , it have to be some table where I select data from How to make this, can you help me please? FORM generate_random_data USING p_fieldname TYPE DFIES-FIELDNAME p_datatype TYPE DFIES-DATATYPE p_records TYPE I. DATA: random_value TYPE STRING, counter TYPE I. LOOP AT INTTAB WHERE FIELDNAME = p_fieldname AND DATATYPE = p_datatype. DO p_records TIMES. " Create unique values based on field name and counter counter = counter + 1. random_value = |{ p_fieldname }_{ counter }|. WRITE: / p_fieldname, random_value. ENDDO. ENDLOOP. ENDFORM.
@just2shareji Жыл бұрын
Thank you, do you need to pass the table dynamically? And is the new data has any field like created on, so you can select the new data by date.
@GauravSingh-lz8mb Жыл бұрын
Hello sir could you please make videos on sap clouds?
@just2shareji Жыл бұрын
Will do it..
@pushpajha8257 Жыл бұрын
Hi Ganesh, TMG itself is a very big and complex and deep topic. Can you please some more videso highlighting on TMG handling some complex requirement. It will really be very helpful for all of us.