2009 Jun 17 3:33 PM
Hi experts,
We have created a smartfrom for vl03n transaction and is working fine but in another server it is not displaying fields - sales order number and item details.
Let me present the scenario clearly.
RLE_DELNOTE is the standard program which is popluating the component IS_DLV_DELNOTE having the structure LEDLV_DELNOTE based on the input(delivery number).
In the program RLE_DELNOTE - the subroutine - SET_PRINT_DATA_TO_READ is setting value 'X' to the components like HD_GEN ,HD_ADR etc which belong to the deep structure LEDLV_DELNOTE.
After that the subroutine GET_DATA populate values to all the components which are set to 'X' by the earlier sub routine.
Here the issue is the components from which we get sales order (IT_REFORD) and item details (IT_GEN)
are not set to 'X' in the subroutine SET_PRINT_DATA_TO_READ by that we are not getting values in to the components by GET_DATA subroutine and ultimately no sales order and item details.
So please give me ur valuable suggestions/solutions to find where it can go wrong.
It may not be related to master data as we have checked for another form.
Please sugest solution.
-A Suggestion will make a differnece.
Thanks ,
Anil Kumar Y.
2009 Jun 18 1:31 PM
Hi can anyone please respond to this mail. Issue is not resolved.
2009 Jun 18 1:49 PM
Hi Anil,
In peform GET_DATA, you can try implementing badi BADI_DLV_PRTDATA.
Here you can check if IT_REFORD and IT_GEN are initial, fetch the details from database tables or you can use the same performs which are present in code in get_data.
Alternatively, you can use Enhancement points in incldue RLE_DELNOTE_FORMS, form SET_PRINT_DATA_TO_READ to set the required flags.
Thanks,
Mandeep
2009 Jun 18 2:05 PM
2009 Jun 18 2:08 PM