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

Re: Auto generate Transfer Order for a specific material document

$
0
0

you want to create "Auto TO for a specific material document generated via MIGO" which means you have some business requirement where for some of the material document system should create Auto TO upon Material document posting (so in another word it should call LT06 and create TO automatically ) nd for some of the material document  it should not

 

if my understanding is correct then

1) in Standard SAP we don't have any such transaction code

2) you can write your own piece of code in user exit MWMTOAU1  (as suggested by Tim Lutz)

    Logic can be, if you can define your business rule in one custom table then after Material document posting system should check the detail from material document and then from the custom table if both are matching then it should call the Auto TO creation program or else exit the loop


Do anybody have exercise sheets for SAP BPC 420, 430 and 440. Please kindly help me with that for practise.

$
0
0

Do anybody have exercise sheets for SAP BPC 420, 430 and 440. Please kindly help me with that for practise.

Re: No further confirmation not updated in SRM PO

$
0
0

You can do confirmation reversal or add a new line item in the same PO for remaining quantity..

Outgoing Payment Types

$
0
0

Hey,

 

I've got Problems with customization of outgoing payment files.

The Bank expands the Standard of ISO20022. Unfortunately with Data, which is not in ByDesign and not a constant.

When I try to customize the Payment Medium Format, there ist just one sample and not the one they used for ISO20022.

Has anyone an idea how to get the Medium Format for ISO20022? Or has anyone experience with other outgoing payment files?

 

Bests,

 

Kai

Re: Deduction Infotype not getting Displayed in PaySlip in ESS Portal

Re: Disable EDIT button in all assigment blocks on OVP

$
0
0

Thats code which I wrote

 

 

 

<thtmlb:areaFrameSetter toolbarButtons  = "<%= controller->gt_button %>"

                      displayMode     = "<%= controller->gv_disable_edit_btn %>"
                        maxButtonNumber = "6" />

<chtmlb:config displayMode = "<%= controller->gv_disable_edit_btn %>"

               mode        = "RUNTIME" />

 

That code I wrote in AIC_CMCR_H/AICCMCRHeaderEF -> AICCMCRHeaderEF.htm

 

gv_disable_edit_btn is abap_true but EDIT buttons is not disable

All assigment blocks is opened in display mode. My issue disable "EDIT" buttons. OVP "AIC_CMCR_H/AICCMCROverview" is not contains .htm may be i need create .htm?

 

Update:

 

I enhance the component AIC_LONGTEXT, but redefined methods is not calling, Why that happened?

Re: faild with sql error 12154

$
0
0

Hi Sandeep,

 

Have you checked below note ?

592657 - ORA-12701/ORA-12705/ORA-12709

 

Regards,

Re: what should i write to replace the parameter highlighted in red color?

$
0
0

Hi Loh,

 

If you have got the answer then Please mark this Discussion with a Correct Answer (closes, but does not lock the Discussion) and Helpful Answer where appropriate. Seehttp://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why Even if you discovered the solution without any outside contributions, it helps others to understand what the solution turned out to be.  Do not use Assumed Answered as it confuses anyone looking for the specific answer.


Thanks, Dhananjay


Re: Fiori: Missing leading zeros for VBELN

$
0
0

Hi,

 

You can call conversion_routine function module in Gateway side to make the VBELN no. correct.

 

FM Name: CONVERSION_EXIT_ALPHA_INPUT

 

Call this function module, before reading the information from Header Table.

 

Regards,

Praveer.

Re: Slowness issue in opening prompts window while scheduling a BO4.1 webi report after upgrading to SP05 Patch05

$
0
0

Hello,

 

Can anyone help on this issue?

 

 

Regards

Re: Connect HCP to Eclipse

Re: Data Manager: limit user selection or take substring

$
0
0

P.S. In this particular case PROMPT(COMBOBOX,%Y%,"Select Year:",1,,{2014,2015,2016,2017,2018,2019,2020}) will be OK!

 

Then:

 

TASK(/CPMB/APPL_TD_SOURCE,SELECTION,%SELECTION%|DIMENSION:TIME|%Y%.12....

 

Vadim

Create long text for production order confirmation

$
0
0

hi,

 

I'm using Function  CO_RU_CONFIRMATION to create a production order confirmation. Unfortunately this function cannot create a long text. So once done, I create the long text using Function CREATE_TEXT with these values:

 

concatenate ls_afrud_exp-mandt ls_afrud_exp-rueck ls_afrud_exp-rmzhl into lv_fname.     call function 'CREATE_TEXT'       exporting         fid               = 'RMEL'         flanguage         = sy-langu         fname             = lv_fname         fobject           = 'AUFK'
 *       SAVE_DIRECT       = 'X'
 *       FFORMAT           = '*'       tables         flines            = gt_longtext      exceptions        no_init           = 1        no_save           = 2               .

the text is succesfully stored and looks identical to texts created using CO11 in table STXH.


But it is not displayed in CO14.


Any ideas how to create (or add) the long text for a production order confirmation?


Thanks a lot,

Roland

Re: Journal posting Error

Re: Passing Parameter to custom ABAP transform in BODS

$
0
0

Hello, Sharayu

 

I believe you Pass values directly to that parameter, and then it should work!

 

Regards

Suresh C


Re: Fetching a report of Single Approver maintained for a role in ARM

$
0
0

No,I have tried it was nt working.. any other option avail?

Re: creating single cycle plan but when going in IP02 I found strategy plan

$
0
0

OK, These details should come in the initial post. However, it is a matter of searching for suitable note or talking to OSS. Let's wait for responses.

Re: How to upload document to SMP Server

Error while exceuting query based on composite provider

$
0
0

Hello Experts,


I have created composite provider ZTST_XX on HANA calculation view which is having mandatory input parameter (FLAG). Also from BW query to pass parameter value to HANA view, I have created corresponding FLAG variable to map the input parameter. However when I am trying to execute the query  after filling variable value, it's showing below error


Error Invalid query;Could not find attribute $$4ZTST_XX-FLAG$$ at node 0BW:BIA:ZTST_XX,QueryId: ...
Error 003YPNENCCETSU2NB5CPL4S7B:_XX/[Request Info: Object Name = "SAPDB"."0BW:BIA:ZTST_XX", FM Name = TREX_DBS_AGGREGATE]
Error Error 34.021 has occurred in the BWA/SAP HANA server
Error Error reading the data of InfoProvider ZTST_XX$X
Error Error while reading data; navigation is possible
Information CL_RSDRH_TREX_STORAGE >> Row: Inc: 79 Prog: MAP_TREX_EXCEPTION.

 

Any help on above issue will be much appreciated..

 

Thanks

Re: Question about lot size FX

$
0
0

Hi,

 

Please use Lot size FS instead of FX. i hope it will work.

 

 

R'

Kailash

Viewing all 8798 articles
Browse latest View live




Latest Images