cancel
Showing results for 
Search instead for 
Did you mean: 

Revised PO

Former Member
0 Kudos

Hi,

I want to display text 'Revised PO' if changes has been made to existing PO and then print has been taken.

I am using custimzed smartform for printing PO layout.

Import parameter used in smartform are same as standard smartform.

class CL_PD_PO_PROCESSING_BBP

method PROCESS_BBP_PO_PRN used as print program.

I wanted to know is there any flag present in this print method by which I could determine wheather it is new PO or already existing PO.

Thanks and regards,

Amit Raut

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved by own.

I found the required field in SF_PO strucutre.

Thanks,

Amit R.

Former Member
0 Kudos

Solved by Own.

I found the field in SF_PO structure for identifying the same.

khan_voyalpadusman
Active Contributor
0 Kudos

Unfortunately there is no flag available in the program specified here with which is is possible to determine if any changes have been made to the PO.

problem here is that , data is being fetched only for the purpose of printing , and there is no way of detrmining the versions of the purchase order at this point.

it is possible to identify the changed PO only from versions , and versions are not handled here.

Reward points if usefull