Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Form

Former Member
0 Likes
913

Hi,

Any idea on this YPCC_PURCHOR_STD for scheduling agreement ?? How is this different from using MEDRUCK for Purchasing document ??

Thanks

9 REPLIES 9
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
885

Actually we use a copy of YPCC_PURCHOR_STD, for our PO and scheduling aggreement. I suppose that you can start with either, but one might be better than the other. I would use the YPCC_PURCHOR_STD.

Regards,

Rich Heilman

Read only

0 Likes
885

How do we find the form names with the description ?? I did a search on SAP Help site for PCC_PURCHOR_STD i didn't get back any results. I always thought that for Purchasing document MEDRUCK is the only form available. How do we know if other forms are available ??

Thanks.

Read only

0 Likes
885

You can do a drop down on the form name from SE71. This will give you a list of all the forms. The descriptions are sometimes not so helpful.

Regards,

Rich Heilman

Read only

0 Likes
885

If i do a F4 on the form name in SE71 i get a Form Tree screen and when i go to MM -> Purchasing -> Purchase Orders i can see only MEDRUCK. I shall try the other nodes too in the tree list and see if i get this form name.

Thanks.

Read only

0 Likes
885

Does the print program remain SAPFM06P for PCC_PURCHOR_STD form too ??

Read only

0 Likes
885

Yes, unless you need to makes changes to the print program. In which case you will have to copy the function group MEDRUCK as well as SAPFM06P. In the copied ZSAPFM06P, the function calls will need to be changed to the new "Z" function modules of ZMEDRUCK.

Regards,

Rich Heilman

Read only

0 Likes
885

To be able to see the changes to the form through ME9L should there always be some change done to the document ??

Read only

0 Likes
885

Sure....how else will you know if your change is working?

Regards,

Rich Heilman

Read only

0 Likes
885

I need to include the company logo on the form. I have created a new window of type GRAPH. Now i need to include BITMAP statement in this window. But this window is not editable. Any idea ??