cancel
Showing results for 
Search instead for 
Did you mean: 

SFP XML based interface input /1BCDWB/DOCXML - E2C

Former Member
0 Kudos

Hi All,

I have an XSD file generated from the CRM webservice using the transaction E2C which doesnot use a webdynpro.

Im my scenario I have to design a Adobe form from the XSD file. I have used the SFP transaction and the "XML based interface" for the same.

In my Adobe form has to be prepopulated with data when the SFP is executed and for the XML based interface the only import parameter available is

/1BCDWB/DOCXML TYPE XSTRING 0 0

Please guide me in inputing the data on to the XML based interface files where my data is available in the ABAP structures.

WE cannot use the "ABAP dictionary based interface" as the webservice generates an XSD file which has to be used for the data input.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member191062
Active Contributor
0 Kudos

Hello,

you can convert DDIC to XML based interface using report:

'FP_PDF_TEST_13'

Procedure:

1. Create the interface as DDIC based interface.

2. Create the form.

3. use report: FP_PDF_TEST_13 to get the XML based interface

4. Create the XML interface based on this information.

Best regards,

Dezso