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

Re: how to disable or grey out the Difference field in IK11

$
0
0

Hello MANI,

Suddenly I recollected right user-exit and the right solution. The user-exit is IMRC0004. Put the following code in the include ZXMRCU04 .

IF sy-tcode = 'IK11' AND impt_data-mptyp = 'Z' AND impt_data-indct = 'X' AND imrg_ins-idiff IS NOT INITIAL.

    MESSAGE: 'Reading in ''Difference'' field is not allowed. Please enter your reading in the ''Counter reading'' field.' TYPE 'E'.

  ENDIF.

This throws an error in the status bar the moment someone enters a reading in the Difference field for 'Z' category of measuring points and hits Enter.

Capture.JPG

Besides very simple coding, there are no hassles of Saving, or Dumps as in the case of previous exit IMRC0001. I'm sorry for forgetting this solution at the time of answering previously. I'm sure, this solution would suit to you.

 

 

Good luck

KJogeswaraRao


Re: Duplicate value on primary key in SAP HANA

$
0
0

Hi Anindya, thank you for your prompt response

 

So, data type field is integer.

 

I tried "WHERE idDispatchOrder LIKE 20 " and the result was with both records .

 

WDIOM3.png

 

 

And sorry, but I don't know how to merge Delta.


As more info...  our versión is SAP HANA SPS10

 

 

 

Thank you

 

Francisco

BAPI_DELIVERYPROCESSING_EXEC - Mandatory Parameters

$
0
0

Hi guys,

 

We have to create a delivery from a sales order via bapi or FM. It has to behave as VL01n.

I'm trying to use BAPI_DELIVERYPROCESSING_EXEC, but nothing seems to happen there. In the end of the execution, sy-subrc is equal to 0, but return table is empty, no message at all and the delivery is not created.
Can you give advices on this?

 

Thanks,

Alm

Re: EMIGALL dialog mode (front-end processing of data load)

$
0
0

Standard EMIGALL migration objects are function calls, I think you are referring to a BDC in various processing modes, IE

A: Display all screens.

E: Display Errors

N: Background Processing

P: Background Processing; Debugging Possible

 

You can simulate in SHBD, but I am not aware of any method outside debugging to step through an EMIGALL update.

Desperate Help - How to find out who released a work order (in Bulk)

$
0
0

Hi all,

 

i have been tasked with manually finding out who released certain work orders in SAP. My current process is using SAP transaction Z7270 and entering the work order number. Then going to the 'extras' tab then 'documents for order' then 'action log' while on action log i scroll down and find released and find the person who released the work order.

 

I have a list of 900 work orders i need to do this process, and have not found an alternative method to what i am doing now, is anyone aware of an easier method to find the user / person who released work orders in bulk ???

 

Your help would be much appreciated

Re: IDM ECC Reconciliation Job is Not Working as Expected

$
0
0

I don't see a task to remove users from the Identity Store.  Do you have one defined?

 

Matt

Re: Wiki point reputation is wrong

$
0
0

Hello Moshe

 

Thank you very much, this works for the new earned point.

 

May I know if my past points can be migrate to ABAP Connectivity?

 

Best Regards,

Yong Luo

stopsap error - FAIL: End of file or no input: 'Broken pipe'

$
0
0

Hi ,

 

I am trying to stop the ECC 6.0 EHP7 system, but the stopsap command is not stopping the system and gives me error.

 

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

10:56:11

/usr/sap/SID/DVEBMGS56/exe/sapcontrol -prot NI_HTTP -nr 56 -function Stop

 

 

03.02.2016 10:56:11

Stop

FAIL: End of file or no input: 'Broken pipe'

 

 

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

10:56:13

stop of Instance failed

 

Please help me to resolve the issue.

 

Thanks in advance


Re: Application Messagebox bug in result (9.1 PL04)

$
0
0

Hi All,

Agree with Westley Bennett.

This behavior has been as early as SBO2007 when I first found it out.

 

Regards
Edy

Inventory extraction Logic

$
0
0

Hi All

 

 

 

I need to extract inventory quantities as below.

 

 

For a particular plant P01 i have to extract inventory quantities for for all material that belong to this plant.

Inventory will be extracted for various stock types.Another logic that needs to be incorporated is that for Non batch managed materials (MARC-XCHPF Not Es X) inventory quantity should be fetched from MARD for current period and year.

 

For non batch managed (MARC - XCHPF Eq X) quantity should be extracted from MCHB.Only below fields are required to be extracted

 

 

Product,Plant,Storage location, ,unit of measure, ,quantity.

 

 

 

My question is -2LIS_03 extractors are already up and running in our system and delta is flowing. I need to extract these 6 fields and load and OHD and then transmit this to a 3rd party system.

Should i go for a new FM based extractor for this explicitly or should i explore the available stock cubes in BW system and see if all required fields can be extracted from cube based on aforementioned logic.

Re: GrossBase it is not getting value

$
0
0

Hi

 

I just came across this one while looking for something else.

 

The GrossBase field is an indicator of what proce list to use or -5 if it is to be item cost, -10 for manual etc.

 

I think you probably need to set it to -10 and then set the GP base price field to the base price value.

Re: Multiple variables to change the colour of the font text

$
0
0

Thanks Abhilash !!

 

I had it running on the same line !!

 

Works perfectly !!

 

Thank you

Re: how to send data from SOAPUI to HCI

$
0
0

i found a way by using basic authentication..

Re: BAPI_ACC_DOCUMENT_POST for cross company

$
0
0

When you are posting the Doc via BAPI* , you are aware of the Receiving Company Code and the Reference Text that we are passing along .

 

After performing a Commit , Try to retrieve the values by hitting BKPF table against the above mentioned Company Code and Reference text

 

or

 

Performance wise - Populate all the Values of the return table into a seperate internal table and retrieve at once.

 

Hope this helps.

Re: ABAP Query basic, not getting full result

$
0
0

When you display info set there is an option called 'Extras'  where we can have your custom code ( code tab ).

 

Here once you retrieve your data into the <internal table>. then move the corresponding values to ZA005.

 

option 1 . <internal table>[] = ZA005[]. - same structure . you don't need if the structure as same as you can pass the values directly via Select statement.

 

option 2:

 

Loop at <internal table> into <wa>.

 

MOVE <wa> field to <structure> fields.

 

APPEND <structure> INTO ZA005.

 

Endloop.

 

put a break-point in the Code Section. and generate the program and execute and verify the data.


Re: Taxable and Non Taxable Wage Types Split

$
0
0

Hi Rémi, I´m sorry for my delay, I was sick and until today I have checked the mail that you kindly sent me regarding this.

 

Could you please explain in more detail about the PCR?

 

and If I have a retro?, for example with the bonus payment, what should I do in this case to reflect that on it?

 

I will appreciatte so much your help in this.

 

Have a good night.

Re: Issue with SUS2MMOrderResponse mapping udf

$
0
0

Hi Pushpa,

 

If you no longer use the testText UDF try deleting that UDF to see if it works.

Re: IDE-ID_DEST Identifier of Destination of Operation

$
0
0

Lincoln,

 

boa noite,

 

após a aplicação das notas da NT 003/2015 o standard alterou o comportamento com relação às estruturas disponibilizadas na BADI CL_NFE_PRINT, antes as informações eram enviadas à BADI e quando retornavam da BADI para o standard, as informações que se encontravam prontas, se não alteradas na BADI eram utilizadas como estavam, mas agora se voce não popular algumas informações, elas retornam em branco da BADI e estão sendo movidas em branco para envio ao GRC.

 

Portanto para solução do seu problema vá até a BADI CL_NFE_PRINT, que voce já deve ter implementada no seu ambiente, e ao final do código abap implementado acrescente uma linha movendo o o conteúdo de ID_DEST da estrutura IN_DOC para a OUT_HEADER, tal como:

 

OUT_HEADER-ID_DEST = IN_DOC-ID_DEST.

 

Se tiver o mesmo problema com alguma outra informação proceda da mesma forma.

 

Att,

 

Roney.

Re: Split Posting in Social Welfare Wage Types in Payroll

$
0
0

Hi Rémi, good night, well I´m working with Mexican Payroll.

 

The part of what information is recorded in what infotype, I don´t understand this about what you mean about infotype.

 

I will check the second part of your mail and let you asap, because I´m confuse too about it.

 

Thanks for your help.

 

Have a good night.

Re: Error in SMW01 Combination of Partner and Function occur more than Once

$
0
0

Hello Prakash,

 

Could you please check if the partner existing in CRM is in sync with the one in ERP system? If they

are different, then the error will occur when the data is trying to be inserted to the CRM system as my reply on Dec.16.

 

Also, actually, I don't think the "block determination" and the "log" will affect the error.

 

Best regards,

Julin

Viewing all 8667 articles
Browse latest View live




Latest Images