Quantcast
Channel: SCN : Discussion List - SAP Interactive Forms by Adobe
Viewing all 1237 articles
Browse latest View live

Repeat subform for Multiple customers

$
0
0

Dear All ,

   I am new to Adobe forms .I have created one form which has Header , Body and Footer sub forms  . I would Appreciate if you could provide me guidance to achieve the following :-

 

 

1. Repeat the set (Header, Body and Footer ) for New customer with New Page .

2. Footer Sub form will always comes when body subforms is finished and will comes on the bottom of th.e page.

3 Body should display table which can flow to the next page depending on the records . I.e. Dynamic .

 

 

 

Regards

Naval


ADS with SOAP error

$
0
0

Dear All,

 

We are facing an issue related to ADS after the upgrade of our Portal(NW7.0 to NW7.3) & ECC(ECC6.0 to ECC EHP6). Before the upgrade the ADS & ADS_HTTPS connection was working fine and we were able to download digital signature pdf successfully. After the upgrade we setup ADS with SSL using SOAP certificates but when we were trying to do a connection test using program - FP_CHECK_DESTINATION_SERVICE we are getting below error also when we try to download the digital signature pdf from tcode PC00_M40_F16 it says "0 Bytes Transferred".

 

When we are trying to test this report it is using the "Guest" user id don't know why. The same error we got in QAS system but there the Guest user id was locked so we just unlocked the user id and the connection and downloading of PDF files done well. But in DEV system the "Guest" user is already unlocked.

 

Error from report - FP_CHECK_DESTINATION_SERVICE -

 

SYSTEM ERROR: SOAP Framework error: SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /Authentication failed. For details see log entry logID=C000AC117C94015100000000000047AC in security log./<yq1:com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt xmlns:yq1="http://sap-j2ee-engine/error">Authentication failed. For details see log entry logID=C000AC117C94015100000000000047AC in security log.</yq1:com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt>(100.102).

Exception of class CX_FP_RUNTIME_INTERNAL

 

Error from default trace file -

 

#2.#2013 11 19 12:42:45:583#+0530#Error#com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment#

#BC-ESI-WS-JAV-RT#webservices_lib#C000AC117C94015A00000001000047AC#7326650000000005#com.adobe/AdobeDocumentServices#com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment#Guest#0##EEDFD98F50E911E3A4DB0000006FCBBA#eedfd98f50e911e3a4db0000006fcbba#eedfd98f50e911e3a4db0000006fcbba#0#Thread[HTTP Worker [@1926359154],5,Dedicated_Application_Thread]#Plain##

process()

[EXCEPTION]

com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt: Authentication failed. For details see log entry logID=C000AC117C94015A00000000000047AC in security log.

 

Caused by: com.sap.engine.services.wssec.policy.exception.VerifyException: [com.sap.ASJ.wssec.020441] Authentication failed. For details see log entry logID=C000AC117C94015A00000000000047AC in security log.

        at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.authenticate(ProviderSecurityProtocol.java:292)

        at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.authenticateAndGetPolicy(ProviderSecurityProtocol.java:802)

        at com.sap.engine.services.wssec.srt.protocols.ProviderSecurityProtocol.handleRequest(ProviderSecurityProtocol.java:482)

        ... 48 more

 

Error from security log file-

 

#2.#2013 11 19 12:42:45:583#+0530#Warning#/System/Security/WS#

com.sap.ASJ.wssec.020142#BC-ESI-WS-JAV-RT#tc~sec~wssec~service#C000AC117C94015A00000000000047AC#7326650000000005#com.adobe/AdobeDocumentServices#com.sap.engine.services.wssec.authentication#Guest#0##EEDFD98F50E911E3A4DB0000006FCBBA#eedfd98f50e911e3a4db0000006fcbba#eedfd98f50e911e3a4db0000006fcbba#0#Thread[HTTP Worker [@1926359154],5,Dedicated_Application_Thread]#Plain##

Received unsupported callback: com.sap.engine.interfaces.security.auth.X509CertificateChainCallback

Authentication for web service AdobeDocumentServicesSec, configuration Config using security policy _*_*X509*_*ws failed: Login failed.. (See SAP Note 880896 for further info).

 

Also checked the SAPNote 880896 which is no use because the info is already set there.

 

Thanks,

Rbk

MDG- Material CR PDF print form

$
0
0

Hello Friends,

 

I am facing a problem while printing adobe forms. I searched the forums before posting but none of the discussions were satisfying.

 

My issue is as below:

 

I am getting an error while printing material CR's, the form gets called from WDA portal.The strange problem is this error happens only while printing certain materials CR ( for few materials it prints fine )

 

Error Message:

 

“com.adobe.ProcessingException: com.adobe.ProcessingException: 0 : InvalidDataException: Xml parsing error: not well-formed (invalid token) (error code 4), line 24, column 272 of file”

 

“Processing exception during a "Render" operation.#Request start time: Thu Nov 21 05:09:06 GMT 2013#com.adobe.ProcessingException: com.adobe.ProcessingException: 0 : InvalidDataException: Xml parsing error: not well-formed (invalid token) (error code 4), l”

 

Please find attached the image for reference.

 

Regards

Kesav

Triggering an event in SAP through SAP Adobe form Button

$
0
0

Hello experts,

 

I have one requirement to trigger an event from SAP Adobe form Script editor for the back end SAP System. My scenario is online for SAP Adobe form. Once the button is triggered in the Adobe form, the same event should be called in side the SAP System and then after some processing logic will happen and will return some value to the Adobe form text fields through context binding.

 

Note: I dont want to use ABAP Webdynpro for this, I am using the ISR native control button 'ISR On-Form event Button' in the layout. And I am using a BADI QISR1, which has been implemented with the Method SCENARIO_PROCESS_USER_COMMAND.

 

 

I have tried a lot but the event is not triggered in the SAP system.

 

In Adobe Script editor the below code has been written,

 

data.#subform[3].ISR_FormEventButton::enter - (FormCalc, client)

$record.CONTROL_PARAM.ISR_EVENT = "CUSTOM_EVENT"

 

 

data.#subform[3].ISR_FormEventButton::click - (JavaScript, client)

 

ContainerFoundation_JS.SendMessageToContainer(event.target, "SAPSubmit", "", "", "", "");

 

this.access          = "readOnly";

 

Kindly guide with some suggestion so that the BADI would trigger.

 

Waiting for earliest reply.

 

Of course I would be thank full and reward points to them who would be providing the appropriate solutions.

 

 

Thanks & Regards,

Sriyash

create spool request with given PDF-stream

$
0
0

Hello together,

 

I have created a PDF-stream created by SAP Adobe Forms using function module 'FP_JOB_OPEN' with parameter fp_outputparams-getpdf = 'X'

After then I create an pdf object and attach some files to the PDF-stream with method IF_FP_PDF_OBJECT->set_attachments

Now i want put this PDF-stream into spool system.

 

Has anybody any idea which function module or method which I have to use to create an spool request ???

 

Thanks in advance and kind regards

Jens

Event Triggering for Adobe Form .....

$
0
0

Hello All,

             I am developing ISR Forms in ECC 6.0 Sys.

1. I have created ISR SCenario in Transaction QISRSCENARIO. with form attched

    to it.

2. Then I have created one Button in the form & write following script at the click

    event of button. "xfa.record.CONTROL_PARAM.ISR_EVENT.value = "CHECK";

3. Then I have Implemented BADI for this scenario

"·SCENARIO_PROCESS_USER_COMMAND "  & written some code.

4. Now ISR_EVENT is getting value CHECK as event but BADI method is not getting triggered ,Pls help me to find the reson Why after clicking on button script is called but not BADI is getting triggered.

 

Pls help.

Smita

 

Adobe Form with XML interface cannot retrieve all data from SAP

$
0
0

hi all

 

I want to use the Adobe forms for the real estate module.

I had seen that adobe forms can have an interface with XML input and output as parameter.

 

In the interface type only the /DOCPARAMS an the DOCXML are INPUT parameters which are available.

No other INPUT parameter can be added to it.

When i try to retrieve the data in real estate there are some default function modules for retrieving the data from real estate.

But this function modules also are going to find out if the form which asks for this information has a IMPORT parameter

for the required data. For example, the SENDER data is retrieved, but before the default function module retrieve this data

the function module checks if the form has a INPUT parameter SENDER.

 

And that is not the case. And i cannot create the SENDER parameter to it, because this INTERFACE type does not allow it.

 

Does anybody know a solution herefore?

 

kind regards,

Anton Pierhagen

How to make use of multiple webservice data connections in Adobe Forms?

$
0
0

I am using Adobe Live Cycle designer 8.2

 

In my Interactive Form, I have a web service data connection that gets triggered via a button and returns messages.

 

I added one more web service data connection and calling it on the click of a dropdown list.

 

The webservice does get executed and pings SAP. But the dropdown is empty.

 

I am using the following code to trigger the WebService on CLICK of the Dropdown list.

 

var cURL1 =http://servername etc;


var service = SOAP.connect(cURL1);


xfa.connectionSet.FetchCourseType.execute(0);

If I use execute(1) then I am getting a Adobe Software error.

 

I tried to fill this return data into a hidden table and bind to the dropdown - but that also is causing a Adobe Software error.

 

Please provide necessary guidance and / examples.

 

 

Thanks


How to enable Adobe Form Options i.e. Pagination, page break

$
0
0

Hello Experts,

 

I have a problem related to Adobe Form. I am unable to select "page break.....", options in "Pagination--> Overflow", "Table Pagination Overflow", these are disable. Please tell me that how to enable them. How can I send overflowing data to next page. I am enclosing screen shot.

 

PAGE BREAK.png

 

 

 

PAGINATION OVERFLOW.png

 

 

 

TABLE PAGINATION OVERFLOW.png

 

Help required by you as soon as possible.

 

Thanks

One form for different languages

$
0
0

Hi All.

I have one PDF with one language form for LSO correspondence.

How to implement this form for second language without translation?

I need only one form for two languages. Is it possible?

 

Thanks!

Interactive Form Error - "Couldn't post data to" Web Service

$
0
0

Dear Experts

 

I am facing an error such that when I try to post data to a web service the Adobe Form displays an error stating:

"Couldn't post data to (and then the name of my soap address)"

 

The actual data does get posted to the backend ABAP system from the Form even though the error is displayed. Now I need to work out how to resolve this error message.

 

What I have configured is:

1. Form and Interface in transaction SFP

2. Remote enabled function module

3. Created web service from function module

4. In SOAMANAGER I have selected the link "Open WSDL document for selected binding" for the web service and then saved the contents to a wsdl file on the server.

5. On the Form added a new Data Connection and pointed it to the wsdl file on the server

6. Added a Submit button on the Form which executes the web service

 

I have a test program which populates the Form with data and saves the Form to a folder on the server - this all works ok.

 

Now when I open the Form and update a field on it and click the Submit button I receive the error "Couldn't post data to (and then the name of my soap address)". However when I check in the ABAP system the data has been updated ok.

 

I have searched through this Forum but have not been able to find a resolution to the problem. I have tried one suggestion which I found which was to set the option "This server is licensed for the use of SAP Interactive Forms by Adobe" in Visual Admin but this has not resolved my issue.

 

Please can you help?

 

Kind Regards

Mark Hallett

Interactive Form Error: Could not post data when not connected to VPN

$
0
0

Hi all,

 

 

The form works fine and  creates the order when I am logged in using VPN or inside client network.

 

But for the same form ,I am getting the error message 'Could not post data' when I am not connected to my VPN.

 

 

The client gave me URL like https://client.name-dev.com/..How to proceed with this URL...

 

This is urgent so can anyone help me to resolve the issue...

 

 

Thanks in advance

Prev Comment / Next Comment in Forms

$
0
0

We are using HCM F&P with multiple levels of approvals

 

We have included previous and next comment in the form where the current comment is displayed as previous comment when the form is opened from next level approver.

 

This works fine for first 2 levels but the comments entered in approval form ( Where there are buttons for approve / reject) are not being captured / displayed correctly in the next approval stage.

 

Has anyone faced such an issue? Any pointers?

Interactive form

$
0
0

Hii all,

 

I got a query where in need to bind the dropdown list with a check box . The adobe form is created with web dynpro..My Question is that --if i selected any field by drop down then automatically the check box of that field tick ..Please help me if u know.

thanks in advance

 

nitin

How to fix Image display in Adobe Forms ?

$
0
0

Hello guys..

 

I have created a Chart with cl_gui_chart_engine using XML. Then I have converted this to if_ixml_document and created a chart with cl_igs_chart_engine so I could take the Image of the chart.

 

I took the image of the chart, created an Adobe Form... long story short: I was able to export the Image to Adobe Form and displayed it!

 

But there is a problem, the image isn't displayed well:

 

Image:

http://img22.imageshack.us/img22/5403/syft.png

 

Sorry but I couldn't upload an Image here i don't know why.

 

 

As you see in the Image, I used the 3 options of Sizing that is in Adobe Forms but still it doesn't show the image in the rgisht way.

 

This here is the chart how it looks like:

 

http://img802.imageshack.us/img802/5306/lvu7.jpg

 

 

Can someone help me?


Barcode for Internal Tables in Adobe Forms

$
0
0

Hi All,

 

How can I display Barcode for internal table data in the Adobe Form layout?

 

My form will trigger from MIGO and the standard Driver program SAPM07DR will be used. I am using the FM 'GET_SERNOS_OF_DOCUMENT' in the Form Interface to get the Serial Numbers for the GR line item into an internal table. I need to display each Serial Number value as well as the corresponding Barcode in the Form.

 

Example:

 

SR1     <Barcode 1>

 

SR2     <Barcode 2>

 

SR3     <Barcode 3>

 

For individual field values, I know how to go about it. But I am not able to bind the Barcode field to TABLE->DATA.

 

Any suggestions?

 

Regards,

Swagata.

Empty page is being printed but shouldn't be

$
0
0

Hello all,

 

I'm new with Adobe Forms and would like receive your help to see the light at the end of

the tunnel.

 

Business wants to print a couple of forms: Delivery Note (DN) and Return Delivery Note (RDN). They are triggered from a shipment. From the shipment, the DN is being getting and then from DN a RDN could be printed or not, maybe DN doesn't have a RDN. Just DN should be sent by email, not RDN. So, I decided to have four master pages: two for DN (FirstPage and NextPage) and two others for RDN (FirstPageRDN and NextPageRDN).


My problem is that even the last page from RDN is empty, it is being printed and this is not okay. I have read that for adobe forms, When the content area contains a main subform and if this main subform is hidden (i.e. no data left to show), the adobe framework hides the master page and all its instancesbut it doesn’t work. Perhaps I need to include something else or coding something with FormCalc.

And my other issue —that I think is related with the same thing— is that the RDN form should not be printed if we don’t have items (items or information statement on main) but it does and this is not okay either. I think that’s why it’s being sent as well by email and business doesn’t need it, they just want the DN.

I'll really appreciate your suggestions to solve boths issues.


Thanks a lot.

Fab

Smartform grid around text

$
0
0

Hello,

 

I'm new to this forum (actually, I've never posted on any forum before!)  I'm working on a Smartform, but have come across something that seems like it really shouldn't be an issue, but I can't find a way around it.

 

Basically it is a change from an existing form to a new one which has lots of grids in it.  The text which was previously in various windows now needs to be within grids where each character is enclosed with a box.

 

That's it.  I'm using templates to create the grids, but I can't find a good way to populate the template.  At the moment, I am creating individual texts under the template for each individual character and then placing them into the Template in the Output Options and selecting the Line and Column it needs to go in.

 

This seems very unnecessarily tedious and not very easily maintainable for future changes.  Even if it was possible to dynamically declare the column number in the Output Options then I could use some sort of loop to fill the Template in or something but I can't find a way.

 

I hope you understand what I mean by this.

 

If anyone knows of any better ways I would be very grateful, or even if there is no way then at least I can just get on with creating lots of individual texts and stop getting distracted with trying to think of better ways!

 

Thanks!

 

Lee

Check and Send clearing radio button value

$
0
0

Hi All,

 

I created a radio button in a form and the field has type ASR_DT_RADIOBUTTON in Fields section of form scenarios and the field is not included in any generic/backend services. I am passing this form to workflow and creating a infotype after the last approval in workflow based on this value. But when the form is opened and filled out by the first user and the user does check and send, the radio button value is getting cleared. All the other fields filled by the form are remaining as is except this field. I am unable to find the issue. Did anyone face this issue? Any clues where I can look for?

 

Thanks,

Suma

Release prerequisite of AS ABAP and AS JAVA for configuring ADS.

$
0
0

Dear Experts,

 

We are planning to install ERP 6.0 EHP6 (based on NW 7.0 EHP3) and also create an EP system with ADS which is NW 730.

 

When I was referring the SAP Help on Configuring Adobe DocumentServices for Form Processing (ABAP), a prerequisite exists as follows:

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/3a/62c0dbf6da426790ecf3186b37f512/content.htm?frameset=/en/7b/2e14868e704f02adb31ec00b88257a/frameset.htm

ads_pre.jpg

 

 

Here I am confused as what they are mentioning as "release" in AS ABAP

 

As you all know, in ERP 6.0 EHP6 (based on NW 7.03), the BASIS release is 731.

 

QUESTION - 1:

How do i find what is AS ABAP release? In this case is it 731 or NW 7.03. please clarify.

 

QUESTION - 2:

2.1 => Is this combination of ERP EHP6 (NW7.03) and EP/ADS (NW 730) combatible ??

2.2 =>  How do one know which combination is OK ? Is there a official document for this ?

 

Thanks & Regards

Ragunath


Viewing all 1237 articles
Browse latest View live