cancel
Showing results for 
Search instead for 
Did you mean: 

sap script (medruck)

Former Member
0 Kudos

hi friends,

could you plz tell me what r the modification done in standard script of MEDRUCK.

give some examples.

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

MEDRUCK is the standard form for Purchase Order.and it's standard

print program is SAPFM06P.

genarally SAP provides,standard script form's with out dispalying logo, but SAP provide header window for displaying logo( related to organizations).

We use RSTXLDMC predefined program for uploading logo which is exisisting in .TIF file format.

and we work with SE78 for displaying logo exisisting in other than .TIF format.

<b>procedure to upload logo exisisting in .bmp file format.</b>

In the form painter, you can either include directly to theform using menu

<b>Edit->Graphic->Create</b> or using the INCLUDE statement in a window.

To use an INCLUDE statement, goto into the window scripteditor and use menu <b>Include->Graphic</b>. The include can looklike this for a bitmap:

<b>/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON</b>

<b>procedure to upload logo exisisting in .TIF file format.</b>

You run the report RSTXLDMC, give your logo(Saved as .tiffile) in the parameter and run the report.

1) Go to Se71 and include the image from the textelements.

For this you go to the Page windows. Press thetext elements button and the include the logo(Which actuallyhas been saved as a TEXT) using

<b>Insert->Text-STandard.</b>

CHoose your LOGO.

<b>or</b>

by using INCLUDE control command also we can include logo.

<b>/: INCLUDE ZHEX-MACRO-HEADER OBJECT TEXT ID ST.</b>

<b>another modification for adding fields to the standard form</b>

1) goto SE71

2) proivde form name which you migrate.

3) select PAGEWINDOW and EDIT.

4) select the required PAGEWINDOW required field for adding field and EDIT

5) choose ELEMENT option

6) choose GOTO editor.

        • am provide sample code

AS <s> modifying layout</>

/: IF &ekko-lifnr& > 10000

/ plant id is 500

/: ENDIF

7) select F3 for back

😎 select SAVE

9) activate

regards,

Ashok reddy