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

Addtional data on Delivery Split Screen

Former Member
0 Likes
509

Hi,

While creating shipment, when we select a delivery and click on Split Deliveries button, a PopUp appears which will display a Hierarchial Sequential ALV report. The requirement is to add some more fields on the ALV report.

I added required fields to the structures VTRLK, VTRLP, LEDSPD_LIST_HEAD, LEDSPD_LIST_ITEM. The fields have been added to the output but i am unable to populate data into it.

I used the Function Exit V56LDELI to populate data into the tables C_VTRLK and C_VTRLP.

The data is coming till the Function Module LE_DSP_DIALOG. The data of the tables L_VTRLK and L_VTRLP is not being used inside the function module LE_DSP_DIALOG. Data is being fetched from somewhere else and filled into the final internal tables GS_DIA_WA-T_VPOBJ and GS_DIA_WA-T_HU_OR_ITEM.

If someone has any idea on how to fill the final internal tables with custom data then please reply.

I tried to find BADIs and User Exits but was not successful.

Thanks,

Ibrahim

1 REPLY 1
Read only

madhu_vadlamani
Active Contributor
0 Likes
400

HI Ibrahim,

Please find any SAP notes whether it is possible to display in ALV or not. Even you added those fields in structures if there is no provision to display then we can not go with this. If it not possible copy that and create z custom one.

Regards,

Madhu.