Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CU41 transaction

Former Member
0 Likes
1,004

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
848

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

5 REPLIES 5
Read only

Former Member
0 Likes
848

HI Kalpanashri

Please try with Function Code: Shift+F4 or Menupath: Extras->Change Configurable Object.

Kind Regards

Eswar

Read only

0 Likes
848

Its in disable mode while doing recording then how to continue

Read only

Former Member
0 Likes
849

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

Read only

0 Likes
848

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.

Read only

0 Likes
848

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