cancel
Showing results for 
Search instead for 
Did you mean: 

PROXY XML ISSUE

Former Member
0 Kudos

Hi Experts ,

Please help on this ..

Requirement : Mara whole table data has to push to sql data  via PI.. data flow is SAP-proxy--PI--jdbc-SQL . the structure has been designed as per the SAP structure only in both side in proxy level . we have generated proxy objects and written one report for sending the data to PI ..

In the database the data is there for LVORM field then the data is coming in fig 1. when the data is blank the data proxy is not handling the blank . the heade it self is not coming ...

fig1 :

fig 2:

proxy will not handling the blank spaces??? No idea regarding the same please help on this.. atleast with header the xml will generate and will send to PI means will play as per the user requirements ...

please help any one how to handle blank spaces in report level in ECC..

regards ,

Azmath ..

Accepted Solutions (1)

Accepted Solutions (1)

bhagya_nayanala
Explorer
0 Kudos

Hi

Is it that when LVORM is blank, you want to send blank value (<LVORM></LVORM>) to PI?

If that is the requirement, In mapping you can handle this by using mapwithdefault node function with value as [].

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Shaik,

Where are you getting the payload monitoring?. Try to test directly from sproxy transaction and to check if it is really the mapping that it is skipping the blank value. If the result is ok, set a breakpoint in the proxy calling and check the field LVORM and enable the monitoring in ECC (you can enable it in ECC in this way ).

Regards.

Former Member
0 Kudos

Hi Azmath

U can check with ABAP team as the data is coming from the report and u need to check what are the validations kept in the code,

Regards

Nagur