Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

mm01--bdc

Former Member
0 Likes
601

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.

4 REPLIES 4
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
573

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.

Read only

former_member189629
Active Contributor
0 Likes
573

just call the same screen no. again and populate the remaining fields during the data population within a loop at the final output table

Read only

amit_khare
Active Contributor
0 Likes
573

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

Read only

Former Member
0 Likes
573

This message was moderated.