cancel
Showing results for 
Search instead for 
Did you mean: 

adofe form printing issue related to version.

shetty_jayantkumar
Participant
0 Kudos

Hi Experts,

I hae a scenario like this,

adode form linked to PO standard driver program and output type NEU, PO when modified from Me22n a version is created and saved in the transaction.but the problem is some the data in the form is not displayed when executed i mean version 2 and 3 onwards .

not sure how to handle this situation.I have been debugging standard driver program, but could not find anything.

Please help me in this regards ..

Regards,

Jayant

Accepted Solutions (0)

Answers (3)

Answers (3)

shetty_jayantkumar
Participant
0 Kudos

this was configuration related issue..im working with my team...

Former Member
0 Kudos

Hi ,

Try this

goto SFP initial screen and give the form name and goto menu bar

Form object - Generate

it will generate the new version of the form and debug the form whether the data is comming or not .

Let me me know if any concerns ....

OttoGold
Active Contributor
0 Kudos

Hello,

start debugging like this:

1) go to transaction SFP, in main menu find how to turn on the trace, set it to very detailed trace

2) generate the form, save on desktop, in Reader left bottom find the "attachments" icon (like in Outlook)

3) open that attachment tab, find file XFD.xml, open it

4) it is a XML file where all the data passed from ERP to ADS (form) is written

if you will se your data, the problem is in the form (for example with the binding of the fields)

if you will se no data, the problem is in the backend, before the data is send

Regards, Otto