cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to create batch

Former Member
0 Kudos

hi all,

Somebody could tell me which BAPI can I use to create the short text in the tab Basic Data 2 of the MSC1N transaction? and cuold give an example, please.

Thanks in advance.

regards, Marisol.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Did you try to use:

RFC_CALL_TRANSACTION

You can use it to do a batch to any tcode.

Or an easier idea, you should only write a batch input in order to fill the field you want.

Hope this helps.

Gabriel P.

Former Member
0 Kudos

Hi Marisol,

Did you get hw to create a batch text. If you have found the answer please provide me the solution.

I have gone through RFC_CALL_TRANSACTION. When I execute the function module.

Export Parameters.

It says 378 screen doesnot exist in batch input data.

What are the input values for save_text.

waiting for your reply...

regards,

chaithanya.

Former Member
0 Kudos

Hi Friends,

I am able to use save_text FM.

The input values can be found STXH table

Savedirect = X.

with regards,

chaithanya.

Former Member
0 Kudos

Did you check BAPI_BATCH_CREATE? This is in 47 version.

Former Member
0 Kudos

yes, but now i want to add in the tab basic data 2 a short description.

Former Member
0 Kudos

If you are looking to enter long texts, then you have to create the batch first and create the long texts using SAVE_TEXT function module in a second run.

Srinivas