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

Re: Message Mapping issue in Multi-Mapping

0
0

Hi,

 

While doing testing at message mapping level you need to explicitly add the additional namespace tags ns0 & ns1 ..or in other way use the generated sample test message as is and place your payload as per the namespaces generated...where as runtime this will be taken care automatically you need to pass the xml message in normal way i.e. no need to add the additional namespace messages..

 

Messages you pasted as is as per expected behavior only...

 

where exactly you are getting the error provide more info on that..

 

HTH

Rajesh


Re: Can I duplicate HANA database

0
0

Hi Poorna,

Thanks for replying

 

As my understanding, there are only 2 types of HANA backup, Complete databackup and log backup. When i run Complete Databackup, both databases in my HANA server gets backup. There are total of 6 files created for the complete databackup, and i cannot tell which backup files are for which databases.

 

So how can i restore just 1 of the databases and named it differently?

 

Thanks,

Taw-Fey, Tan

Re: Business card example in Demo kit is not working for me

0
0

Hi Nikhil,

 

I tried the same code and i found the following error in the console,

 

Uncaught TypeError: Cannot read property 'ui' of undefined

 

I think you have to import the sap.suite library.

 

Regards,

Sharique


 

Re: bapi_inquiry_createbos problem with upload data

0
0

Hi Aayush Jain,

 

Thanks for replying. but i am looking for error no VP 112 please enter sold to party or ship to party.

 

if you know in this suggest me.

 

Thanks &regards

Srinivas

Re: Open calculator input helper by key

0
0

Dear Bernd,

 

According to the Note 1406153 - "How to disable calculator value help in Web Dynpro Java"- with SAP NetWeaver 7.1 Ehp1 Web Dynpro Java introduced an additional value help (calculator) for numeric input fields. For consistency reasons Web Dynpro does not allow to activate or deactivate the calculator per input field. All input fields bound to a numeric data type get by default a calculator value.

 

So at first you have to disable the default calculator.

 

And then you have to create one custom application for calculator and call that application by clicking the button of your view.

 

You can check following documents for this.

1) How to Use Input Field Suggestions in a Web Dynpro for Java Application  -

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3073bc25-2c08-2d10-1e82-f6ed25001a13?quicklink=index&…

2)Creating Your First J2EE Application  -

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a1b99c90-0201-0010-39be-c36341d3f68d?QuickLink=index&…

 

Thanks,

Patralekha

Re: SAPUI5 Image and Canvas(HTML5) not working in Eclipse IDE

0
0

Hi Nikhil,

 

You are Welcome, btw if you get solutions you can also mark helpful and/or correct answers. You may check this link, The SCN Rules of Engagement if you haven't done so yet.

 

Regards,

Swetha

Re: Wrong date format JJJJ-MM-TT vs. TT.MM.JJJJ

0
0

Hi Andrea.

 

Also MM transactions are affected.

 

I will try to put a trace on the user. That is maybe a good idea.

I will get back to you with the result.

 

Thanks in advance.

Re: Standard Customer Exit Variable

0
0

CMOD-->utilities-->SAP Enhancements-->Remove 200 Hits and execute


Re: Header text field in SapScript

0
0

Hi Sandy,

 

Can you give me the steps? Please! This is my last question then I'll close the thread.

Re: VV31 for smartform printout thorough vf02

0
0

Hi,

 


The dispatch time was 3 earlier and now I have put it to 4. The new invoices will be created on the first week on next month. I'll surely b in touch with you. Will let you know soon/

 

 

Take care

Have a great day

Re: Header text field in SapScript

0
0

Hi,

 

Seeing the screenshot, I believe you need the header text to be displayed below the line item details.

 

So,  after all the line items are printed, have the same Include code in the line item details text element.

 

Thanks!

Sandy

Re: Enterprise Portal Redirection

0
0

Hi Rishi,

Thanks for the help I found the sapgenpse in the dir named Hp-ux****.

But when I run the sapgenpse it gives me the following error man, I would appreciate all the help that I can get man.

 

Following is the error:

-------------------------------------------------

**********************************************************************
  **   sapgenpse WARNING:  Environment variable "USER" not defined!   **
  ** ---------------------------------------------------------------- **
  **  Please define the USER environment variable *AND* insert        **
  **  the definition into the startup script of your Unix shell,      **
  **  or you may get problems accessing credentials created           **
  **  through 'seclogin'!                                             **
  **                                                                  **
  **  Examples additions for your shell startup scripts:              **
  **                                                                  **
  **  (sh):  if [ "$USER" = "" ];then USER="`whoami`";export USER;fi  **
  ** (csh):  if ( $?USER == 0 ) setenv USER "`whoami`"                **
  **                                                                  **
  **  You appear to have a csh-style login shell                      **
  **********************************************************************

Couldn't load function "sapcr_cert2p7" from shared library "libsapcrypto.so"

 

 

I am logged in with the <sidadm> user.

Re: HANA Certification

Re: Scheduling Agreement Schedule Lines with *

0
0

Try to move the cursor into  the field with the * in MD04 and then press F1.

SAP explains it at the bottom of the help text

Re: delete pnp fields in program when using PNP LDB

0
0

Hi Naresh,

 

If that is the case collect all the pernr into an internal table within GET PERNR and END-OF-SELECTION event. Delete the internal table content which are not mentioned in the Screen fields.

 

Check the below code:

TABLES: pernr.
SELECT-OPTIONS: s_pernr for pernr-pernr.
data: it_pernr TYPE TABLE OF pernr,
      wa_pernr type pernr.
Get pernr.
APPEND pernr to it_pernr.
end-of-SELECTION.

DELETE it_pernr WHERE pernr not in s_pernr.

LOOP AT it_pernr INTO wa_pernr.

ENDLOOP.

 

Hope it might help you.

 

With Regards,

Giriesh M



Re: what is the use of compound attribute in sap bw?

0
0

Hi Reddy,

If one Info Object depends on another info object we will make that dependent info object as a compounding attribute of main Info object.

Eg: Storage Location – Plant

In above eg there is no meaning of Storage Location without Plant. So, we will make storage location as compounding attribute of Plant.

Regards,

Sreehari.

Re: How to set column position in ALV Grid layout

0
0

If your using OOPS ALV , You can use the method SET_COLUMN_POSITION of the class cl_salv_columns.

You can also achieve user related fields to be displayed , by sorting fields in layout.

Re: Stock Transfer Scenario and VAT

0
0

Hi,

you have to create new pricing proc for STO in which you define new condition type for VAT and assign it to seperate GL a/c.

 

 

 

 

Regards

Rahul

Re: Issue in xcelsius installation

0
0

Hi Arijit,

 

The file you mentioned is not available in reg file.But its visible in C:\Programfiles

 

Please find the attached screen shot.

Need Help...

 

Thanks  in Advance

C Programfiles Businessobjects.pngregistry.png

Regards

Sushma


Re: Crosstab Report Date

0
0

Hi Abhilash,

 

Thanks For your reply.

 

1.I didn't get parameter field when i make group name formula.

 

2.I have attached the screen of my report formula part and also you can see my parameter field is "Date"

 

3.I'm using SAP Crystal reports 2008 and Version 14.04.4.738 RTM

 

Thanks

-cross.pngRajesh N

Viewing all 8798 articles
Browse latest View live


Latest Images