Quantcast
Channel: SCN: Message List
Viewing all 8713 articles
Browse latest View live

Re: Pricing Error masage V1 801 not picked

$
0
0

in this given case--provide the sales screen shot(Va02>>Item conditions>> and your pricing procedure screen shot.

 

Thereby people can guide you...

 

Phanikumar


Re: Extract PO Header Text data by SQVI

$
0
0

Yes, it will fetch only first line. If you want to see all line, then you can click display text button

ScreenShot.jpg
Otherwise, you can use the functional module "READ_TEXT"

More details in thread PO Text Table

what is the symbol '-> and ' stand for in substitution

$
0
0

When i try to do substitution, we need to type some basic symbols like the SQL symbols, there are 2 symbols which my colleagues ask me how to use. -> and <-> , anyone know how to use these 2 so that i can share the knowledge with my team members. thanks

After updating JCE Policy files JMS application went down all EAR Modules (Java apps)went down

$
0
0

Dear Experts

 

We are currently running on SAP PI7.31 dual stack, Oracle 11.2.0.3.0, Linux OS.

We have applied JCE policy files in SAP PI server to achieve encryption and decryption in couple of our interfaces. We have faced no issues in Dev, QAS and Pre-Prod environments. But in production after applying JCE policy file and restarting the system our JMS service stopped working, all our EAR modules (Java Services) stopped working. We have to manually start both JMS service and EAR modules.

Did anyone face this behaviour in production environment while applying JCE policy files? Have you face any issues after manual restart of JMS and EAR modules. Are there any other critical services I need to keep a watch on? Please share your views.

 

Thanks

Phani Akella

Re: Arabic Smartforms

$
0
0

HI Syed ,

 

These notes are already there in the system.

Re: Method export parameter, debug show container updated, SWIA doesn't - PART 2

$
0
0

OK, so this tells you that the problem is not in the workflow, but in the task (or in its bindings) itself. Perhaps an important finding for solving this problem, and one variable less...

Re: sap portal 7.4 URL iview

$
0
0

Hi,

You can try creating a portal component which reads the logged in user and writing it back to response, and an iView from this portal component.

Then just call /include the iView, or directly call the portal component.

 

Sample code:

 

UserFactory userfact=UMFactory.getUserFactory();

IUser user=userfact.getUserByUniqueName(request.getUser().getUserId());

String usrid=user.getUniqueName();

 

Best Regards,

Tal

Re: read all data from sapui5 table(sap.ui.table.Table)

$
0
0

Hi Mano

 

This syntax will get you all the rows in the table. Do you want all the rows or selected one only please clarify clearly

 

sap.ui.getCore().getElementById('T-POhdr-DR').getRows()


Nabheet


Re: From html5 page read portal(7.4) logged-in userid

$
0
0

Hi,

You can try creating a portal component which reads the logged in user and writing it back to response, and an iView from this portal component.

Then just call /include the iView, or directly call the portal component.

Then decide what needs to be done.

 

Sample code:

 

UserFactory userfact=UMFactory.getUserFactory();

IUser user=userfact.getUserByUniqueName(request.getUser().getUserId());

String usrid=user.getUniqueName();

 

Best Regards,

Tal

Re: Can't modify reports

$
0
0

Hi Sastry,

 

Thanks for replying.

 

They were created using version XI and I am trying to open them using XI.

Re: Dynamic LOVs

$
0
0

Hi Kalyan,

 

Just create a parameter and choose the type as Dynamic and under Values choose the Country Field and then click the 'click to create parameter' option beside it.

 

-Abhilash

Re: Portal Navigation URL dynamically through coding

$
0
0

Hi,

After receiving the object you can inspect and get properties from it.

For example:

EPCM.getSAPTop().LSAPI.AFPPlugin.model.getCurrentLaunchNode().getLaunchURL()

Will return you the pcd id of the current node --> then you can to EPCM.doNavigate to navgiate to it.

sample answer: "pcd:portal_content/FFP_SP12_Demo.FFP_SP12_Demo/FFP_Demo/com.sap.portal.wd_web_resource_repository"


EPCM.getSAPTop().LSAPI.AFPPlugin.model.getCurrentLaunchNode().getNodeURI()

will return you the nav parameter, for example

"NavigationTarget=navurl://2fb062e9fe451b9244af9112f56f6b60"


will that suite your needs?


thanks,

Tal

Re: FMN0 - Reconstruction of FI Doc in FM with wrong figures

$
0
0

Resolved by implementing a Note no. 1835655...

Thanks a lot.

Re: Async Scenario: Proxy -> PI -> Soap fails with OK_BUT_NO_XI_MESSAGE

$
0
0

Also,

 

There is a difference between the XML of the failed message and the successful message:

 

The SOAP:Header & SOAP:Body of the failed message do not contain any namespaces.

message_error.png

The SOAP:Header & SOAP:Body of the successful message contain namespaces.

message_okay.png

Re: SRM 7.03 Order As Direct

$
0
0

Hi Jerry,


Whats your current ECC version ?


What is the  value of ECC system type that you have maintained in the SPRO configuration- Define System landscape.

 

if possible can you please show us a screen of the above mentioned configuration.

 

Regards,

Suresh


Re: I want backround print at the time of MIGO posting

$
0
0

Hi Dinesh

 

You need top understand that when printing needs to happen in background their is nothing special you have to do except providing detail of printer to be printed on and setting no_dialog flag. If you are not doing it correctly then a pop up will come and will throw dump as it is running in background. So better search this forums for printing without dialog stuff you will find so many inputs

 

Thanks

Nabheet

Schedue and Modify help request

$
0
0

Hi Folks,

 

Below 3 requests, I am currently working on my project. I am testing these in my personal sandbox environment before i apply them directly in real environment,

 

Please advise the below two points.

 

1) which right i need to specify in order to disable " Schedule" the reports in My Favourites and Public folders"

2) If someone send a document to the user "PB" he should not be able modify it, But, he should be able to modify the report which he created..

which right, i need to specify in order to achieve this.

 

If someone advise me with what rights, i need to specify, I will create a custom access level and assign it to User/Group.

 

3)What is Proccess to send a Report client Personal folder instead of Public folder. Not through the send to "BI inbox" method. I want to send the report directly to his personal folder.

 

I created user called PB, and explicitly granted the below rights to create a Webi Document. I created a test document and saved in My Favourites.

When i Right Click, I am able to see " Schedule and Modify" rights in the context menu.

 

 

Schedule.PNG

 

schedule and Modify.PNG

Re: Incompatible type for NOT operator: nullable`1[system.boolean].

$
0
0

Hi.

 

What does the InitializeComponent? Are you sure it runs correctly? Gs_odbc has a value? Are all used objects valid when required? I would try to step-in to see if everything workd fine...

 

Andreas.

Re: Trouble Sending IDOCs to a NON-SAP system using TCP/IP RFC

$
0
0

Hi Sasidhar,

 

In my PI monitor, the message has sent successfully, the java idoc server receives the document  but can't download it because JCo is searching the metadata using the RFC Destination pointed to XI system where those definitions doesn't exists (my IDocs are custom objects, they aren't definitions of standard documents), PI creates an acknowledge system describing a problem in my JCo server (metadata not available).

 

I was looking for some JCO API blog or note that helps me on the way to "import" programmatically the iDoc structure into my java server application (instead of the workaround) and how to indicate the program to avoid look metadata into XI and using the local one, but I haven't found any thing that helps on this till now.

 

 

Thanks again for your recommendations

 

Regards!

Re: [Error during Export] R3load exited with return code 11

$
0
0

Hi Martin

 

Could you paste the SAPINST.log

 

BR

SS

Viewing all 8713 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>