‎2006 Dec 06 5:50 AM
I m working in T-code CU41 the problem which i m facing is
First time when i enter in to tht transaction a table control will appear from that i have to select the object category whether material , GM task List etc.
Then it enters into corresponding screen.
First time if i select material means i m not able to move to other object category.
For this i have to log off and relogin to select the next required category.
There is a button called change confible object to change the category but the thing is i m not getting this button while recording.
My requirement i have to get the GM task list or material from the user and call the screen directly (i.e By skipping 2 screen) i dont want to get the first table control screen if i do recording also first time i m getting tht screen.
Can any one help me to colve this problem.
Its urgent.
Thanks in advance.
‎2006 Dec 06 6:09 AM
you can try setting the SAP memory CUQ.
SET PARAMETER ID 'CUQ' FIELD '001'
--
--
etc
the values 001, 002 depends upon the number of selections you have on the table control.
you have to give the SET PARAMETER statement before CALL TRANSACTION.
it will solve your problem.
thanks
pavan
‎2006 Dec 06 5:54 AM
HI Kalpanashri
Please try with Function Code: Shift+F4 or Menupath: Extras->Change Configurable Object.
Kind Regards
Eswar
‎2006 Dec 06 6:06 AM
Its in disable mode while doing recording then how to continue
‎2006 Dec 06 6:09 AM
you can try setting the SAP memory CUQ.
SET PARAMETER ID 'CUQ' FIELD '001'
--
--
etc
the values 001, 002 depends upon the number of selections you have on the table control.
you have to give the SET PARAMETER statement before CALL TRANSACTION.
it will solve your problem.
thanks
pavan
‎2006 Dec 06 6:24 AM
Thanks Pavan i got the answer.
I want to now how did u get tht parameter Id CUQ because i tried with F1 its not working for me.
Can u tell me where did u got that 'CUQ'
Thank you very much for ur answer.
‎2006 Dec 06 6:28 AM
hi kalpanashri,
good that you have got the solution.
i just entered into the debugging mode and i checked whether any SAP memory is used in setting that. then i got the paramter id.
i dont remember where exactly it is mentioned as it is a long time i have done the same scenario. i just remember the logic and the parameter id i have used.
pls mark for the helpful answer.
thanks and all the best
pavan