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: 

Added custom tab in MIGO but i want to display anla-invnr in that tab don't know how to populate?

rishabh_pandey2
Explorer
0 Kudos

Hi,

We have requirement to add ANLA-INVNR in MIGO Line item, just we have to display the value of invnr in that custom tab.

I have added the custom tab in line item using MB_MIGO_BADI, and i have written the code to populate the value in this, but value is not coming in that field.


Process:

I am fetching the INVNR from ANLA table(Value is there in table) and exporting the value from LINE_MODIFY and importing the value in my subscreen.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

You could (to start) try to move your code from LINE_MODIFY to PBO_DETAIL.

5 REPLIES 5

JL23
Active Contributor

Wouldn't it be better in this case to add your coding how you actually fetch the data, and a screenshot for ANLA with the record from which you want retrieve the value. How else should strangers evaluate why the value is not coming?

rishabh_pandey2
Explorer
0 Kudos

A. PBO_DETAIL

B. PAI_DETAIL

C. LINE_MODIFY

9000 CUSTOM SUBSCREEN

rishabh_pandey2
Explorer
0 Kudos

Hey Jürgen,

I have attached the screenshots please check.

raymond_giuseppi
Active Contributor
0 Kudos

You could (to start) try to move your code from LINE_MODIFY to PBO_DETAIL.

0 Kudos

Thanks a lot Raymond Giuseppi,

Resolved.