Application Development 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: 

POPUP_TO_DECIDE_LIST , exception not_enough_answers

itzssreddy
Explorer
0 Kudos

Hi PM experts,

In changeorder transaction IW32, when i am trying to add a new component to the existing ones a dialog box pops up to enter the values Unloading point,goods recipient and storage location which the user normally has to fill in.

I have automated this process to fill the values based on the Work center configured,

The flow is actually happening through POPUP_TO_DECIDE_LIST once the automation process is done and an exception 'NOT_ENOUGH_ANSWERS' is raised resulting in a dump.

Can anyone help me resolve this issue .

Thanks in advance,

Sreenivas.

5 REPLIES 5

Former Member
0 Kudos

You have to populate table T_SPOPLI.

Rob

0 Kudos

Hi Rob,

The FM is called as a part of standard logic.The population of data if any should happen as a part of standard logic. This normally should happen without any dump.

Sreenivas.

0 Kudos

Yes, but you've added some custom code.

Rob

0 Kudos

Rob,

Can you explain me in detial pls.

Do you mean i should call the POPUP_TO_DECIDE_LIST FM from my custom logic after appending the T_SPOPLI table ?

0 Kudos

No, but apparently, your custom logic prevents the FM from being called correctly.

Rob