You are on page 1of 2

Sa se creeze un program care sa afiseze livrarile si informatii legate de

acestea.
Ecranul de selectie va contine urmatoarele campuri :
- Delivery (select option)
- Delivery Date (select option)
- Delivery Type (select option)
- Shipping point (select option)
- Ship-to party (select option)
- Only deliveries completely Goods Issued (checkbox)
-

ALV Layout (parameter)


Sort by shipping point (checkbox)
Sort by delivery date (checkbox)

Puteti vizualiza livrari cu tranzactia VL03N.


Delivery vl03, display sales oreder va03
Se vor selecta livrarile conform conditiilor din ecranul de selectie din tabelele
LIKP (Delivery Header), LIPS (Delivery Item), VBUK (Sales Document: Header
Status), VBAK (Sales Order Header) si VBAP (Sales order item)
ALV-ul va contine urmatoarele campuri:
- Delivery
- Delivery Item
- Delivery Date
- Shipping point
- Ship-to Party
- Actual Goods Movement Date
- Total goods movement status (VBUK-WBSTK)
- Quantity
- UoM
- Sales order
- Sales order item
- Sales order type
- Sales order quantity
vbeln TYPE likp-vbeln,
posnr TYPE lips-posnr,
lfdat TYPE likp-lfdat,
vstel TYPE likp-vstel,
kunnr TYPE likp-kunnr,
wadat_ist TYPE likp-wadat_ist,
wbstk TYPE vbuk-wbstk,
lfimg TYPE lips-lfimg,
in sales units)
meins TYPE lips-meins,
vbak_vbeln TYPE vbak-vbeln,
vbap_posnr TYPE vbap-posnr,
auart TYPE vbak-auart,
kwmeng TYPE vbap-kwmeng,
Quantity in Sales Units

"Delivery
"Delivery Item
"Delivery Date
"Shipping Point/Receiving Point
"Ship-to party
"Actual Goods Movement Date
"Total goods movement status
"Actual quantity delivered (
"Base Unit of Measure
"Sales Document
"Sales Document Item
"Sales Document Type
"Cumulative Order

Daca checkbox-urile Sort by shipping point sau/ si Sort by delivery date sunt
bifate, ALV-ul va fi sortat dupa aceste campuri.

ALV-ul trebuie sa ofere posibilitatea salvarii variantei (layout) si de a selecta


varianta din ecranul de selectie (parametrul ALV Layout).
Header-ul ALV-ului va contine numarul total de livrari selectate precum si suma
cantitatilor (event TOP-OF-PAGE).
Coloanele Delivery si Delivery Item trebuie sa fie colorate in albastru (sa
ramana fixe la scroll ca optiunea freeze din Excel).
Fieldcat-key = X.
fieldcat-emphasize = 'C600'.

You might also like