Skip to Content
0
Former Member
Nov 30, 2011 at 08:37 AM

how to create a table in Z-copy of Std FI script F110_PRENUM_CHCK

35 Views

hi guys,

I need to create table in Main window of above script's Z-version. But if i use BOX command then complete window comes under the box which also contains hard coded text.

I thought of creating a new window and putting following details from MAIN Window to new window to create a table :-

<K>Document Number,,Amount,,Vendor Invoice Ref,,Deductions,,Net Amt</>

&ZDOCNUM&,, &ZAMOUNT_BSAK&,,&ZVNDR_INVREF_BSAK&,,&ZDED_AMT&,,

&ZAMOUNT_BSAK&

But i couldn't create a new window and also the Element id is 525 for above code for which std.Program RFFOUS_C is being used which cannot be modified.

Any