Quantcast
Channel: SCN : All Content - All Communities
Viewing all 9126 articles
Browse latest View live

About SRM web survey form submit

$
0
0

Hi, Expert

 

     I meet a requirtment, and I need to collect the questions from the third part web, then I need to submit the survey with ABAP code, could you give me some useful help? and I am using SRM7.0 .

 

    I found the class method 'On_input_processing', but I don't know how to use it and if it is useful.

 

thanks.


Converting Date and Time into SAP table format From excel

$
0
0

Hi,

I am updating data from Excel file into SAP table but getting issue with date and time. There are few fields with date and few with time.

The SAP table date format is DD.MM.YYYY and time is HH:MM:SS.

 


The date and time in excel is DD.MM.YYYY and HH:MM:SS but still when the excel date 01.
10.2010 updates into SAP table it comes as 20.0-.01-1

and time 12:02:33 comes as 12::0:2:

Product is not valid for Sales org and distribution chain

$
0
0

Hello friends,

 

When i am saving the trade promotions , i am getting error message

"Product XXXX is not valid for distribution chain XXXX, XXXX"

 

I have maintained sales organization and distribution channel in commpr01 under sales and distribution tab.

 

kindly help.

 

 

Regards,

Srinivas

vacation advance/ notice period recovery from employees guarantor

$
0
0

Hello Experts!

 

Our customer has the following requirements-->

 

1. When the employees goes on vacation he takes the vacation advance( which is paid via cheque and nullified in FI after he returns via payroll).

While apply for vacation he needs to specify another employee who will be his guarantor in case the employee does not return from vacation.

 

In such a case if the employee has any amount due to be paid to him...the vacation advance and notice period will be recovered from him...and if not then remaining vacation advance and notice period should be recovered from the guarantor. Recovery can be one time or in installments.

 

Please suggest how this can be achieved!!

 

Thanks,

Poonam

JCO download

$
0
0

How I can download JCO.jar file?. I wanted that for connection with SAP from Java code. I don't have authorization for SAP market place. Kindly suggest me some other way as soon as possible

A critical error has occured. Processing of the service was terminated. Unsaved data has been lost.

$
0
0

Dear Team,

 

 

 

I am facing one issue in ESS, in that only one service(Employee Search) showing critical error.

 

 

Error.jpg

 

 

Please check attachment once

 

 

Thanks,

Srinivas

How to display ICONS in parameter field

$
0
0

Hi All,

 

   I have a Parameter field which is an Input field with value help of three restricted values

 

   Eg :  PARAMETERS  : e_icon  TYPE icon_d .

 

   On value request  Red, Green,Yellow ICONS are displayed but when selected among those the screen value is displayed in internal format like      

 

   @0A@.

 

  How can make this Display as ICON Symbol.

 

  I have used F4 help on  e_icon  as below :

 

 

AT SELECTION-SCREEN ON VALUE-REQUEST FOR e_icon.

  REFRESH: gi_icon,gi_return.


  SELECT id name

         FROM icon

         INTO TABLE gi_icon

         WHERE id IN ('@08@','@09@','@0A@').



  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'

    EXPORTING

      retfield    = 'ID'

      dynprofield = 'E_ICON'

      dynpprog    = sy-repid

      dynpnr      = sy-dynnr

      value_org   = 'S'

    TABLES

      value_tab   = gi_icon

      return_tab  = gi_return.


  e_icon = gi_return-fieldval.



  REFRESH gi_return.

  CLEAR gi_return.

 

 

Kindly  suggest some ways.

 

 

 

With Thanks,

 

Dina

solution manger7.1 components error

$
0
0

HI

 

  we are struck with error at solman_setup manged system configararion, it syas some compnets are not installed attached screen shot, UI_INFRA_100 and UISAPUIS 100 These components properley installed ,but it say not installed. i reboot machine  can any one guide me to trouble sgoot the issue.

 

 

regards

vreddtsssui.jpg


Merging Inventory Data With Other Data

$
0
0

Dear Experts,

 

I have a requirement where in i am trying to combine Inventory Data with data from other datasource (0CO_PC_ACT_05).

 

I have designed the Bex query from both the sources. Now i have tried to merge the data at BO level by merging dimesions

plant and material. It works fine for small data set  but there is performance issue as we have huge inventory data of more than 15 years.

 

Kindly suggest me the other methods through which i can merge the data.

 

Thanks ,

Sumit

How to find status of sales order without OBJNR

$
0
0


Hi All,

 

Could you please let me know how to find staus of a sales order without VBAK-OBJNR, sales order type is debit memo request(VBAK-AUART = 'L'), it has no status icon in status tab, and VBAK-OBJNR is empty, but 'Rejection status' is showing as 'Everything rejected' in its status tab.

 

Thanks & regards

RK

A Sales Order is Already Completed But Still Creating PR Thru MRP

$
0
0

The item is already delivered, but the MRP still creating PR for that item.

When deleting the PR, our MRP will run again and create new PR.

How can I stop the MRP in creating new PR for that item?

Please help.

Thanks,

Stored procedure at Purchase order..

$
0
0

hi.

i need a stored procedure at purchase order..

what i need is purchase quotation , posting date should be equal to purchase order posting date other wise..

error will show...

the below one i tried but it's not working..

 

--IF (@object_type = '22' )and (@transaction_type IN ('A','U'))

--BEGIN

--If exists(SELECT T3.[Docentry]  FROM POR1 T0 left join OPQT T1 on  T0.[BaseDocNum]  =  T1.[DocNum]

-- INNER JOIN PQT1 T2 ON T1.DocEntry = T2.DocEntry INNER JOIN OPOR T3 ON T0.DocEntry = T3.DocEntry WHERE DATEDIFF(DD,T3.DocDate,T1.DocDate ) <> 0   and T3.DocEntry =

--@list_of_cols_val_tab_del )

--  Begin

--  set @error =105

--  set @error_message = 'Please Check the Date'

--  End

--  end

Junk Characters while opening a file from webdynpro ABAP

$
0
0

Hi All,

 

We have a Webdynpro ABAP application ,  in that application from a link we are opening DOC,PDF,JPG........files . When we click on that link it is opening in a Junk charcters .  We have another webdynpro ABAP application in portal , in that application the files are opening fine.

Could you please let me know why it is opening in a junk characters in first application?

 

Regards,

Krishna.

SAPOSS: RFC Connection Test Error

$
0
0

Hello Guru's

 

I hope someone can help me figure out what is wrong with my configuration.

 

Here's the thing, I have been trying to test RFC connection of SAPOSS via SM59 but it gives me error

 

DEV_LG

 

RSTR0006: Display Developer Traces

 

trc file: "dev_lg", trc level: 1, release: "701"

 

[Thr 8180] Tue May 06 15:37:10 2014

[Thr 8180] *** ERROR => NiBufIProcMsg: hdl 0 received rc=-93 (NIEROUT_INTERN) from peer [

[Thr 8180] *** ERROR => MsINiWrite: NiBufSend (rc=NIEROUT_INTERN) [msxxi.c      2480]

[Thr 8180] *** ERROR => MsIAttachEx: MsINiWrite (rc=NIEROUT_INTERN) [msxxi.c      734]

[Thr 8180] *** ERROR => LgIAttach: MsAttach (rc=NIEROUT_INTERN) [lgxx.c       3980]

[Thr 8180] *** ERROR => LgApplSrvInfo: LgIAttach(rc=LGEMSLAYER) [lgxx.c       1272]

[Thr 8180]

*****************************************************************************

*

[Thr 8180] *  LOCATION    SAProuter 40.4 on 'spwdfvml0575'

[Thr 8180] *  ERROR       spwdfvml0575: route permission denied (122.3.236.196 to

*              oss001, sapmsO01)

[Thr 8180] *

*  TIME        Tue May  6 09:35:43 2014

[Thr 8180] *  RELEASE     720

[Thr 8180] *  COMPONENT   NI (network interface)

[Thr 8180] *  VERSION     40

[Thr 8180] *  RC          -93

[Thr 8180] *  COUNTER     1294

[Thr 8180] *

[Thr 8180] *****************************************************************************

 

DEV_ROUT

 

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

trc file: "dev_rout", trc level: 1, release: "710"

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

 

Tue May 06 15:43:10 2014

SAP Network Interface Router, Version 39.3 (SP4)

 

command line arg 0: saprouter

command line arg 1: -r

command line arg 2: -S

command line arg 3: 3299

command line arg 4: -K

command line arg 5: p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE

SncInit(): Initializing Secure Network Communication (SNC)

      PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 8/64/64)

SncInit(): Trying environment variable SNC_LIB as a

      gssapi library name: "F:\usr\sap\saprouter\sapcrypto.dll".

  File "F:\usr\sap\saprouter\sapcrypto.dll" dynamically loaded as GSS-API v2 library.

  The internal Adapter for the loaded GSS-API mechanism identifies as:

  Internal SNC-Adapter (Rev 1.0) to SECUDE 5/GSS-API v2

main: pid = 5032, ppid = 0, port = 3299, parent port = 0 (0 = parent is not a saprouter)

reading routtab: './saprouttab'

 

####### i have deleted a lot of space here #######

     

Tue May 06 15:43:57 2014

*** ERROR => NiBufIProcMsg: hdl 23 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

Tue May 06 15:49:29 2014

*** ERROR => NiBufIProcMsg: hdl 16 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

Tue May 06 15:49:50 2014

*** ERROR => NiBufIProcMsg: hdl 17 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

Tue May 06 15:49:51 2014

*** ERROR => NiBufIProcMsg: hdl 18 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

Tue May 06 15:50:48 2014

*** ERROR => NiBufIProcMsg: hdl 19 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

Tue May 06 16:20:35 2014

*** ERROR => NiBufIProcMsg: hdl 20 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

Tue May 06 16:41:35 2014

*** ERROR => NiBufIProcMsg: hdl 21 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

*** ERROR => NiBufIProcMsg: hdl 38 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

Tue May 06 16:41:36 2014

*** ERROR => NiBufIProcMsg: hdl 22 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

*** ERROR => NiBufIProcMsg: hdl 23 received rc=-94 (NIEROUT_PERM_DENIED) from peer [nibuf.cpp    2123]

 

SAPROUTTAB

 

#SNC connection to & from SAP

KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 * #SAPSERV2

 

#SNC connection to local system

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.1.XXX * #SERVER_IP_ADDRESS

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 122.3.236.XXX * #SAPROUTER_IP_ADDRESS

 

#Access from the local network to SAP

P 192.168.1.XXX 194.39.131.34 *

P 194.39.131.34 192.168.1.XXX *

P 192.168.1.XXX 194.39.131.34 *

P 194.39.131.34 192.168.1.XXX *

P 192.168.1.XXX 194.39.131.34 *

P 194.39.131.34 192.168.1.XXX *

P 192.168.1.XXX 194.39.131.34 *

P 194.39.131.34 192.168.1.XXX *

P 122.3.236.196 194.39.131.34 *

P 194.39.131.34 122.3.236.196 *

P 192.168.1.21 222.127.32.180 *

P 222.127.32.180 192.168.1.21 *

P * * *

 

#Deny all other connections

D * * *

 

Additional Info

 

  • SAPRouter service is up and running
  • PSE license is not expired
  • SAPSERV2 is already added in the hostfile
  • I can ping SAPSERV2
  • However, telnet gives me connection to host lost (would that be the issue?)

 

Please help me!!!

How to get values from workflow to program

$
0
0

Hello everybody,

 

I am stuck with an issue in workflow. I want to know how can I get the values of workflow in Abap program.

 

Scenario:

 

The workflow is triggered when a user does the transaction MIGO.

The user gets a workflow in his SAP inbox. He clicks on the link and is able to view details in MIGO.

 

I want to get the material number and year in program ( as shown below)

 

1.jpg

 

I am new to workflow, is there any kind of binding to do? And maybe a method or function module which will allow to get these values in program.

 

Thanks a lot

 

Regards


Unable to Use Live auction Cockpit

$
0
0

Hello All,

 

We are currently setting up Live auctions using ABAP server.I have maintained all the necessary settings required but when i click on Live auction button, i get an error "500 Internal server error" as showin Pic 1.

 

I have maintained RFC connection as  HTTP connection for external server with destination SRM_LIVE_AUCTION and the connection test is working fine in SM59. But when i do a Smoke Test i get the error message as shown in Pic2. The business function SRM_SOURCING_1 is also active.

 

Can anyone let me know how to troubleshoot this or if anyone has come across the same issue please let me know the solution.

 

Thanks & Regards

Arjun V

Reading webpage form input elements

$
0
0

Hi, for the sake of practice I want to create an application which enables the user to input a webpage (either by giving the url or uploading the page source). After the user has specified the webpage, I need to find all the input elements and their attributes (type and name) in the html form.

 

I would like to know some info, suggestions, tutorials on the following:

     1) What would be the best or simplest way to set the target location (webpage) where the form and the input elements i want to read are located?

     2) What is the easiest way to read those elements from the target location?

 

If everything goes well the result will be a table with the identified input elements (Name | Type).

 

Hope you can give me some pointers or point into the right direction:)

dataupload for hiring action for multiple countries

$
0
0

Hi All,

 

We need a dataload method for uploading hire action with only 0000,0001 and 0002 infotypes.

 

This is part of regular support, so i cant use seperate action and infogroup as we have multiple countries.

 

we have a comon hire action for all the countries, hence if i create new action only for hire and with 3 infotypes i need to create many such actions for each country as screen for IT0002 is different for countries.

 

So far i have created 4 LSMWs for 4 diffrent countries using the same action type.

 

In the LSMW recording after saving 0,1 and 2 infotypes from next infotypes i did /BCK and saved the recording. THis worked well in Dev and quality systems in Production i failed.

 

Now i am checking what is the best method for dataload for multiple countres.

 

does one single BDC helps multple countries???

 

Please give suggestions to solve my issue.

Rotate Text in Smartforms

$
0
0

Hi all,

 

I've seen several threads explaining how to rotate the text for an entire label but I need to rotate only 2 of 12 windows on my Zebra label output.

 

When I use the ^FWR command it changes the rotation for the entire label, not just one window.  Has anyone created a Zebra label through Smartforms that prints both horizontal and vertical text?  See below for an example.

 

http://screencast.com/t/h8mblXqO

CS01 - Copy from

$
0
0

Hi,

 

Why when I Create, in any cases, a new BOM with Copy from up Assign Values to Effectivity Parameters?

 

Thanks and best regards.

 

Antonio

Viewing all 9126 articles
Browse latest View live


Latest Images

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