cancel
Showing results for 
Search instead for 
Did you mean: 

No post in delnote samrtforms

Former Member
0 Kudos

Hi experts.

Im using the sap standard smartforms to create delivry note .

the idea is to display only items that have type delivery like 'ZCNS'.

when I print the form i have no items :s

thanks for your help

best regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So you are using standard driver program and standard form and got no items on output? If so, search for a SAP-Note.

if not, well then tell us where you modified what and what you expected to happen.

I fear the delivery you got just has no items with item type ZCNS.

Former Member
0 Kudos

first thanks for your reply

to get the specifics items i added this line of program

SELECT MATNR 
  FROM LIPS
  INTO G_ITM_NUMBER_T
  WHERE VBELN eq GS_IT_GEN-DELIV_NUMB
  AND POSNR eq ITM_NUMBER
  AND PSTYV eq 'ZCNS'.
ENDSELECT.

Former Member
0 Kudos

however i have delivery with item type ZCNS .

Former Member
0 Kudos

hmmm thats weird, but still i wouldnt restict selection of tiems to just items with item type ZCNS. I would select them all but print only ZCNS ones.

Anyway that doesnt really explain your problem. I would check table LIPS for your delivery number to see why your select gets no result.

Former Member
0 Kudos

ok thanks Florian for your help

Former Member
0 Kudos

Hi

finally i find a solution to this problem :

when we use the sap standard samrtforms, we can just modify table properties and only adds the WHERE conditions in boucle loop tab.

ITEMCATEG = ''ZCNS''_

thanks for your help

Former Member
0 Kudos

niceley done! Just to finish it up you can mark the thread as answered? So people dont read it over an over thinking there is an open issue.

Former Member
0 Kudos

it's done!

thanks

Answers (0)