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

recording

Former Member
0 Likes
484

Hi all burning minds,

I have to upload notification and attachment with it. but at the time of recording in the menu

system->services for object becomes disable how to do recording for that. Give me any good solution.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
439

Hi,

You can not record Disable fields via SHDB,This transaction code will record only input enable fields,

try this way, complete the recording with all remaining fields, when you convert this to program, it will show all the fields,identify the screen no of that disable field, then add the code in the program for that field, so when you run the program this will take that field also, if that field is disable in the transaction code itself, then you can not insert the value through recording ...

Regards

Sudheer

2 REPLIES 2
Read only

Former Member
0 Likes
440

Hi,

You can not record Disable fields via SHDB,This transaction code will record only input enable fields,

try this way, complete the recording with all remaining fields, when you convert this to program, it will show all the fields,identify the screen no of that disable field, then add the code in the program for that field, so when you run the program this will take that field also, if that field is disable in the transaction code itself, then you can not insert the value through recording ...

Regards

Sudheer

Read only

Former Member
0 Likes
439

hi,

check table for screen T133A

T133B

T133C

T133D

T133E

T133F

T133K

use f1 help on screen fields and see tchical info

to find screen no and associated program name and build your logic .

Regards

amole