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: 

Passing parameter to FCH5

Former Member
0 Kudos

Dear Experts(ABAP)

I need a help regarding passing parameter when calling tcode FCH5 (FI Tcode).

I have passed

SET PARAMETER ID : 'BLN' FIELD IBKPF-BELNR,

'BUK' FIELD BUKRS-LOW,

'GJR' FIELD IBKPF-GJAHR,

'HBK' FIELD MHBKID,

'HKT' FIELD HKTID,

'CHK' FIELD CHECL .

CALL TRANSACTION 'FCH5' AND SKIP FIRST SCREEN.

and getting five fields with data but not getting Cheque no in 6th Field.

Can you help me out?

Regards

Rajiv singh.

2 REPLIES 2

Former Member
0 Kudos

Hi,

How do u taken the data element of CHECL?

Regards

0 Kudos

Dear SKK

Checl is a paramter defiend in my program, user will enter value for that.

Rajiv singh.