Application Development 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: 

SAP AFS Doubts.....

Former Member
0 Kudos
117

Hi All,

1) What are the new transaction that come with SAP AFS ?

2) How do I create forms in SAP AFS ? It seems it does not support smartforms ?

Thanks.

Regards,

Tushar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
71

there won't be any new transactions as per developer point of view..only thing is every table will have afs related data..all tables,struc's,field names start with 'J'. i didn't do any smartforms but i did some scripts in AFS..but i do think we can use smart forms for AFS..ur print prgm will J* include..

Data will be Like this, if ur printing a PO..this how your item level data looks...

MATERIAL QUAN desc

HELMET 100 xxx-xxx

S/M---10

M/L---80

L/XL--10..

Regards

Siva

5 REPLIES 5

former_member181962
Active Contributor

Manohar2u
Active Contributor
0 Kudos
71

<b>"The Apparel & Footwear Solution (AFS) is an SAP customer solution developed as an enhancement to the standard component of the SAP system to meet the special requirements of the apparel and footwear industry, including specific logistical requirements."</b>

Look into the AFS developed packages to find the list of new transactions and programs.

As the defination says, seems there is no different ways of forms developments.

Refer to this link belows

<a href="http://help.sap.com/saphelp_46c/helpdata/en/ba/061f2bc925d311b60f0060b03c2bff/frameset.htm">http://help.sap.com/saphelp_46c/helpdata/en/ba/061f2bc925d311b60f0060b03c2bff/frameset.htm</a>

<a href="https://websmp206.sap-ag.de/form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000190392005E">https://websmp206.sap-ag.de/form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000190392005E</a>

Regds

Manohar

Former Member
0 Kudos
72

there won't be any new transactions as per developer point of view..only thing is every table will have afs related data..all tables,struc's,field names start with 'J'. i didn't do any smartforms but i did some scripts in AFS..but i do think we can use smart forms for AFS..ur print prgm will J* include..

Data will be Like this, if ur printing a PO..this how your item level data looks...

MATERIAL QUAN desc

HELMET 100 xxx-xxx

S/M---10

M/L---80

L/XL--10..

Regards

Siva

0 Kudos
71

Hi Siva,

Thanks for your inavluable insight. Can you tell me something more about doing SAPScripts in AFS module..

Do determine the standard print program name and sapcsript associated with particular transaction so we use the same NACE transaction ?

Can you give some examples....

Thanks in advance...

0 Kudos
71

as i said evrything same...only form names( std ones will start with J)..

since u wanted a ex..

For Production Order Pick List--opk8(where u config)..

J_3AOBJU(P.prgm)--form name(/AFS/pick*)...u can copy these forms just like reg scripts...