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

problem regarding sap script

Former Member
0 Likes
300

hi all,

as per the requirement i need to print all the line items of a delievry no.....

iam printing the line items in the main window , now as per the requiremet

before printing the line items of a delivery no,

we need to print delivery no along with the attributes .

like

delivery no 1243 a b c ghi barcode

line item 1

line item2

line item 3

line item 4

delivery no 4567 b barcode

d g khl

line item1

line item2

line item3

to print delievery no , its attributes

along with the bar code , I have designed a window which is placed just above the main window ,

The place where the line items belonging to the first line delivery no stops I need to print the attributes and bar code of the second delivery no in the same format as earlier one with bar code followed by line items , iam not sure where in the main window the line items belonging to the first delivery would stop .

.

Do I need to write code in the main window only which would match the format of window (of delivery item details) for the second delivery no because if i create second window ( matching the format of delivery window) on main window I am not sure where to place it as there are no fixed line items of first delivery no,

It might be a novice question to most but since I am not familair to scripts please guide, please guide

Thanks ,

saurabh

1 REPLY 1
Read only

raja_narayanan2
Active Participant
0 Likes
281

Hi..

I think you have wrtie the code in main widow as it will print the lineitems with header line...

use PROTECT....ENDPROTECT

(OR)

IF CONDITION....ENDIF.....

this may help you i think.....