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

Re: Annual Perk value /3J1 AND /3J2

$
0
0

Till now I am not getting any solution. Can anybody know the solution of this.

 

Its urgent

 

 

Thanks


Re: SAP Netweaver 7.31 SP16 - dynamic configuration - Header Properties with variables defined and filled in a routing

$
0
0

Hi Souvik,

yes, the UDF-coding-test was successful.

 

MM_Test_FileName.PNG

 

MM_Test_Directory.PNG

Do you have still any idea?

 

Thanks in advance.

 

Regards,

Angelika

Re: File System NFS protocol configurations

$
0
0

Hi Souvik,



So folders need to created in XD1 application (AL11 transaction) server level same as share folder.

 

Also mainly at OS level folders need to be created.


Mounting point should be enabled between XI development server and Share folder(\\177.160.01.147\sap (D:\SAP)

 

Unable to view it in AL11 transaction or should we need to create. or when I create am getting below error:

Wrong order of calls <- CALL opendir: No such file or directory(,,..)

Message no. S1204

 

 

Also please help me in mounting concept of os level and appln server level if you aware means.

 

Many Thanks.

Re: Archive AAE xml messages in SAP PI7.31

$
0
0

Hi All,

 

we are getting different error now ..every time when i scheduled job..i see this error.

 

this is EOIO message and no xml messages are archiving.

 

598 PUT: Error while
creating resource message_c0a60701-e68b-11e4-92f9-0000082661de_outbound.xml;
response code from storage system : 598 I/O Error
com.sap.engine.services.httpserver.exceptions.HttpIOException: Read timeout.
The client has disconnected or a synchronization error has occurred. Read
[36984834] bytes. Expected [End-Of-Chunk].: Read timeout. The client has
disconnected or a synchronization error has occurred. Read [36984834] bytes.
Expected [End-Of-Chunk

please let me know if any one has this kind of issue.

 

Regards,

loordh.

Re: Text table in ALV Column

$
0
0

Hi Ankesh,

 

In our ALV at max  you can display only 128 char.for your requirement you have to use text Warping functionality which I don't like personally because of it's look. I face same issues just few day before

1.PNG

so I suggest put a button or simply a icon with hotspot feature on click display the long text by using

FM 'TERM_CONTROL_EDIT'.
ztest.GIF

Reference link

 

ABAP Custom Text Editor Pop UP - Code Gallery - SCN Wiki

 

for use of FM.

 

Hope this Help You to solve your  issues

Re: C_TB1200_90 Exam Materials

Re: Unable to create a Request for Change or a Change document in ChaRM

Re: Work Schedule Time ( Planned work time ) problem HR ABAP

$
0
0

Hi Rajendra Nath,

           These are the steps I followed

I declared all the Infotypes and called below Function Modules:

 

call function 'HR_PERSONAL_WORK_SCHEDULE'

     exporting

       pernr             = pernr-pernr

       begda             = pn-begda

       endda             = pn-endda

*     KUG               =

*     REFRESH           = 'X'

*     WORKING_HOURS     = 'X'

       switch_activ      = switch_active

       i0001_i0007_error = '0'

*     read_cluster      = rdclust

*    IMPORTING

*     WARNING_OCCURED   =

     tables

       i0000             = p0000

       i0001             = p0001

       i0002             = p0002

       i0007             = p0007

*     I0049             =

       i2001             = p2001

       i2002             = p2002

       i2003             = p2003

       perws             = psp

     exceptions

       error_occured     = 1

       abort_occured     = 2

       others            = 3.

   if sy-subrc <> 0.

     call function 'HR_DISPLAY_ERROR_LIST'

       exporting

         no_popup         = ' '

         no_print         = 'X'

         no_img           = ' '

       exceptions

         invalid_linesize = 1

         others           = 2.

     if sy-subrc <> 0.

     endif.

     reject.

   endif.

   call function 'HR_WORK_SCHEDULE_TIMES'

     exporting

       pernr         = pernr-pernr

       begda         = pn-begda

       endda         = pn-endda

*     KUG           = ' '

*     BREAK_OVERTIME          = '1'

*     REFRESH_INFOTYPE_BUFFER = 'X'

*    IMPORTING

*     WARNING_OCCURED         =

     tables

       i0001         = p0001

       i0007         = p0007

       i2003         = p2003

*     I0049         =

       perws         = psp

       daygen        = daygen

       dayint        = dayint

     exceptions

       error_occured = 1

       perws_error   = 2

       others        = 3.

   if sy-subrc <> 0.

     call function 'HR_DISPLAY_ERROR_LIST'

       exporting

         no_popup         = ' '

         no_print         = 'X'

         no_img           = ' '

       exceptions

         invalid_linesize = 1

         others           = 2.

     if sy-subrc <> 0.

     endif.

     reject.

   endif.

 

DAYINT Function Module will give the Planned working times.

 

Also there is another FM HR_DWS_RE550 which will give the planned working times based on daily work schedule variant. But the problem is how to find link between PERNR and VARIANT for that particular day. There will be two work schedules for a day i.e., a normal working day is categorised as off-day with variants as space and '9'. Then which record should we consider.

 

In the above FM HR_PERSONAL_WORK_SCHEDULE the parameter PSP gives the Work Schedule. But for the above case mentioned it is just getting normal work schedule instead of Off-Day work Schedule.

 

Hope I am clear.


Re: TLS 1.2 Support For ECC 6.0

$
0
0

Hello Isaias,

 

Thank a lot for your reply .

 

Yeah we are in a plan to upgrade our system to latest Enhancement and kernel but it is planed for 4th quarter of this year.

 

But due to security some reasons webservice partners  they don't want to support TLS 1.2 and below.

Now My kernel is on lower version i cannot upgrade to Common crypto to support TLS 1.2.

 

Is there any work around for me to implement this common crypto on Kernel  700 , please advice .

 

Thanks in advance!!

 

Regards,

Vardhan.

Re: Error with prompt definition in Derived table

$
0
0

Hi Avinash,

 

We tried the same but still getting the error message like invalid prompt definition.

 

Any other solutions please...

Re: TBEX - Macro Error "TablebacktoR3" occuring while import data sheet in sap

$
0
0

Dear Mr.Dibyendu Patra,

I checked the note its asking the username and password for the sap service market place. I try to signup but i couldn't.

how can we get this note. And I have checked the KP06 also its already made the integration.

but while importing it throws error.

kindly advice me if its there any other possible solution.

Re: Lease in Treasury

$
0
0

Hi Grigoriy,

 

Thank you very much for your response. I  too had the same in my mind but not sure about the same. I too had done for loan taking 550 as based.

 

Let me try and get back in case I get stuck.

 

Regards,

Jain

Re: How to assign SQL query for an Object in IDT - DF

$
0
0

Dear Sampath,

 

Thanks for the solution, it works perfectly.

Re: i18n for the extended Fiori app

$
0
0

Hi Krishna,

 

I had the same issue and I applied Sven's solution. It worked perfectly in my eclipse environment. The expected texts were displayed on my extended fiori app. But, after deploying to ECC, it doesn't work. So I was wondering what is the <component name> you have given.

 

I have extended SRM Approve Shopping cart app and below is how config looks :

 

i18n_extended.PNG

 

Is something wrong in the way I have defined?

Any advice/solution is really appreciated.

 

Regards,

Prerana

Re: SAP BW DATAFLOW MIGRATION ISSUE


Re: MDG-M Create Material Error

$
0
0

Hello,

 

When I am staring Create Material using NWBC, I am getting error in EHP7

"

Web Dynpro application does not fit to the system configuration

Message no. CM_MDG_BS_MAT_GEN000

 

Diagnosis

MDG_MATERIAL_2 is activated. No compatible UI application is selected.

Procedure

 

Use the Web Dynpro application MDG_BS_MAT_OVP and contact your administrator.

 

Please suggest....i have checked the below mentioned points

 

1) If you are using EhP6 then see that you are selecting the proper role SAP_MDGM_MENU in NWBC       cockpit.

2) Check whether you have selected Data Model MM in personalisation parameter R_FMDM_MODEL.

Re: SAP GUI 740: VBA "SAP.Logoncontrol.1" and "SAP.Functions" doesn't work anymore

$
0
0

Hi Erik,

 

enclosed the file properties:

 

If you need the properties in english language - no problem

 

Both files are stored here:   C:\Windows\SysWOW64\

 

BR

Florian

Re: How to use UI Controls at fixed position in a screen?

$
0
0

Hi Dennis,

 

I am still trying.I will update after checking result.

 

Thank you for quick response.

 

Regards,

Koti Reddy

Re: Data Access Profile issue

Re: Zebra printing S_LZPL_SETUP = ^FWR & ^LRY

$
0
0

Hello Karel Havlicek,

 

I have created a smart form to print a label, but the label is printing in reverse order (Upside down). we are using the ZLZEB2 :  203 dpi printer to print the label. I have tried with S_LZPL_SETUP = '^FWI' in command node still its not working. could you please help me on this??

 

 

Regards,

Ramesh

Viewing all 8987 articles
Browse latest View live


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