Dear Experts ,
We are using SAP PO 7.4 AEX with B2B add-on SP02 . We have requirement where we need to use NRO for generating running number sequence for each file created . The scenario is :
IDOC -> SAP PO -> Flat File
The flat file created on the target side has the following naming scheme : DLV_<YYMMDD>_<HHMMSS>_<TwoDigitRunningCounter>.dat
Following are the set of activities I have performed :
ESR : Created a message mapping and supplied one of the inputs for the UDF which sets the file name in the SOAP header -> Dynamic Configuration as $B2B_UEBNR<NRO Created in b2bic>$B2B_END_UEBNR as constant .
ID : Created IDOC_AAE sender channel and in the module tab the sequence is
1: localejbs/TransmissionNumberModule
2: CallSapAdapter
I have followed the steps as per SAP help documentation and the blog from Dimitri . Whenever I execute the interface end to end the value declared as constant in the Message mapping is passed as it is without actually getting the next number from the NRO created in b2bic . Not sure if there is any additional step which I have missed since I am unable to get the desired outcome .
Any assistance would be of great help as I am unable to proceed .
Thanks
Amol