Quantcast
Channel: SCN: Message List - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all 2464 articles
Browse latest View live

Re: Implementing BADI_MAT_CUST_SCR

$
0
0

Hi,

 

It's been a long time since the creation of this thread, but it's one of the few that has a solution for this issue.

 

I need to create a custom tab in CJ20N at material level.

I have followed the steps as listed by Amy King, but it doesn't work.


Does anyone keep in mind what I have to do to make this work?

 

Thank you.


Re: Function Module to update text fields in VF02

$
0
0

Hi Arun,

 

If you are providing the foreign trade data in the billing document, you can update the comments using FM 'EXPIMP_POSTING' providing the foreign trade no. 'EXNUM' and the data which you want to update in

 

TEXT1

TEXT2 &

TEXT3 fields.

 

Please see if this can be useful!!

 

Reward if useful!!!

 

Thanks!!

Re: reconciliation key of print document

Mapp custom field in MM06E005: ME21N, ME22N and ME23N.

$
0
0

Good morning,

 

via enhancement MM06E005 I have implemented my custom tab. CUSTSCR1 SAPLXM06-0111.

Everithings works ok: I am able to see my tab end custom fields (added in CI_EKPODB), and also I manage fine values and save data.

 

Now via EXIT_SAPMM06E_012 I'm able to check custom fields (added in CI_EKPODB) showed in tab. CUSTSCR1 SAPLXM06-0111 but I would like to link my error message to my cutom field. Can I mapp mmmfd_cust_01 with my custom field or I can only do it if I have created tab SAPLXM06-0111 with BADI and not with user-exit?

 

many thanks

Fabio.

Display dialog structure in Batch Input Session

$
0
0

Hi,

 

I want to handle double click on dialog structure in Batch Input Session. I have recording in SHDB with NO BI MODE, and dialog structure has appeared (tcode: KZZ2). I created program with this recording and it creates session which I can procces in SM35. But my sessions have errors because of missing dialog structure.

 

I have tried sending CTUPARAMS while calling function 'BDC_INSERT' with NOBINPT = 'X' or ' ' but it didn't work.


I would be very greatful if somebody help me.

Re: Modify Partner field in VT02N through BADI_LE_SHIPMENT

$
0
0

Hi Rohan, the solution is when you fill the data in the structure cha_shipments_at_save-new_vbpa[].


 

 

Make sure to fill the field UPDKZ  with an 'I' or 'U' before appending the information.

                                   "insert or update flag before

 

w_vbpa-mandt = sy-mandt.            " Client

w_vbpa-vbeln = fp_w_vttk-tknum. " Shipment

w_vbpa-parvw = l_c_char_sp.       " Partner

w_vbpa-lifnr = fp_w_vttk-tdlnr.      " Fordwaring Agent      (in my case)

w_vbpa-updkz = l_c_i.                 " Insert entry in table.


APPEND w_vbpa TO cha_shipments_at_save-new_vbpa[].


 

 

 

 

Best regards.

 

Nicolas.

Re: BADI_LE_SHIPMENT creating Partner function record?

$
0
0

Hi Murali, the solution is when you fill the data in the structure cha_shipments_at_save-new_vbpa[].


 

Make sure to fill the field UPDKZ  with an 'I' or 'U' before appending the information.

                                                             "insert or update flag

 

 

w_vbpa-mandt = sy-mandt.            " Client

w_vbpa-vbeln = fp_w_vttk-tknum. " Shipment

w_vbpa-parvw = l_c_char_sp.       " Partner

w_vbpa-lifnr = fp_w_vttk-tdlnr.      " Fordwaring Agent      (in my case)

w_vbpa-updkz = l_c_i.                 " Insert entry in table.


APPEND w_vbpa TO cha_shipments_at_save-new_vbpa[].


 

 

 

 

Best regards.

 

Nicolas.

Re: Mapp custom field in MM06E005: ME21N, ME22N and ME23N.

$
0
0

Hi Fabio,

 

Good day,

 

Type group for ME21n,ME22n,ME23n is MMMFD.

 

In this we have the following custom fields.

 

 

mmmfd_cust_01          TYPE mmpur_metafield VALUE 90000000,

mmmfd_cust_02          TYPE mmpur_metafield VALUE 90000001,

mmmfd_cust_03          TYPE mmpur_metafield VALUE 90000002,

mmmfd_cust_04          TYPE mmpur_metafield VALUE 90000003,

mmmfd_cust_05          TYPE mmpur_metafield VALUE 90000004,

mmmfd_cust_06          TYPE mmpur_metafield VALUE 90000005,

mmmfd_cust_07          TYPE mmpur_metafield VALUE 90000006,

mmmfd_cust_08          TYPE mmpur_metafield VALUE 90000007,

mmmfd_cust_09          TYPE mmpur_metafield VALUE 90000008,

mmmfd_cust_10          TYPE mmpur_metafield VALUE 90000009.

 

So you can use these fields in your custom screen and validation can be done.

 

Please revert if any queries.

 

Thanks,

Seshadri.


Re: Display dialog structure in Batch Input Session

$
0
0

There is no way to have dialog structure in BDC_INSERT while proccesing session in SM35.
I send adequate parameters to CALL_TRANSACTION function and handle double click on dialog structure by myself.

Re: User exit (To change the PO Release Strategy): M06E0004

$
0
0

I Am facing same issue can you please help me out .....

Problem in BADI_FDCB_SUBBAS01

$
0
0

Hi experts,

 

I need to do enhancement in MIRO tcode.

 

I have done implementation in BADI_FDCB_SUBBAS01 definition but when I am activation my zimplementation it says badi is already activated.

 

When I checked I saw standard FM_BADI_FDCB_BAS implementation is activated.

 

Now I cannot deactivate standard implementation as I dont know where it will effect plus I need to activate my implementation

 

I have not get any suitable solution in SCN and in GOOGLE.

 

Kindly guide me.

 

It is very urgent.

 

Regards,

Sandeep Singh

Re: Problem in BADI_FDCB_SUBBAS01

$
0
0

Si you cannot use this BAdI in two implementation and are required to find another suitable BAdI, did you look for current implementation status of BADI_FDCB_SUBBAS02, 03... 06?

 

Regards,

Raymond

Re: Problem in BADI_FDCB_SUBBAS01

$
0
0

I have checked BADI_FDCB_SUBBAS05 definition is not implemented. My question is that if i cannot use BADI_FDCB_SUBBAS01 then what is the use of it moreover if u have noticed that in BADI_FDCB_SUBBAS02 definitation there are 2 standard activated. How is it possible because BADI_FDCB_SUBBAS02 can also not be multiple used.

Re: Problem in BADI_FDCB_SUBBAS01

$
0
0

Those are old BAdI, I suppose there were no multiple option at this time?, or they were converted from some exits? (There was even an optimization note with some funny LOOP AT BADI statements.)

 

In my systems only one implementation is active for BADI_FDCB_SUBBAS02 (*), nevertheless if some error(s) did occur during an installation, only one will be executed. You could raise an OSS message if two implementation are actually active, but look first at SPAU as well as implementation change log.

 

Regards,

Raymobd

 

(*) the first is a standard active, a second "example" implementation is inactive.

Re: Problem in BADI_FDCB_SUBBAS01

$
0
0

Finally I have used BADI_FDCB_SUBBAS04 for enhancement. Now the problem is the custom field I have inserted in MIRO is unable to save the value.. It automatically clears when i press enter or any other key..

 

I have added my custom field in RBKP, RBKP_V, INVFO, BKPF, VBKPF, ACMM_VENDOR_COMP.

 

What am I doing wrong.


Print smartforms through WCTI tcode

$
0
0

Hi ABAP Experts,

I have developed  smartforms like "hot work permit", "cold work permit",  etc.., and created a driver program for each one.

Based on the inputs, CTRL+P option should print the respective form. PLZZZ Help.

 

Note :I want to print several WCM objects through Tcode WCTI.

HereWith attached screenshot for one object type "HOT WORK PERMIT".

 

 

Regards,

Nargis...

Re: Problem in BADI_FDCB_SUBBAS01

$
0
0

Did you define INVFO with a TABLE statement in the top include of the subscreen main program, did you use FIELD statements, etc. (many possibility of errors, cCeck sample provided with BAdI)

IN CJ20N transaction need to enhance on some condition .

$
0
0


Hello Experts,

 

 

        my requirment is

 

  1. Grey out the Network ending xxx13 in project builder, if the user is not Finance controller (OR)
  2. Error message in project builder for changes in Amount field, if Network ending xxx13 and user
    is not Finance controller.

 

as shown in pics
  pic.png
 
  my question is there any exit or badi to achive this functionality

 

please help me.....

 

Tanks in advance.
 
 
 
 
 
 
 





BAPI_PO_CREATE1 is not rounding ERP 6.0 EPH7

$
0
0

     We recently upgraded and now when using BAPI_PO_CREATE1 po's are still successfully being created, but rounding is not taking place.  I have the SAP notes and the SCN, but have not found a solution.  We are not setting the no_rounding flag before calling the BAPI.  Is anyone else experiencing this behavior?  Have you found a solution?

 

Thanks,

 

Jill

Re: IN CJ20N transaction need to enhance on some condition .

$
0
0

1.Press f1 on any field of screen costs

2.Press F9

u will get the screen number(In Screen data). Double click on it.

3.In PBO double click on module MODIFY_FIELDS_FOR_FLEX_DET

4.here u can find a form routine  modify_fields which is in include LCONWF0H.

 

 

Still if u r confused, put a break point and run.

 

 

Regards

Sreekanth

Viewing all 2464 articles
Browse latest View live


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