on 2005 Aug 01 10:06 PM
Hello,
I created a WebDynpro project to show in web the Create Sales Order transaction. The static inputs as Sales Organization or Partner number are fine, but the dynamic fields as ITEMS are disabled inputs and only there are one row, and I want specify many items.
Any idea?
Hi,
If i am not wrong you should be having a modelNode for ITEMS in webdynpro.YOu need to add the rows to this dynamically.
1. Create an instance of this modelclass.
2. wdContext.nodeITEMS().addElement(instance)
The above should be in a loop or in an Action so that you can add values dynamically.
Regards, Anilkumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Luis
This is because the ITEMS table is empty. If you need multiple lines you will have to bind empty rows into the ITEMS table.
Regards
Pran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.