‎2007 Jan 22 12:00 PM
Hello Dear Friends!
How must a programm look if I want to realise
the following requirement:
Call the transaction VL02 ,
go to "EXTRAS" from the menu
choose "DELIVERY OUTPUT" and then
take "HEADER" . First of all select the
line with the affected "Output-TYPE"
and press the button "repeat output".
In the NAST I have many outputs with the process.status
"incorrectly processed". Its very cumbrous to do all the above
mentioned steps manually.
Reagrds
ILHAN
‎2007 Jan 22 12:10 PM
Hi,
Record the transaction in SHDB, and either process it manually providing the data, or write a BDC program to execute by passing all the data in bulk
Let me know if you need more inputs on this
Reward points if it helps
Regards
‎2007 Jan 22 12:24 PM
Nanda,
thank you for your hint. Actually I think its better to write a program
which checks the table "NAST" after process.status where have
incorrectly processed in order to activate them all again.
Have u any idea ?
Reagrds
Ilhan
‎2007 Jan 22 12:37 PM
Hi,
Yes, you need to write a program to select all the records from NAST which are incorrectly processed(NAST-VSTAT = 2)
Convert the recording in SHDB to a BDC program(option in SHDB itself, create program option).
loop at the entries in NAST internal table.
Put the BDc program in the loop.
Regards
‎2007 Jan 22 12:29 PM
though it is tiresome to do manually, u need to handle this situations manually only....there should be a program when the data is saved kicks off this printings. if the same has gone to error then u need to manually do it.
‎2007 Jan 22 12:49 PM
hi,
in such cases u are right. Nevertheless I would rather like to
know how such a program looks.
Regards
Ilhan
‎2007 Jan 22 2:06 PM
‎2019 Jun 26 2:39 PM
Did you try VL71 with processing mode 2 or 3?
Regards
Venkata Kotha