cancel
Showing results for 
Search instead for 
Did you mean: 

simple report

Former Member
0 Kudos

Hi to everybody.

I am new to ABAP.I have one report.

-


selection-screen(SELECT-OPTIONS)

-


STOPO (EKKO-EBELN)

MATERIAL(EKPO-MATNR)

ORACLE PO(EKKO-IHREZ)

ITEM DELIVERY DATE(EKET-EINDT)

CHECKBOX(OPEN STO PO ONLY)

-


CONDITIONS(VALIDATIONS)

________________________________________________

1) either the sto po,material or Oracle po is to be always reqired field.then item delivery date is optional.

2)if STO PO is entered,the report is to check if the order type is 'zb',if not a ZB type give the message at bottom 'ENTERED PO IS NOT A ZB TYPE '.

3) IF the material(s) has no STO PO which is a ZB order type,then display " NO ZB ORDER TYPE STO PO EXIST FOR THE MATERIAL".

4) If ORACLE PO(S) is entered and report is to check if this value exists in a ZB order type STO PO, if not then display "NO MATCHING RECORD FOUND FOR oRACLE PO".

-


LOGIC

__________________________________________________

1) Material and STO PO entered and "OPEN STO PO only" is unchecked.

The report to get all the STO PO which is of order type ZB related to the material inputted by the user.

2) Material number is entered and "OPEN STO PO ONLY " checked(check box).

when the user selects to view "Open STO PO only", the report is to get all open STO PO(which of order type = zb)for the materials by checking if the issued quantity on the PO is less than the required quantity.

3) STO PO is entered and "Open STO PO Only" checked.

when the user selects to view "Open STO PO only", the report is to get all open STO PO(which of order type = zb)for the STO PO s entered by checking if the issued quantity on theSTO PO is less than the required quantity and the list of the Materials in the STO POs.

4) Oracle PO is entered and "" Open STO PO Only" checked.

The report is to check if there is a STO PO with this Oracle PO # and then populate only the STO PO which is of order type ZB and STO PO which are open.

5) Delivery date entered in the user selection-screen.

when the delivery date is entered the report is to get only those STO PO which are order type ZB and with the delivery date (s) mentioned.

6) If there is no data that exists,then a message at the bottom of the screen to be displayed.

plz give the logic of program and help me its very urgent.

Thanks in advance.Points if u provide useful solution.

Regards,

VSVN.

Accepted Solutions (0)

Answers (1)

Answers (1)

ritesh_dugad2
Active Participant
0 Kudos

You have to write the report yourself and ask for clearing your doubts in the forum if you are stuck somewhere.