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

I want to know about abap

$
0
0

Hello all i m fresher in ECE passed in 2014. i am getting opportunity to work in abap field. I am intrested in programming but i have very basic knowledge of it. How is abap field and programming? as i dont have much knowledge of it.


Re: Capacity leveling job error

$
0
0

Hi Krishna,

When you run OM17, what kind of errors are you getting in the result overview?

Also check in OM16 "PegArea' give the planning version , product, location and execute

making movement type 343 with reference to PO

$
0
0

Hi How can I do movement type 343 with reference to PO for specific plant.  Like for movement type 541 I can do transfer posting with reference to PO.

 

I am getting error Combination of movement type 343  and function selected not posssible.

 

Is there any user exit where I can do this.

Re: which table holds "duration" between two dates in any transaction of crm

$
0
0

Hello vinnu.

 

Check class CL_CRM_SRQM_UPDATE_DUR_DT and its method UPDATE_DURATION. There you'll find an example of the code you needed.

Re: BPC 10.1NW - Prevent Default Logic Trigger from Input Schedule

$
0
0

Hi Gauvas,

 

I can't understand your proposal: "create a separate script logic and exclude it from default.lgf"???

 

Vadim

Re: How to access "SOLD TO" in IPCPriceCalculatorCRM.java

$
0
0

Hi Kandala,

 

As I looked into this method (fillIPCItemProperties), I found the below paramters with soldToGuid. Can you please check the method again.

 

protected void fillIPCItemProperties(CatalogItem catalogItem,IPCItemProperties ipcItemProperties,String soldToGuid) throws BusinessObjectException

 

Thanks,
Hamendra

Re: Decimal Places Issue

$
0
0

Hi Aishwarya ;

 

You can use 'DECFLOAT34' ; i tried with your values and its working , like below ;

 

data : v1 type eban-preis  VALUE '14.32' ,

          v2 type UKURS_CURR  VALUE '60.12345' ,

          v3 type eban-menge  VALUE '10.123' ,

          value type DECFLOAT34.

  value = v1 * v2 * v3 .

  write value .


Best Regards.

Re: SOAP adapter with AXIS protocol


Virtual memory required by SAP system component?

$
0
0

Hi experts,

  ok, ok, I know there is already a link mentioning this Virtual Memory Required by SAP System Components

I just want to confirm this sizing is correct. According to Cameron's guidance(note 1612283), 2 * E2680(16 cores) and 384 GB DRAM can run 6-8 dialog instances per server. Karl-Heinz Hochmuth recommends

Page file sized needed = total virtual memory - RAM and

ABAP dialog instance = 2 times PHYS_MEMSIZE.

  That's to say, if I have 384GB DRAM, I should allocate about 384GB pagefiles size for 6-8 SAP dialog instances(each instance with PHY_MEMSIZE=32000) and that's sufficient, right?

  I remember SAP recommended pagefiles size should be 3x - 4x of physical memory size before and that is invalid now, right? Also, It is not necessary to allocate very large pagefiles even though I have 8 SAP dialog instances running concurrently, correct?

Re: TDS Expense - to be debited to same expense

$
0
0

Hi Meena,

 

Suppose you want to deduct TDS with 10% rate and this has to book at expense side as well as liabilities side. For that you have to create a new tax code with 10% rate in FTXP. While booking expense you have to assign this tax code for the expenses. However, this tax code should be non deductible nature. Then only it books to expense account. At the same time create a withholding tax code with 10% and maintain the posting indicator 1. So when you post the invoice this will book to TDS Payable account. So your accounting entry will be.

 

Expenses A/c Dr 11000

Vendor A/c Cr  10000

TDS Payable A/c Cr 1000

 

Regards,

Mukthar

Re: I want to know about abap

$
0
0

please understand this is a technical forum and not a personal guidance forum , kindly search google for your answers.

SAP HANA- automatic log backup

$
0
0

Hello  Everyone:

          How to use the SQL command to enable or disable Automatic Log backup?

          Anyone know? Please let me know, I would appreciate it.

          To express my gratitude in advance.

Delete Warehouse 01

$
0
0

Hi,

 

I try to delete the warehouse 01, but I get always the Error:

"Cannot remove warehouse; this warehouse is defined as the default warehouse for one or more items"

 

But no item has the warehouse 01 as default. (select COUNT(*) from OITM where "DfltWH" = '01')

I even set ALL Items to another warehouse.

Tryed to remove the warehouse from the OITW.

Then I created a new database with NO Items at all, but still the same error message.

I created on this database a second warehouse and tryed to delete the 01 warehouse.

Tryed to solve the issue per code, but still no luck.

 

Warehouses oST = WUD_Standard.oCompany.GetBusinessObject(BoObjectTypes.oWarehouses);

oST.GetByKey(l);

int ret = oST.Remove();

if (ret != 0)

{

    string txt = WUD_Standard.oCompany.GetLastErrorDescription();

}

 

It allways works with other warehouses but not with the warehouse 01.

 

How can I remove the warehouse 01?

 

I Tryed it on this two systems:

Our customer has HANA 74.3 and SAP B1 PL 12.

My Test System is SQL 2008 R2 and SAP B1 PL 14.

Re: How to find missing Document in DMS

$
0
0

Hi Venkat,

 

generally every folder in EasyDMS is a document BOM header in the backend system. So you can create, edit or display "folders" always via the backend transactions CV11, CV12 or CV13.

 

If you look for some missing folders and you know the description you can use the search transaction CV04N to look for the document info record. As soon as you got the document info record data you can check it in transaction CV03N or CV13. Here you can check if the "deletion flag" or the "document structure" flag is set.

 

If the deletion flag is set the folder will not be available in the EasyDMS. If you know the superior folder data you can also use transaction CV13 to display all the positions of this document BOM header (folder) to check if the missing document info record is listed here as position.

 

If you know the document data you can also use database tables like DRAW or DRAP to get more information about the current status of the document.

 

I hope that this information could be useful for you.

 

Best regards,
Christoph

Assertion Failed - Freeing page not in arena -- transaction rolled back

$
0
0

Hello, all

I have a problem of a DB, which crashed and cannot be started now.

How do I start it in order to do a rebuild?

 

Here is my error:

//-------------------------------------------------

[Sybase][ODBC Driver][SQL Anywhere]Internal database error *** ERROR *** Assertion failed: 200608 (12.0.1.3406)[DB NAME]

Freeing page not in arena -- transaction rolled back

  SQLCODE=-301

  SQLSTATE=HY000

//------------------------------------------------


Re: configure content server with DMS

Refurbishment Order Processing

$
0
0


Dear Experts ,

 

                              As we Know that we need make initial stock entry of stocks ( refurbished & damaged)

 

Please let me know what are the standard prices which we need to maintain for above two.

 

Regards

Keerthan Kumar

Re: Enabling Reset Button On Account Identification Page

$
0
0

Hi Akhilesh,

 

You can find below code in BuPaDetB2BVS.htm page of ICCMP_BP_DETAIL

 

<thtmlb:button id      = "reset"

                    onClick = "reset"

                    enabled = "<%= enable_cancel %>"

                    iconSrc = "<%= lv_icon_url %>"

                    tooltip = "<%= otr(CRM_IC_APPL/CANCEL) %>" />

 

Set enable = "TRUE" for reset button to be always enabled.

 

Thanks

Richa

Re: Subroutine with 'EN' and Sy-langu

$
0
0

Hi,

Thanks for the reply..

 

yes, the description info is from a table which is having description of a fields.

 

I am using

PERFORM build_lst_table_wcurr USING  lt_display-column_len  

                                                                    lt_display-field_desc

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

                                                                -------

So how do i achieve for a particular lt_display-field_desc?

Re: ISSUE IN MODULE POOL

$
0
0

Hi Darshan,

 

Put your e-mail validation code in PAI and Use below code, before user_command module.

 

1.

CHAIN.

     field e_MAIL   MODULE mod_email_validatie.

ENDCHAIN.

 

Or.

 

2 FIELD e_mail MODULE mod_email_validate.

 

To keep your fields open for input after display an error, always use CHAIN..ENDCHAIN if multiple fields validation and for single Field , write a module based on the FIELD name.

 

Regards.

Praveer.

Viewing all 8902 articles
Browse latest View live




Latest Images