2006 Aug 01 2:06 PM
Hi,
I developed custom Scripts for RFQ and PO. I'm facing one problem, If I make any changes to RFQ or PO, only those changes are printing. I need to get all the details to be printed in the output. Is this possible?
Ex: Suppose if I add Item text to item 00010 only this item is printing even though I've 10 items.
Your suggestions are appreciated.
Thanks,
Bhaskar
2006 Aug 01 2:30 PM
You can remove the check on field NAST-AENDE from the print program, then all items are printed.
2006 Aug 01 2:11 PM
You need to change the print program and the Script / Form for the same.
Regards,
Ravi
2006 Aug 01 2:14 PM
Hello,
You can read the changes in the document by,
FM : 'CHANGEDOCUMENT_READ_HEADERS' and 'CHANGEDOCUMENT_READ_POSITIONS'.
Regards,
Naimesh
2006 Aug 01 2:25 PM
Go to CHANGE mode for an existing purchase order.
Check MESSAGES.
Is the checkbox for CHANGE selected?
If it is checked, it produces the change document.
If it is unchecked, it should print the entire document.
2006 Aug 01 2:44 PM
Hi Norman Salter,
I didn't find any CHANGE check box in the messages.
where can I see this check box?
2006 Aug 01 2:55 PM
On the messages (output) screen in the purchase order, you should see the following fields in this order...
STATUS
OUTPUT TYPE
DESCRIPTION
MEDIUM
PARTNER FUNCTION
PARTNER
LANGUAGE
CHANGE <------
PROCESSING DATE
TIME
DATE/TIME
SAVED
2006 Aug 01 3:18 PM
You are correct. But the check is coming automatically which appears in display mode and not allowing to remove the check. Also I'm unable to change in the program for the field NAST-AENDE in debug mode. I'm changing the standard program SAPFM06P. Any more suggestions please.
2006 Aug 01 2:30 PM
You can remove the check on field NAST-AENDE from the print program, then all items are printed.