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

subroutine pool

Former Member
0 Likes
867

I have one Z program, many include program, I want to know which program call RK2A1000_UPDATE and passing parameter to the form inside RK2A1000_UPDATE, if I press "where used list" for RK2A1000_update, currently it returns nothing

2 REPLIES 2
Read only

eduardo_hinojosa
Active Contributor
0 Likes
558

Hi

It's related with COPA. Surely your operating concern is called 1000 (concatenation of RK2A&&&&_UPDATE where &&&& is the operating concern).

See Note 37662 - Generating the programs RK2Axxxx for further information

I hope this helps you

Regards

Eduardo

Read only

0 Likes
558

Hi, I have multiple Operating concern, so it may be RK2A1000_UPDATE, RK2A2000_update. etc.

what I want to know is what's the relationship between RK2A****_update and VF01(billing program) SAPMV450A, how the billing program call RK2A****_update? because I check SE80 of VF01 billing program, there is no include called RK2A****_update

how is value being passed to RK2A****_update from billing program, through which function module?

anyone knows?

I'm not concerned about how RK2A****_update is generated as you mentioned