cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing enhancement Webdynpro

0 Kudos

Hi,

We have an enhancement implemented in the component /XNFE/NFE_ACTIONS, and  after applying the SP 14 in SLL NFE 10.0 this enhancement is not working anymore. We have few buttons on screens and these buttons is not visible. We check all objects standards and enhancement and all assets are the and no errors.

The level of code is all correct methods the buttons all implemented.

How do I view these implementations?

Thanks in advance

Celso Bruno 

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

With SP14 and new requirements for different NF-e actions the component

/xnfe/nfe_actions has been splitted up into 7 independent componennts

which every single one is responsible for only one action. All new

web dynpro components also have a new assistance class only used for

this scenario. In that way the design of one action component has been

simplified. The new components are: /XNFE/NFE_ACTION_ASSIGN,

/XNFE/NFE_ACTION_CONFIRM, /XNFE/NFE_ACTION_CONF_QNT,

/XNFE/NFE_ACTION_COUNTING, /XNFE/NFE_ACTION_ERP_TASK,

/XNFE/NFE_ACTION_DANFE, /XNFE/NFE_ACTION_PREP_POS and

/XNFE/NFE_ACTION_SIMULATE.

The old classes/ components will not be deleted but also

not used or adapted anymore.

Btw.: The same procedure has been executed for CT-e actions as well.

Celso Bruno

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Celso,

After applying support pack, you can check if any of enhancements needs to be adjusted in transaction code SPAU_ENH. It will give the list of all  enhancements that needs to be adjusted.

If the standard component /XNFE/NFE_ACTIONS has changed in support pack and requires your enhancement to be adjusted it would be available in the transaction code SPAU_ENH.

If you enhancement is visible, Check for conflicts and make the required changes..

Thanks,

Binoj

0 Kudos

Hi Binoj Nair,

After applying support pack, no appeared errors, only alerts in SPAU_ENH, and my enhancement was not active, but no alerts interfered on my  enhancement. Clicked en adjust and activated the enhancement. In my code the implementation is visible, but when I access the url not apacerce my implementations.

Thanks,

Celso