cancel
Showing results for 
Search instead for 
Did you mean: 

VL02N Error: Output could not be issued with smartforms

Former Member
0 Kudos

Hi All,

Currently I am doing some customization on existing delivery note smartforms LE_SHP_DELNOTE on ECC 6.0.

I have copied it from the above smartforms and name it as ZLE_SHP_DELNOTE. Did most of the modification according to the user's format requirement.

Manage to do the necessary settings in NACE to point to the new smartforms and also were able to print preview the report either in the standard LE_SHP_DELNOTE or the customize ZLE_SHP_DELNOTE.

But as I add more coding into ZLE_SHP_DELNOTE, the print preview starts to give me the "Output could not be issued" error.

If I were to revert back to the original LE_SHP_DELNOTE in NACE, it still works fine.

I have checked most of the issue in the forum regarding the table size or include text, but I have make sure that the table size does not exceed the window size and also i have check the checkbox that prevent any error if include text does not exist.

Hope to get help.

Thanks

David

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

check do you have any address nodes or include texts

Murali Papana.

Former Member
0 Kudos

Hi Murali,

I do have address node and include text. I have make sure that all the include text is with the checkbox "No error if no text exists" ticked.

Thanks

David

Former Member
0 Kudos

enter VL02n -> Extras -> Delivery Output -> Header

Former Member
0 Kudos

what about address nodes, did u check adrnr value is filling or not.

or else put condition on condition tab.

Former Member
0 Kudos

Hi Manjuth,

I am still having the error message after doing the following.

1. Goto VL02N and enter the Outbound Delivery number and press enter.

2. Then go to the menu Extras->Delivery Output->Header.

3. Click Save.

4. Then it will return back to the first screen.

5. Then click on Outbound Delivery->Issue Delivery Output.

6. The error message came back again.

Former Member
0 Kudos

Hi Murali,

Thanks a lot. It is due to the address that is not populating.

Currently I am reading the address from VBAK by using the following statements:

SELECT SINGLE bukrs_vf

FROM vbak

INTO lf_bukrs

WHERE vkorg = is_dlv_delnote-hd_org-salesorg

AND vbeln = is_dlv_delnote-hd_ref-order_numb.

SELECT SINGLE adrnr

FROM t001

INTO gf_bukrs_adrnr

WHERE bukrs = lf_bukrs.

gf_bukrs_adrnr is the address value.

Currently I have 2 versions of my customised smartforms. One that works and one that does not work. Both has the address node.

One funny thing is that the value from is_dlv_delnote-hd_ref-order_numb is not populating for the one that does not work.

But I thought is_dlv_delnote is an interface passed on to the smartforms regardless of any changes that you made in the smartforms.

Do you have any idea why is this so?

Thanks

David

Former Member
0 Kudos

Then as murali said, check in smartform whether the Address number is holding the value or not.

Answers (2)

Answers (2)

Former Member
0 Kudos

goto VL02N -> Header ->messages

Former Member
0 Kudos

Hi Manjuth,

In VL02N, I could not find any menu with the title "Header".

Thanks

David

Former Member
0 Kudos

Hi David,

go to VL02N and navigate to the messages screen and save the nast entry for your corresponding Output type. After that it will work.

Former Member
0 Kudos

Hi Manjuth,

How to navigate to the messages screen from VL02N and save the NAST entry?

Thanks

David