‎2006 Oct 03 11:27 AM
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.
‎2006 Oct 03 11:39 AM
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
‎2006 Oct 03 11:39 AM
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
‎2006 Oct 03 12:39 PM
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