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

Dynamic Subroutine

Former Member
0 Likes
1,257

hi Friends,

In Tcode VL10B while doing Background delivery iam getting dump. in tht it is saying "DATEN_KOPIEREN_901" is not yet implemented.

in program while debugging i found tht the dump is coming at line PERFORM (modul) IN PROGRAM saplv50s.the subroutine(DATEN_KOPIEREN_901) is not generating dynamically...

here module is the struct with two field name and suff.

name is hardcoded with DATEN_KOPIEREN_. the suff is dynamically modified with value 901.

but in some other server same is working properly...Background delivery is going successfull...Iam nt getting why this is because?................

Please help me outin solving the problem.............

Thanx....

4 REPLIES 4
Read only

Former Member
0 Likes
935

Hi,

The dynamic Formroutine is called because in the copy procedure a routine 901 has been assigned.

Have a look in transaction VOFM copying requirements - deliveries -> Routine 901 is missing in your case.

In the system where it works you should find this routine.

Kind Regards

Read only

0 Likes
935

Hi Raymond Friston ,

Actually in the server where it is working Proprly , there also 901 routine is not mantained in VOFM.

Read only

0 Likes
935

Hi,

Also have a look at transaction VTLA (Customizing) - Has a copy routine been implemented for one of the delivery types or item types!

Regards

Read only

Former Member
0 Likes
935

Look at note : 50752