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: 

IW32 Operations problem

Former Member
0 Kudos

Hi Experts,

I got a requirement of smartform in whuch user want OPERATIONS and its corresponding COMPONENTS to be displayedfor a particular service order in IW32 or IW33.In our system material is not maintained for all operations.But the user wants to display that operations also to be displayed in smartofrom.

Can anyone guide me with respect to tables or function module to fetch this data.

Regards,

Sany..

1 ACCEPTED SOLUTION

former_member186143
Active Contributor
0 Kudos

first you have to understand smartforms very well to implement such a question in a report.

first you loop through the operations and within that loop you loop through the material table

if there are no materials connected to the operation the information of the operation is still printed

if there are materials then they are also printed if you provide the proper fields

as said, the question is way to difficult to answer here if you don't grasp the basics of looping through data in a smartform

kind regards

arthur

12 REPLIES 12

former_member186143
Active Contributor
0 Kudos

first you have to understand smartforms very well to implement such a question in a report.

first you loop through the operations and within that loop you loop through the material table

if there are no materials connected to the operation the information of the operation is still printed

if there are materials then they are also printed if you provide the proper fields

as said, the question is way to difficult to answer here if you don't grasp the basics of looping through data in a smartform

kind regards

arthur

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind,but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind,but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

Arthur,

I do have some good knowledge of Looping and Smartform. I have no where in my earlier thread asked for logic .

My question was:

Can anyone guide me with respect to tables or function module to fetch this data.

If you want u can answer in report purpestive I wont mind but it would be greatful if i get the relevant tables or function module for the same.

Sany..

0 Kudos

why reply 10 times ?,

for tables you can use

afvc operations or view viauf_afvc

resb material reservations

mara material descripton

normaly there is 1 rsnum for each serviceorder which you can link to resb

you can retrieve that one in table AFKO

if you have multiple reservation numbers in a serviceorder then you can check RKPF

kind regards

arthur

Edited by: A. de Smidt on Jun 10, 2010 11:31 AM

Edited by: A. de Smidt on Jun 10, 2010 11:33 AM

0 Kudos

is you're question answered or still some problems ??

kind regards

arthur

Former Member
0 Kudos

Please help....

Sany..