2006 Dec 04 7:27 AM
my interview question was
1. while selecting views like basic data, sales data, purchasing ,accounting.
each and every time when bdc is done these views will be having different selecion of input fields.
ex : in basic data 1, first time i need to enter values for matnr, mbrsh, mtart.
second time i need to include another three fields maktx ,meins, matkl with the already existing 3 fields
how can i fix this.
my interview question was
1. while selecting views like basic data, sales data, purchasing ,accounting.
each and every time when bdc is done these views will be having different selecion of input fields.
ex : in basic data 1, first time i need to enter values for matnr, mbrsh, mtart.
second time i need to include another three fields maktx ,meins, matkl with the already existing 3 fields
how can i fix this.
2006 Dec 04 7:31 AM
Hi,
Use a variable (say v1) of type character.
Say f1 is the field you need for first time and not for second time.
In first time,fill the variable v1 = value and pass it to f1.
For second time,fill v1 = space and pass it to f1.
Kindly reward points if it helps.
2006 Dec 04 7:35 AM
just call the same screen no. again and populate the remaining fields during the data population within a loop at the final output table
2006 Dec 04 7:41 AM
Hi,
Please check your previous thread, the FM 'SELECTION_VIEWS_FIND' mention in that program actually do the same as for your requirement.
Regards,
Amit
2010 Dec 07 5:29 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |