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

program parameters

Former Member
0 Likes
335

Hi,

I have a program with internal table itab

itab

1. lifnr

2.name1

3.strength

here I want to run this program in background.

here for this program strength is input which is passed as input through parameters .

hoe can I code parameters for strength since it is not in any of the table.

1 REPLY 1
Read only

Former Member
0 Likes
318

Declare as follows ... If strength is of 10 characters .. then declare as ..

parameters : strength(10).