Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI to Maintain data in tcode WB0n/table WRF6

Former Member
0 Likes
2,266

Hi,

Is there a BAPI to maintain the data in transaction WB0n or table WRF6? I find the standard tcode WBTI/E that may do the job, is it still supported by SAP?

thanks,

J.Wong

Edited by: JIWONG on Aug 9, 2011 12:19 AM

1 ACCEPTED SOLUTION
Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,497

Hi

I think that it's not possible. The most similar that I have found is BAPI_RETAILSITE_GETMATGROUPS, that call the FM LOCATION_MERCHGROUPS_WITH_TEXT that read in WRF6, but not to mantain it.

I'm sorry

Regards

Eduardo

Hi,

Is there a BAPI to maintain the data in transaction WB0n or table WRF6? I find the standard tcode WBTI/E that may do the job, is it still supported by SAP?

thanks,

J.Wong

Edited by: JIWONG on Aug 9, 2011 12:19 AM

5 REPLIES 5
Read only

madhu_vadlamani
Active Contributor
0 Likes
1,497

Hi Wong,

1) I did not found tcode like WB0n. 2) Why direct maintain entries in table .What is the business requirement.

Regards,

Madhu.

Read only

0 Likes
1,497

Hi Madhu,

J. talks about tcodes WB01 / WB02 to mantain sites in retail.

Regards

Eduardo

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,498

Hi

I think that it's not possible. The most similar that I have found is BAPI_RETAILSITE_GETMATGROUPS, that call the FM LOCATION_MERCHGROUPS_WITH_TEXT that read in WRF6, but not to mantain it.

I'm sorry

Regards

Eduardo

Read only

Former Member
0 Likes
1,497

This message was moderated.

Read only

Former Member
0 Likes
1,497

Hi,

Thanks for the info Hinojosa. I tried WBTI/E, and it will do the job.

I also find a standard function, location_sortment_update, that will update WRF6; however, not going to use it, just throwing it out there.

thanks,

J.Wong