cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase order schedule lines can not be entered

Former Member
0 Kudos

Hi,

I am tryng to enter purchase order schedule lines on a SRM 5.0 purchase order (path to page -purchase order item, item details, schedule lines). When I enter a quantity and date and hit enter the page refreshes back to blank again - thus my entered line is gone.

I have debugged and find the memory table holding my entered line (gt_sdln) is blanked out and then in function BBP_PD_PO_GETDETAILS (calls function BBP_PDSDLN_MULTI_GETDETAIL to get schedule lines details - but fails to return anything) all the details of the purchase order and items are retrieved except the schedule line.

any help appreciated.

Thanks

Martin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Martin,

Have you implemented DOC_CHANGE_BADI for PO? If yes, can you verufy that the exporting ET_SDLN is populated based on IT_SDLN(importing)?

Rgds,

Prasanna

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

This was the answer! As soon as I put et_sdln[] = it_sdln[] into the BADI it worked.

Thanks a lot,

Martin