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: 

Reading values from screen before calling BDC for a transaction

shishupalreddy
Active Contributor
0 Kudos

Hello all,

My requirement is as follows .

In CC02 trasaction ,

I have create alternate dates for a change Dcoument .

for this i need to check the availability of the valid documents in the screen and then i have to assign the new date for the same , where all the documents will be present in the table control .

please provide me a better solution for the same .

thanks

2 REPLIES 2

Former Member
0 Kudos

not sure if this will work in your case, but you can try FM "GET_DYNP_VALUE"

otherwise, search SE37 for DYNPVAL* and you will see several other function modules that can read from the screen.

Former Member
0 Kudos

try to use below FM to check change number by providing import info

:

CSDE_BOM_AENNR_CHECK,

MAEN_MAT_AENNR_CHECK,

CSDE_BOM_DATE_CHECK(imp),

CLCN_CHARACT_CHECK_NEW_DATE.

CLAF_CLASS_DATE_CHECK,

CLCN_CLASSIFY_CHECK_NEW_DATE,

CUKD_ECM_CHECK_DATE_CHANGE,

Thanks

Sridhar