Application Development 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: 

Get Key Date of F.27 tcode in driver program

Former Member
0 Kudos

Hi Friends,

I am using tcode F.27 for printing periodic account statements. I have created a custom driver program and a smartform for this purpose.

My requirement is that I want to print the field "Key date for acct statement" which is available on the selection screen of F.27. Kindly let me know how can I read contents of this field in my Z driver program.

Thanks and Regards,

Dhawal.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Go to the F.27 t code selection screen and hit F1 and get Technical defination and note Parameter id . Now in ur code(Zdriver Program use GET Parameter id 'Name of that parameter id of F.27 field')

with Regards,

Manish

0 Kudos

Hi Manish,

Thanks for the reply. But there is no paramter id available in technical information for this field.

Any other way possible?

Dhawal.

Former Member
0 Kudos

Hi,

try to use F1 on this field and than use technical information.

Regards, Dieter