‎2008 Jul 30 1:19 PM
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....
‎2008 Jul 30 1:23 PM
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
‎2008 Jul 30 1:45 PM
Hi Raymond Friston ,
Actually in the server where it is working Proprly , there also 901 routine is not mantained in VOFM.
‎2008 Jul 30 1:51 PM
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
‎2008 Jul 30 1:30 PM