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

Batch Input problem

Former Member
0 Likes
677

Hi experts,

I've got following problems with dynpro parameters numeration:

Logic is that during SO creation using IDOC_INPUT_ORDERS and in USER-EXIT ZXVEDU04 there is dxbdcdata table processed.

Because in SO there should be 3 items the dxbdcdata table have following items:

- VBAP-MATNR(1) ...

- VBAP-MATNR(2) ...

- VBAP-MATNR(2) ...

Question is why there is no VBAP-MATNR(3) position numeration ? Any idea ?

Best regards, Daniel.

5 REPLIES 5
Read only

Former Member
0 Likes
622

Debug it and found out.

Read only

0 Likes
622

But of course it isn't normal ? Items should have one by one numeration ?

Read only

0 Likes
622

I will revert to my previous statement.

'Debug it and found out.'

Read only

0 Likes
622

It was no very helpfull ...

Read only

0 Likes
622

The easiest way to see why this is happening is to debig the function module processing the IDoc.

I have approx 10 years experience with Idocs and have not seen this issue before. That suggests that maybe a user exit has been coded which is amending the BDC data. That is only an assumption. An assumption that would mean you should have debugged it first before asking the question on this forum.