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

Calling tcode FF.5 in z program

Former Member
0 Likes
657

Hi All,

I have a requirement to pick a file from desktop . convert it in different format and pass it to FF.5 (RFEBKA00).

I have used gui_upload to read and after converting format when I try to pass itab to RFEBKA00, I get a dump

Actual parameter too short when passing parameter in PERFORM.

I am calling program using:

  SUBMIT RFEBKA00 USING SELECTION-SCREEN 1000

    WITH

     SELECTION-TABLE iout

     and return .

Can someone tell me how to call this program correctly?

Thanks


1 REPLY 1
Read only

arindam_m
Active Contributor
0 Likes
394

Hi,

http://scn.sap.com/thread/3393917 

this also is about the same issue right? please put your queries in same thread.

Cheers,

Arindam