2008 Feb 19 4:37 PM
2008 Feb 19 7:28 PM
Hi there
Doesn't the F1 key work on your system -- or is this what we have to expect from "Off shored Abap factories".
Try PERFORM (XXXX) in PROGRAM (YYYY).
You guys should really do a little bit more self help before posting.
Also this is the UI Forum --not an appropriate forum for your post.
Next time PLEASE USE F1 BEFORE POSING and then CHOOSE THE CORRECT FORUM FOR YOUR POST.
Cheers
jimbo
hi all
how do we call external subroutines
2008 Feb 19 7:28 PM
Hi there
Doesn't the F1 key work on your system -- or is this what we have to expect from "Off shored Abap factories".
Try PERFORM (XXXX) in PROGRAM (YYYY).
You guys should really do a little bit more self help before posting.
Also this is the UI Forum --not an appropriate forum for your post.
Next time PLEASE USE F1 BEFORE POSING and then CHOOSE THE CORRECT FORUM FOR YOUR POST.
Cheers
jimbo
2008 Feb 20 3:01 AM
Hi,
First Program :
parameters x type vbak-vbeln.
perform sub(znava) USING X.
In second program..
form sub USING x.
select vbeln ernam netwr from vbak into table itab where vbeln = x.
loop at itab.
write : wa-a,wa-b,wa-c.
endloop.
endform.
Pls. reward if useful...
2008 Feb 20 5:51 AM
2008 Feb 20 4:02 PM
Hi,
External subroutines can be called like this.
perform <subroutine> in program <subroutine program name>.
or you include the subroutine program name in the program.
and call the routine with perform statement.
regards,
kamala.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |