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

problem with the WBS Element in my batch input

Former Member
0 Likes
1,180

hello everyone,

i'm trying to make a batch input using the program 'RFBIBL00' with the transaction FB01, but when i process the program the only error is the WBS Element that i have to indicate but i don' how with the program 'RFBIBL00' .

please help .

hello everyone,

i'm trying to make a batch input using the program 'RFBIBL00' with the transaction FB01, but when i process the program the only error is the WBS Element that i have to indicate but i don' how with the program 'RFBIBL00' .

please help .

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
921

Hello

I could imagine that your data file contains the WBS element in external format yet the report requires is in the internal format (or vice versa).

Most like you require conversion routine ABPSP with the fm's

CONVERSION_EXIT_ABPSP_INPUT
CONVERSION_EXIT_ABPSP_OUTPUT

Try to replace the WBS id in your data file with either the internal or external format and check if the report accepts it.

Regards

Uwe

Read only

Former Member
0 Likes
921

Hi kamal,

use CALL FUNCTION 'CONVERSION_EXIT_ABPSN_OUTPUT'

to display the message with WBS element.

Thanks,

Keerthi.

Read only

Former Member
0 Likes
921

Hi Gurus,

I am loading the REAl ESTATE data through LSMW-BAPI.

I need to load the settlement reciever as WBS elements.

While loading the data i am getting the error

WBS element does not exist even though it is existing in the client and master table as well.

KIndly let me know what can be done regarding this??

Read only

0 Likes
921

Inputs Please..