cancel
Showing results for 
Search instead for 
Did you mean: 

regd invoice

Former Member
0 Kudos

Hi abap gurus,

can u plz explain me the buisness scenario and how to work on

invoice and its print program to list fullbox qty/prices and broken box quty/ prices in separate lines for the same line item.

points will b awarded for best replies.

Thanks in advnce,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

copy the layout into zlayout ,sap standard layout is RVINVOICE01,Functional guy will create new output type ,he will add ur layout in output type.

SAP Standard Output type is RD00.

once you done modification,then test it in vf01,vf02,vf03 transaction.

goto vf02 (old Invoice number) and in second screen

goto->header->output-header-> here you need to enter ur output type,medium,language,partner,printer name.

save it.

see the output at vf02 .

designing the layout like vertical or horizontal,try to use box command.

IF &PAGE& EQ '1'.

BOX FRAME 10 TW

POSITION WINDOW

BOX WIDTH '74' CH HEIGHT '3.1' LN FRAME 10 TW I

POSITION XORIGIN '3.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '5.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '7.2' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '8.3' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '9.5' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '12.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '14.5' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

POSITION XORIGIN '17.0' CM

BOX WIDTH 0 CM HEIGHT '34.5' LN FRAME 10 TW

ENDIF.

IF &PAGE& NE '1'.

POSITION WINDOW

BOX WIDTH '74' CH HEIGHT '36.5' LN FRAME 10 TW

POSITION WINDOW

BOX WIDTH '74' CH HEIGHT '3.1' LN FRAME 10 TW INTENSITY 10

POSITION XORIGIN '0.9' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '3.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '5.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '7.2' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '8.3' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '9.5' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '12.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '14.5' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '17.0' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

POSITION XORIGIN '19.7' CM

BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW

ENDIF

Reward Points if it is helpful

Thanks

Seshu

Former Member
0 Kudos

Hi Reddy,

U r explanation is good but I need business scenario..!

Can u pls give me u r mail-id I need more to discuss with u.

Regards,

SridharReddy.