Table Entry Insert - Java Programming Question
I design table input/output interface with adding / deleting entry function. Table data will be saved in AbstractList by BAPI.
In Controller implementation tab, I created "input" under WD_init()
Bapi_Entrysheet_Create_Input <b>input</b> = new Bapi_Entrysheet_Create_Input();
wdContext.nodeBapi_Entrysheet_Create_Input().bind(<b>input</b>);
<b>input</b>.setEntrysheetheader(new Bapiessrc());
In view action function, I need "input" as.
input.addEntrysheetservices(new Bapiesllc());
My question is how I can let view class know "input".
Thanks.
Message was edited by: li dong
Message was edited by: li dong