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

How to Create pricing Condition Record for Purchase Info Record through IDoc INFREC01

$
0
0

the field VAKEY is actually the link to your info record.

This is a combination of vendor, material, purchasing org, plant , and info record indicator.

 

 

data:  begin of ZZVARKEYA,

        ZLIFNR like LFM1-LIFNR,

        ZMATNR like MARc-MATNR,

        ZEKORG like LFM1-EKORG,

        ZWERKS like MARC-WERKS,

        ZINFTYP like EINE-ESOKZ,

        end of zzvarkeyA.

 

 

the link from the info record to the condition is depending on the level of your info record

you can have an info record at purchasing org level, at plant level. And info records for material groups instead of materials. Based on that SAP uses either table A017; A018, A025 to establish the link to the condition tables.

With the right VAKEY comibination, COND_A finds the corresponding info record and creates an record in one of this tables (A017; A018, A025 )  and in the usual condition tables KONH and KONP


Re: Passing a value between Embedding view and Embedded view

$
0
0

Hi Dinesh,

 

Thank you for your valuable help - the solution worked.

 

I have another question - I have a custom data type with custom domain of type CHAR4 and I want to populate a time value in it. When I make the attribute visible in the Web UI I want to display it in the HH:MM time format, like in the attachment.

 

What would be the best way to do that?

 

Thanks!

Yordan

Re: CATS Integration with HR,PP,PM/CS,PS

$
0
0

Hi All

 

I dont know why SAP has not provided CATS integration with PP. I have a lot of customers asking for this functionality. I hope someone can share ideas on a workaround to achieve integration of CATS with PP

 

reg

HR

Re: IDOC_ERROR_PARSE_FAILURE: An IDocFieldNotFoundException

$
0
0

HI, I have exact same issue on a newly modified Z Idoc segment which was working before. Refreshed cache and deleted metadata.

 

Did you ever solve your problem? Please share what worked for you and complete the thread.

 

 

Thanks,

 

Aaron

Re: Idoc Replication in Target system through PI

$
0
0

hi Sankar,

 

Simply pick an IDoc in ECC in prod and check what PI generated at BizLink side. How are you communicating with BizLink ?

 

I don't think you alone should be worried about the message ratio since another message broker is involved here.

 

Ambrish

Re: How to import large lists of items from catalogues

$
0
0

Hi,

 

Please check with SAP notes:

 

1275393 - DTW_Not possible to update BP Catalogue
Number

 

Thanks & Regards,

Nagarajan

Re: Default Position for Active Status

$
0
0

Hi Sven,

 

Integration should be active. But when an action is performed with Withdrawn status "0"  like termination action, system automatically changes the position to "99999999" in IT0000 and in IT0001 the positions attributes like Org unit,Job  etc will be retained.

 

I want the same functionality for active status "3", when a new action is performed with active status, i can input default position in IT0000 using dynamic action , but Org unit and job  in IT0001 is changing to zero. It should not change to zero but instead previous positions Org unit and Job should be retained as system does in case of Termination action.

 

Thanks & Regards

Re: Adobe Form - RFFOAVIS_FPAYM

$
0
0

Hi Sumit,

 

You might want try to change the print program logic in include RFFORI06 to call adobe form.

 

regards,

Xiang Li


Re: Default Position for Active Status

$
0
0

Hi Ramesh,

 

We have a new action for this funtionality.

 

But when i try to input the default position, in IT0001 org unit and Job is changing to zero.

But incase of termination action system retains positions Job and Org unit even though position change to "99999999".

 

Thanks & Regards

Re: Table T77UA

$
0
0

yup yup,.. I never meant for teh badi to populate t77ua mate ... need to work on my articulation skills if my previous messages alluded to that ...

Re: Enhancements?

Re: CATS Integration with HR,PP,PM/CS,PS

$
0
0

cats can be 'indirectly' integrated to PP. I have come across some scenarios in my past experience so if you are able to explain the business requirement, I may be able to point out how cats and pp can be integrated....

cheers

Re: Very Very Urgent : Error during MAIN_UPTRANS/STARTSAP_PUPG phase

$
0
0

Hi Nirav,

Please let me know the version of the SUM tool that you are using . I can see this error in SUM tools 1 SP06 and SP07

 

Note 1707161 - Central Note - Software Update Manager 1.0 SP06 [lmt_007]

 

Dual stack: Timeout after phase MAIN_UPTRANS/STARTSAP_PUPG due to longer start up of JAVA instance

In phase MAIN_UPTRANS/STARTSAP_PUPG, the Software Update Manager starts the ABAP and JAVA instance. If the starting up of the JAVA instance takes much time, the phase can fail, even though the ABAP instance might be started successfully and the JAVA instance might complete its succesful start up some minutes later.

In this case, the SAPup.ECO logfile in SUM/abap/log has at the end for example the following entry:


EXECUTING /usr/sap/<SID>/<instance>/exe/sapcontrol (sapcontrol) -p

NI_HTTP -host <hostname> -nr <instancenum> -function StartWait 1000


<date> <time>

Start

OK


<date> <time>

StartWait

FAIL: Timeout


The timeout can indicate that the start up just needs more time, such as 16,6 minutes based on the above-mentioned example entry in which the StartWait parameter is 1000, and the calculation is 1000/60.

As you usually know how long your systems needs for a starting up, you can use this calculation to get a hint if it's a timeout or a real start error.

In case it is just a timeout and the system starts, you can wait until the JAVA instance has started and then try the phase again using the Repeat-option.

 

Note 1732061 - Central Note - Software Update Manager 1.0 SP07 [lmt_008]

 

(Windows only:) Phase MAIN_UPTRANS/STARTSAP_PUPG: Start of AAS instances failed
During an update or upgrade of distributed and high availability systems, the start of additional application server instances fails in phase MAIN_UPTRANS/STARTSAP_PUPG. The reason is that the SAPGLOBALHOST parameter in the instance profiles cannot be analyzed.
To solve the issue, proceed as follows:

  1. 3. Check the instance profiles of all additional application server instances for a line that starts with #SAPGLOBALHOST.
  2. 4. Remove the # at the beginning of the line, because this sign changes the line to a comment so that the value of the parameter cannot be analyzed.
  3. 5. Repeat phase MAIN_UPTRANS/STARTSAP_PUPG.

 

Additional checks:

 

Add parameter rdisp/ignore_gw_death = 1 it is useful when you have problems with your message server, in this way you can start SAP and troubleshout the system in an easier way.


Be sure to set sapms and listener in /etc/services:


sapmsSID 39NN/tcp #sap service for SID

lsnrSID 15NN/tcp #sap Oracle listener for SID


Please check that rdisp/msserv parameter is set or not, for some reason it is not set in the source system.

 

 

Thanks

Rishi Abrol

Re: Integration with Bank

$
0
0

I don't think SAP will "invoke" RTGS transactions in the banks' banking system.  You usually work with the banks to determine which format they expect the payment file in and implement that format in SAP, so you can generate and upload the file in bank's portal.  From then on, it is really the bank's software that takes over.  The next integration point for you is when you receive incoming bank statement from your bank.  Here is a related post in the forum.

 

http://scn.sap.com/thread/1534467

Re: What is the EAServer Upgrade Path?

$
0
0

However, EAServer 5.5 has already hit End of Life (back in 2011)

 

True.  My company still supports applications that are still written in PB 9 (EOL in 2005) and 10.5 (EOL in 2008).  As long as they continue to work on the new operating systems fine, we don't have enough of a reason to give the customer to pay for the effort for a migration to a new version.


Re: team view problem in ehp6 7.03......high prority

$
0
0

so why are you having two threads open? if its same issue! deal with one them

Re: connect Solution Manager with SAP ECC 6.0 instance

$
0
0

Hi Amit,

 

This RFC should be working fine.

 

Is the Gateway Host provided by you in RZ70,  that your SLD hostname (Fully qualified domain name)

and a correct gateway cervice in your system ??

 

I have mentioned earlier is an example from my landscape and may be vary from yours.

 

Ideally ,

RZ70 -> Gateway Host(Fully qualified Domain name of SLD server

and Gateway Service - (Your gateway service) -> Press (F5) to start the SLD data collection.

 

Regards, Praveen

Comment is not getting updated and shown in the Document

$
0
0

Dear SCN,

 

I am a regular user of SAP SCN forum and an active contributor.Recently I have noticed that my comments is not appearing in one of the Document post in SAP ERP Sales & Distribution.I can Bookmarked it and Liked it but comment is not getting updated.It is not that I am writing a comment for the first time for a Document post.Please note that I do not have any notification in my personal profile in Action section. Is it a Bug ? I don't know.Plz provide some info.

 

Find the Document link below;

Incompletion Log in SD

 

 

SCN Comment error.png

 

 

Regards,

Suman$

Re: how to read masterdata attributes in End routine ?

$
0
0

Well your code works, i had to put append statement at the end of Div = '01'

But,  tries to load record for Div = '02' , even though there is no entry in zcust master for div = 2.

Re: printing stops while printing from a windows service

$
0
0

Hello Bjorn

 

 

There is a number of reasons this may be happening:

 

1) Printer driver - make sure you have the latest updates, try a different printer driver

2) Crystal Reports updates - You are on Service pack 4, you should be on Service Pack 6

3) Default Crystal Reports Print Job limit is being exceeded. See the article Crystal Reports Maximum Report Processing Jobs Limit for details (do not use -1 as this is for OEM versions only)

4) Make sure you are using .Close and .Dispose on the report objects as you get done with them

5) If you are using datasets, (4) may also apply

6) What does the Event viewer tell you?

7) Make sure your database has the latest patches also

 

 

 

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Share Your Knowledge in SCN Topic Spaces

Viewing all 8445 articles
Browse latest View live


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