Hi All,
I must reproduce the batch characteristics screen for a z-transaction based on the tcode msc1n. I have the screen working fine except for the F4 help. The fields are generated dynamicaly with type ATWRT (same as msc1n) based on Class/matnr..... I wanted to assign the same help to these fields but it looks like the standard method is also created dynamically via code (a lot of code).
I think the standard uses the form create_new_batch_classif in prog SAPLCHRG(include LCHRGF05)
One way that I thought it might work is with something like calling that routine with:
PERFORM create_new_batch_classif(saplchrg)
but is there any way of doing this and having all the relevant data (tables and fields) available so that the routine knows what to do?
Does anyone know if this is re-producable?
Thanks,
Kroc.