2015 Aug 12 12:19 PM
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.
2015 Aug 12 1:20 PM
2015 Aug 12 1:41 PM
2015 Aug 12 1:59 PM
Please check the FMs under Function group CLBPA like BAPI_OBJCL_CREATE/CHANGE/GET_DETAIL etc.
R
2015 Aug 12 2:12 PM
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
2015 Aug 26 7:51 AM
I found one : CTMS_ENTER_VALUES
And Yes - I know it is not released.....
Transaction WB40 is using this FM