cancel
Showing results for 
Search instead for 
Did you mean: 

FPM begginer .Doubt about field missing in NWBC.

ronaldo_aparecido
Contributor
0 Kudos

Hi experts i'm beginner in FPM.

1-I enter in NWBC and choose Air Forwarding Order Management .

2-Then i open an order and go in  FAST ORDER ENTRY.

3-When i go in Technical help to insert a field , a specific field does not appear ( is the field

HOW DO I DO THIS FIELD TO APPEAR LIKE OTHERS?


I OPEN THE FEEDER CLASS PARAMETERS BUT I DON´T KNOW HOW TO CONFIGURE IT TO SOLVE MY PROBLEM .



could you help me ?please.

thanks













Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ronaldo,

Check which structure you have mentioned in GET_DEFINITION method. Go to respective structure and check whether your field is available or not. If not add the same field in same structure and activate feeder class.

After this step, refresh your component configuration and check the field will be available.

For feeder class parameters you need to check the following methods.

i. GET_PARAMETER_LIST

ii.INITIALIZE


In the GET_PARAMETER_LIST, fill 'rt_parameter_descr' with name and type.

In INITIALIZE read ' it_parameter' based on required field. If your field is available capture the field value into some attribute.


Hope it will help full. 


Regards,

Naga