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

program to repeat outputs

Former Member
0 Likes
3,019

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,881

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

Read only

0 Likes
1,881

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

Read only

0 Likes
1,881

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

Read only

Former Member
0 Likes
1,881

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.

Read only

0 Likes
1,881

hi,

in such cases u are right. Nevertheless I would rather like to

know how such a program looks.

Regards

Ilhan

Read only

0 Likes
1,881

hi,

is it impossible to do this ?

Regards

Ilhan

Read only

1,881

Did you try VL71 with processing mode 2 or 3?

Regards

Venkata Kotha