Application Development and Automation 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: 
Read only

smartform issue regarding LEDLV_DELNOTE

Former Member
0 Likes
1,239

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.

4 REPLIES 4
Read only

Former Member
0 Likes
865

Hi can anyone please respond to this mail. Issue is not resolved.

Read only

0 Likes
865

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

Read only

Pawan_Kesari
Active Contributor
0 Likes
865

activate the smarform again in the client...

Read only

Pawan_Kesari
Active Contributor
0 Likes
865

try note 944762