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

How-to create master data for an infoobject

Former Member
0 Likes
412

Hi all,

I search a RFC function module, which get the import parameters InfoObject, ID, TXTSH and TXTMD. This function module should create a new record of master data in all tables of the infoobject like you can do over the RSD1 transaction.

Has somebody an idea, where i can find this function module? My problem is to find the code, where you get the SID for the S-Table.

Regards,

Marcel

Hi all,

I search a RFC function module, which get the import parameters InfoObject, ID, TXTSH and TXTMD. This function module should create a new record of master data in all tables of the infoobject like you can do over the RSD1 transaction.

Has somebody an idea, where i can find this function module? My problem is to find the code, where you get the SID for the S-Table.

Regards,

Marcel

2 REPLIES 2
Read only

Former Member
0 Likes
363

Hello,

This s related to BIW.

But in the screen under Masterid tab there is Table field called SID table,that is master table.

Regards

Read only

0 Likes
363

Thx for the answer Ravi, but I didn't search the table. My question is, how or should i say where I get a new SID for an new record?

Is there an internal table, which increments the value, when I create a new record or how does it work?

I tried to get it out, while debugging, but the code isn't really simple to understand (and I start ABAP Programming two weeks ago ). I could create new records with a few sql statements, but this isn't really the best way.

Regards,

Marcel

PS: Maybe it's not the correct forum, but I didn't find a BIW ABAP Forum.