Quantcast
Channel: SCN : Popular Discussions - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all 329 articles
Browse latest View live

Add custom fields in Additional Data B tab (header) in VA01/02 using BADI

$
0
0

Hi experts,

                  My requirement is to add custom fields from custom table( z or y table) to Additional Data B tab (header) of VA01 transaction. How can we do it using BADI's? I do not want to use the access key and modify respective screens in SAPMV45A.

I'v seen many threads related to this issue but none of them were answered. Hope I'll get it with your help. Thanks in advance.

 

Edited by: srivarma on Dec 8, 2011 10:09 AM

 

Edited by: srivarma on Dec 8, 2011 10:15 AM


user exits examples

Add custom fields in Additional Data B tab (header) in VA01/02 using BADI

$
0
0

Hi experts,

                  My requirement is to add custom fields from custom table( z or y table) to Additional Data B tab (header) of VA01 transaction. How can we do it using BADI's? I do not want to use the access key and modify respective screens in SAPMV45A.

I'v seen many threads related to this issue but none of them were answered. Hope I'll get it with your help. Thanks in advance.

 

Edited by: srivarma on Dec 8, 2011 10:09 AM

 

Edited by: srivarma on Dec 8, 2011 10:15 AM

user exits examples

Add custom fields in Additional Data B tab (header) in VA01/02 using BADI

$
0
0

Hi experts,

                  My requirement is to add custom fields from custom table( z or y table) to Additional Data B tab (header) of VA01 transaction. How can we do it using BADI's? I do not want to use the access key and modify respective screens in SAPMV45A.

I'v seen many threads related to this issue but none of them were answered. Hope I'll get it with your help. Thanks in advance.

 

Edited by: srivarma on Dec 8, 2011 10:09 AM

 

Edited by: srivarma on Dec 8, 2011 10:15 AM

user exits examples

how to implement enhancement spot

$
0
0

hi to all experts,

 

how to implement enhancement spots for example ENHANCEMENT-POINT SAPLMEGUI_01 SPOTS ES_SAPLMEGUI STATIC.

 

 

i dont have any idea regarding this please help me

 

 

thanks

implicit enhancement and explicit enhancement

$
0
0

Hi,

 

Can any body tell me the difference between implicit enhancement and explicit enhancement?

 

My mail ID is rakesh1618@gmail.com

 

Regards,

Rakesh


Which method of MB_MIGO_BADI to be edited to add a field in MIGO

$
0
0

Hi Experts,

 

I have to add a field in MIGO that depends on purchase order, and inbound delieveries. for this i found a badi MB_MIGO_BADI. but it has so many matheds. on which methed i have to write the code and how to add a field in the MIGO Screen. please tell me on  which method i have to work on and how to add a field in MIGO transaction and that field will only come when we chose process order and inbound delievery.

 

Regards,

Nikhil

how to retrieve value of VBRK-VBELN ie. billing doc number on save of VF01

$
0
0

Hi friends,

 

I am working on a scenario where I need to update my custom table with values of Sales org, billign date and Billign document number on saving of VF01. I have tried using RV60AFZC include and user exit: USEREXIT_FILL_VBRK_VBRP.

But on debugging when I save VF01, I am able to retrieve values VKORG and billing date FKDAT, but I am not able to retrieve VBRK-VBELN field. This is the billing document number.

 

Can you kindly suggest me how can I retrieve my values for I can update my custom table.

 

Regards

Dolly Arora

ale

$
0
0

Hi all,

 

Please provide some information abount ale's how to write ale's in real time.

 

pls providesome example code.

How to create Authority check object

$
0
0

Hello Gurus,

 

How to create Authority-check object 'ZABC'

                                                         ID 'TABLE' FIELD 'ZTABLE'.

Please tell me detailed procedure.

 

Thanks in advance.

 

Best Regards,

zubera

how to retrieve value of VBRK-VBELN ie. billing doc number on save of VF01

$
0
0

Hi friends,

 

I am working on a scenario where I need to update my custom table with values of Sales org, billign date and Billign document number on saving of VF01. I have tried using RV60AFZC include and user exit: USEREXIT_FILL_VBRK_VBRP.

But on debugging when I save VF01, I am able to retrieve values VKORG and billing date FKDAT, but I am not able to retrieve VBRK-VBELN field. This is the billing document number.

 

Can you kindly suggest me how can I retrieve my values for I can update my custom table.

 

Regards

Dolly Arora

MM-Purchase requisition User Exit-MEREQ001,want to modify material description

$
0
0

Hi

i am trying to change the material description of Purchase requisiton in user exit.

i tried this code.but it gives me run time  error:field symbol not yet assigned.

 

table:im_t_eban is in import parameter of user exit.MEREQ001.

FM:EXIT_SAPLMEREQ_010

 

FIELD-SYMBOLS: <T_EBAN> type mereq_t_eban.

FIELD-SYMBOLS: <im_t_eban> type mereq_t_eban.

DATA: wa_eban LIKE eban.

 

""'ASSIGN ('(SAPLMEREQ)LT_EBAN[]') to  <T_EBAN> .

 

LOOP AT <im_t_eban> INTO wa_eban.

* => here you can change the value

   SELECT SINGLE matnr maktx into (mcode,mdesc)

         FROM makt

         WHERE matnr = wa_eban-matnr.

     if sy-subrc = 0 .

     move mdesc to wa_eban-txz01.

   MODIFY <im_t_eban> from wa_eban TRANSPORTING txz01.

     ENDIF.

ENDLOOP.

 

regards

gaurav-pcl

Add custom fields in Additional Data B tab (header) in VA01/02 using BADI

$
0
0

Hi experts,

                  My requirement is to add custom fields from custom table( z or y table) to Additional Data B tab (header) of VA01 transaction. How can we do it using BADI's? I do not want to use the access key and modify respective screens in SAPMV45A.

I'v seen many threads related to this issue but none of them were answered. Hope I'll get it with your help. Thanks in advance.

 

Edited by: srivarma on Dec 8, 2011 10:09 AM

 

Edited by: srivarma on Dec 8, 2011 10:15 AM


IDOC Transaction Codes

$
0
0

Hi Friends,

I am in need to tcode of IDOC. i need to do some changes in IDOC program, I am not having any idea about IDOC, so please reply me .

 

Regards,

Kalidas.T

how to implement enhancement spot

$
0
0

hi to all experts,

 

how to implement enhancement spots for example ENHANCEMENT-POINT SAPLMEGUI_01 SPOTS ES_SAPLMEGUI STATIC.

 

 

i dont have any idea regarding this please help me

 

 

thanks

IDOC Transaction Codes

$
0
0

Hi Friends,

I am in need to tcode of IDOC. i need to do some changes in IDOC program, I am not having any idea about IDOC, so please reply me .

 

Regards,

Kalidas.T

how to implement enhancement spot

$
0
0

hi to all experts,

 

how to implement enhancement spots for example ENHANCEMENT-POINT SAPLMEGUI_01 SPOTS ES_SAPLMEGUI STATIC.

 

 

i dont have any idea regarding this please help me

 

 

thanks

Which method of MB_MIGO_BADI to be edited to add a field in MIGO

$
0
0

Hi Experts,

 

I have to add a field in MIGO that depends on purchase order, and inbound delieveries. for this i found a badi MB_MIGO_BADI. but it has so many matheds. on which methed i have to write the code and how to add a field in the MIGO Screen. please tell me on  which method i have to work on and how to add a field in MIGO transaction and that field will only come when we chose process order and inbound delievery.

 

Regards,

Nikhil

Viewing all 329 articles
Browse latest View live


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