SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

WDBU_HPR not sending new articles with the E1WBB01-AENKZ value as NEW

former_member601979
Discoverer

HI

Needed some help . we are running into issues where when using WDBU_HPR to send out WBBDLD07 Idocs to POS.

Issue is that when a new article is created and sent to the Idoc the E1WBB01-AENKZ still shows as MODI instead on NEW.

Any help to understand this will be appreciated.

Thanks

Nikhil

3 REPLIES 3

andras_strobl
Advisor
Advisor
0 Kudos

Hi Nikhil,

The value of AENKZ is not depending on the data you are sending in the E1WBB01 segment.

If you are technical guy, let's have a look at the coding in include LWBB_HPR1F04 and FORM seg_e1wbb01_fill . The segment is filled up here with the content.

There you will see, that AENKZ can take 3 values, INIT, MODI and DIRC, depending on what kind of outbound are you performing (initialization, update or manual request, aka WDBI_HPR, WDBU_HPR or WDBM_HPR).

Best regards,
Andras

former_member601979
Discoverer
0 Kudos

Hi Andras,

Thanks for the reply. I did look into the code and what you have mentioned above is how the code is behaving

where I am struggling is when a new article is added, I have to send it to the POS as a separate message. So for that purpose we needed the NEW indicator or some kind of indicator that can tell us if the article has changed

If there is any similar solution you have worked on can you share it with me.

Thanks

Nikhil

nishantnk13
Discoverer
0 Kudos

Hi, were you able to solve this via AEKNZ Indicator?