cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform print program

Former Member
0 Kudos

Hi every one ,

I am customizing a standard smartform in need of a include program /SMB40/TYPE which is used in the print program /SMB40/RVADOR01 if anyone could me help just paste the include alone.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

do u want the include only or entire program, i ll give it u tommorow when i get to my sap system.

or may be u can ask ur basis team to get the package installed

кu03B1ятu03B9к

Edited by: kartik tarla on Jan 4, 2009 7:36 PM

Former Member
0 Kudos

here's ur code.

*----


*

  • INCLUDE /smb40/TYPE *

*----


*

*----


*

  • VBTYPen für Lieferung, Faktura usw.

constants: vbtyp_vert(30) value 'ABCDEFGHIJKLMNOPSTUWX012345678',

" Vertriebsbelege

vbtyp_verk(13) value 'ABCDEFGHIKLW0', " Verkaufsbelege

vbtyp_anfr(1) value 'A', " Anfrage

vbtyp_ange(1) value 'B', " Angebot

vbtyp_auftr(1) value 'C', " Auftrag

vbtyp_agan(2) value 'AB', " Vorauftragsphase

vbtyp_sort(1) value 'D', " Sortiment

vbtyp_lp(2) value 'EF', " Lieferplan

vbtyp_lp_norm value 'E', " Lieferplan normal

vbtyp_lp_edl value 'F', " Lieferplan EDL

vbtyp_fabr(4) value 'HIKL', " Folgeabrufbelege

vbtyp_rrpeb(4) value 'CHKL', " Rev.Rec.-leist.bez.

vbtyp_rrrlv(9) value 'CGHhJKLRT', " Rev.Rec.-relev.Verk.

vbtyp_rrrlf(5) value 'MNOPS', " Rev.Rec.-relev.Fakt.

  • Planzuordnungsmenge beim Kopieren abbauen: Folgebeleg liegt im

  • Verkauf, der aktuelle Beleg ist nicht lieferrelevant

vbtyp_plab(3) value 'ABG', " Planmengenabbau

vbtyp_auft(6) value 'CEFHIW', " Auftragartige

vbtyp_delv(4) value 'JT7g', " Lieferartige

vbtyp_lief(2) value 'JT', " auslieferungsartig

vbtyp_mmli(2) value '7g', " anlieferungsartig

vbtyp_lino(1) value 'J', " Auslieferung

vbtyp_lire(1) value 'T', " Retourenauslieferung

vbtyp_liav(1) value '7', " Anlieferung

vbtyp_grwe(1) value 'g', " Grob-Wareneingang

vbtyp_anfo(2) value 'KL', " Anforderung

vbtyp_ganf(1) value 'K', " Gutschr.anf.

vbtyp_lanf(1) value 'L', " Lastschr.anf.

vbtyp_reto(1) value 'H', " Retoure

vbtyp_kont(1) value 'G', " Kontrakt

vbtyp_gruko(1) value '0', " GruppenKontrakt

vbtyp_pbed(1) value 'W', " Primärbedarf

  • Faktura

vbtyp_fakt(8) value 'MNOPSU56', " Fakturabelege

vbtyp_fakt_neg(4) value 'NO46', " Fakturabelege/neg.

vbtyp_fakt_sto(2) value 'NS', " Fakturabelege/storno

vbtyp_fakt_gut(3) value 'O46', " Fakturabelege/gutsch

vbtyp_rech(1) value 'M', " Rechnung

vbtyp_last(1) value 'P', " Lastschrift

vbtyp_stor(1) value 'N', " Storno Rechnung/Last

vbtyp_guts(1) value 'O', " Gutschrift

vbtyp_stog(1) value 'S', " Storno Gutschrift

vbtyp_reli(2) value '34', " Rechnungslisten

vbtyp_fkiv(2) value '56', " Interne Verrechnung

vbtyp_fkiv_last(1) value '5', " IV Lastschrift

vbtyp_fkiv_gut(1) value '6', " IV Gutschrift

vbtyp_prof(2) value 'U', " Proforma

vbtyp_faklas(3) value 'MP5', " Fak.Lastschriften

vbtyp_fakgut(2) value 'O6', " Fak.Gutschriften

  • Revenue Recognition (Belegfluß)

vbtyp_buchhaltung(3) value '+-#', " Buchhaltung/gesamt

vbtyp_fibubeleg value '+', " FI-Beleg

vbtyp_revenue value '#', " Revenues

  • Sonstiges

vbtyp_wa(2) value 'Rh', " WA-Belege

vbtyp_kl(1) value 'I', " kostenl.mit KOSTL

vbtyp_retour(6) value 'HKNOT6', " Retouren

vbtyp_ohne_einteilung(4) value 'DGKL', " ohne Einteilungen

vbtyp_ohne_eint_mit_g(3) value 'DKL', " ohne Einteilungen

vbtyp_bestell value 'V', " Bestellung

vbtyp_kontakt value '1', " Kontakt

vbtyp_extern value '2', " externer Vorgang

vbtyp_versand value 'X', " Handling Unit

vbtyp_transport value '8', " Transport

vbtyp_fracht value 'a', " Frachtkosten

vbtyp_lvs value 'Q', " Transport

vbtyp_wa_storno value 'h', " Warenausgang Storno

vbtyp_we value 'i', " Wareneingang

  • Prüfe VERBUND_BESTELLUNG_PRUEFEN nur bei VBTYP mit Warenbewegung *

vbtyp_check_po(6) value 'CEFIHG'. " mit Warenbewegung

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Karthik,

If you can send the include /SMB40/TYPE that would be very helpful i am trying out all resources available.

Regards,

keerthivasan.

Former Member
0 Kudos

hi

Edited by: Keerthivasan Elangovan on Jan 4, 2009 6:59 AM

Former Member
0 Kudos

Hi

in Se38, give the include program name, copy it and give a name with Z and then use that in your program.

Vishwa.

Former Member
0 Kudos

Hi Vishwa ,

The program /sm40/type is not available in SE30 infact the whole /SMB40/ package is not available, If you have it could you send me the program.

Former Member
0 Kudos

Hi Vishwa,

I dont have the progam /SMB40/TYPE in the SE38 infact the whole /SMB40./ pacakge is not there if have kindly send it.

Regards,

keerthivasan.

Former Member
0 Kudos

Hi

Edited by: Keerthivasan Elangovan on Jan 4, 2009 7:03 AM