cancel
Showing results for 
Search instead for 
Did you mean: 

fifo concept

Former Member
0 Kudos

Dear Sir,

how do we implement fifo concept in abap.

I am supposed issue some amout of kit to customers according to the planned qty so how do i implement this concept in abap?

Warm Regards,

Anuradha Jha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To achieve this APPEND the records to the internal table, and don't sort it. So that when u want the data then read the table from last record related to FIFO(First In First Out) concept.

Thanks,

Ravi.