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

DYNP_VALUES_READ for MIRO

Former Member
0 Likes
444

In the exit 'EXIT_SAPLMRMP_004'

i must read 'INVFO-BUDAT' value by using the function DYNP_VALUES_READ but it doesnt work as he complains not to find the dyname (Exception INVALID_DYNPRONAME).

Here are the parameters i used on the call:

dyname = 'SAPLFDCB'

dynumb = '0010'

Could anybody tell me how i can get that value ?

any help is highly appreciated.

Best regards,

francesco

In the exit 'EXIT_SAPLMRMP_004'

i must read 'INVFO-BUDAT' value by using the function DYNP_VALUES_READ but it doesnt work as he complains not to find the dyname (Exception INVALID_DYNPRONAME).

Here are the parameters i used on the call:

dyname = 'SAPLFDCB'

dynumb = '0010'

Could anybody tell me how i can get that value ?

any help is highly appreciated.

Best regards,

francesco

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
372

This exit receives a table which contains BUDAT, you could only need to read the first record. (Check definition of table parameter TAB_DRSEG, which contain DRSEG, use DRSEG-BUDAT)

Put a break-point and check if BUDAT is filled when the exit is called.

Regards,

Raymond