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: 

FM to display/edit characteristics

kim_ternstrm
Explorer
0 Kudos
635

Is there a standard FM where I can input a ATINN and a value (ATWRT/ATFLV) to get a popup where I can edit/add values to characteristics of a batch ?

More specific I want to make a program that can check if a subset of characteristics (defined in a customizing table) has been filled.

The program must display a list of batches in an ALV where data is missing. If the user double clicks on a batch, a popup with the characteristics that are blank is displayed, and here the user can fill the missing data. The validation of the mask, decimal point should be checked like in MSC2.

5 REPLIES 5

Santosh_PSN
Participant
0 Kudos
267

Hi Kim,

please check FM:  EXIT_SAPLCLFM_002

Thanks,

Santosh.

0 Kudos
267

I need a FM I can call from a Z program - not a user-exit !

0 Kudos
267

Please check the FMs under Function group CLBPA like BAPI_OBJCL_CREATE/CHANGE/GET_DETAIL etc.

R

raymond_giuseppi
Active Contributor
0 Kudos
267

I don't think you will find such a FM/dynpro, maybe CLFM_OBJECT_CLASSIFICATION but not sure you can call it from outside of standard applications ?

Better build your own popup dynpro built with field from parameters of a BAPI as BAPI_OBJCL_CHANGE or BAPI_BATCH_SAVE_REPLICA.

Regards,

Raymond

kim_ternstrm
Explorer
0 Kudos
267

I found one :  CTMS_ENTER_VALUES

And Yes - I know it is not released.....

Transaction WB40 is using this FM